Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed Dec 8, 2015
1 parent d95b106 commit 9834c3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -22,12 +22,12 @@
"license": "MIT",
"name": "emanueleminotto/simple-array-bundle",
"require": {
"symfony/dependency-injection": "^2.5",
"symfony/doctrine-bridge": "^2.5",
"symfony/form": "^2.5"
"symfony/dependency-injection": "^2.5|^3.0",
"symfony/doctrine-bridge": "^2.5|^3.0",
"symfony/form": "^2.5|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
"phpunit/phpunit": "^4.0|^5.0"
},
"suggest": {
"beberlei/DoctrineExtensions": "To use the MySQL FIND_IN_SET function"
Expand Down

0 comments on commit 9834c3a

Please sign in to comment.