Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Define the version constraints of deps in Composer using the caret op…
  • Loading branch information
ravage84 committed Jun 5, 2015
1 parent 514ec11 commit 586ccfc
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 58 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -31,13 +31,13 @@
"require": {
"php": ">=5.3.0",
"pdepend/pdepend": "~2.0",
"symfony/dependency-injection": ">=2.4",
"symfony/filesystem": ">=2.4",
"symfony/config": ">=2.4"
"symfony/dependency-injection": "^2.4",
"symfony/filesystem": "^2.4",
"symfony/config": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*"
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.0"
},
"autoload": {
"psr-0": {
Expand Down
102 changes: 49 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 586ccfc

Please sign in to comment.