Skip to content

Commit

Permalink
Allow symfony 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cima committed Apr 8, 2015
1 parent 6976f6f commit 53d4b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"require": {
"php": "~5.4",
"nelmio/alice": "1.7.*",
"symfony/http-foundation": "2.6.*",
"symfony/http-kernel": "2.6.*",
"crell/api-problem": "1.7.*",
"doctrine/collections": "1.2.*"
"symfony/http-foundation": "~2.6",
"symfony/http-kernel": "~2.6",
"crell/api-problem": "~1.7",
"doctrine/collections": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 53d4b5b

Please sign in to comment.