Skip to content

Commit 0899f65

Browse files
committed
compatible with Symfony 2.3
1 parent 0c111ac commit 0899f65

File tree

2 files changed

+56
-48
lines changed

2 files changed

+56
-48
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"symfony/class-loader": "2.2.*@dev"
13+
"symfony/class-loader": ">=2.2.0,<2.4"
1414
},
1515
"require-dev": {
16-
"phpunit/PHPUnit": "3.7.1"
16+
"phpunit/PHPUnit": "3.7.*"
1717
},
1818
"autoload": {
1919
"psr-0": {

composer.lock

+54-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)