Skip to content

Commit

Permalink
compatible with Symfony 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Aug 22, 2013
1 parent 0c111ac commit 0899f65
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 48 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"symfony/class-loader": "2.2.*@dev"
"symfony/class-loader": ">=2.2.0,<2.4"
},
"require-dev": {
"phpunit/PHPUnit": "3.7.1"
"phpunit/PHPUnit": "3.7.*"
},
"autoload": {
"psr-0": {
Expand Down
100 changes: 54 additions & 46 deletions composer.lock

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

0 comments on commit 0899f65

Please sign in to comment.