Skip to content

Commit

Permalink
Update Symfony version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ndreux committed Jun 19, 2018
1 parent 69e48f8 commit 0146a5d
Show file tree
Hide file tree
Showing 2 changed files with 2,154 additions and 867 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.2",
"symfony/framework-bundle": ">=2.2.1",
"kleiram/transmission-php": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^5.6"
},
"autoload": {
"psr-0": { "Transmission\\Bundle\\TransmissionBundle": "" }
},
Expand Down
Loading

0 comments on commit 0146a5d

Please sign in to comment.