Skip to content

Commit

Permalink
Make dependencies less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Apr 21, 2017
1 parent 9407e32 commit d847326
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@
"require": {
"php": ">=5.6",
"ext-gd": "*",
"symfony/options-resolver": "^3.0",
"symfony/options-resolver": "^2.7|^3.0",
"bacon/bacon-qr-code": "^1.0",
"myclabs/php-enum": "^1.5",
"khanamiryan/qrcode-detector-decoder": "dev-master",
"symfony/property-access": "^3.2"
"symfony/property-access": "^2.7|^3.0"
},
"require-dev": {
"symfony/browser-kit": "^3.0",
"symfony/framework-bundle": "^3.0",
"symfony/http-kernel": "^3.0",
"symfony/yaml": "^3.0",
"symfony/browser-kit": "^2.7|^3.0",
"symfony/framework-bundle": "^2.7|^3.0",
"symfony/http-kernel": "^2.7|^3.0",
"symfony/yaml": "^2.7|^3.0",
"symfony/finder": "^2.7|^3.0",
"sensio/framework-extra-bundle": "^3.0",
"phpunit/phpunit": "^5.0|^6.0"
"phpunit/phpunit": "^5.7|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d847326

Please sign in to comment.