Skip to content

Commit

Permalink
change the version of symfony/* to ~2.7 #5
Browse files Browse the repository at this point in the history
And also the version of `php` is changed to `>=5.3.9`
  • Loading branch information
iteman committed Jun 13, 2015
1 parent 9567a2b commit 4697a98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4
- 5.5
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
}
],
"require": {
"php": ">=5.3.3",
"symfony/config": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/framework-bundle": "~2.3",
"symfony/http-kernel": "~2.3",
"symfony/routing": "~2.3"
"php": ">=5.3.9",
"symfony/config": "~2.7",
"symfony/dependency-injection": "~2.7",
"symfony/framework-bundle": "~2.7",
"symfony/http-kernel": "~2.7",
"symfony/routing": "~2.7"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"piece/stagehand-testrunner": "~4.1@dev",
"symfony/browser-kit": "~2.3",
"symfony/filesystem": "~2.3",
"symfony/http-foundation": "~2.3",
"symfony/browser-kit": "~2.7",
"symfony/filesystem": "~2.7",
"symfony/http-foundation": "~2.7",
"symfony/twig-bridge": "~2.7",
"symfony/twig-bundle": "~2.3"
"symfony/twig-bundle": "~2.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4697a98

Please sign in to comment.