Skip to content

Commit

Permalink
Require installer
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Apr 13, 2018
1 parent 40a5b2f commit 71bbc41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"require": {
"php": ">=7.1",
"ext-gd": "*",
"symfony/options-resolver": "^2.7|^3.0|^4.0",
"bacon/bacon-qr-code": "^1.0.3",
"endroid/installer": "^1.0",
"khanamiryan/qrcode-detector-decoder": "^1.0",
"symfony/property-access": "^2.7|^3.0|^4.0",
"myclabs/php-enum": "^1.5"
"myclabs/php-enum": "^1.5",
"symfony/options-resolver": "^2.7|^3.0|^4.0",
"symfony/property-access": "^2.7|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.0"
Expand Down

0 comments on commit 71bbc41

Please sign in to comment.