Skip to content

Commit

Permalink
fixing #56 sf version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuggio committed Dec 29, 2013
1 parent a92122a commit 74b6833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"license": "MIT",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.4",
"symfony/framework-bundle": "~2.1",
"phpoffice/phpexcel": "1.7.9"
},
"require-dev": {
"phpunit/PHPUnit": "3.7.*",
"symfony/finder": "~2.0",
"symfony/form": "~2.3",
"symfony/form": "~2.1",
"symfony/class-loader": "~2.1",
"symfony/validator": "~2.1",
"symfony/browser-kit": "~2.1",
"sensio/framework-extra-bundle": "~2.3"
"sensio/framework-extra-bundle": "~2.1"
},

"autoload": {
Expand Down

0 comments on commit 74b6833

Please sign in to comment.