Skip to content

Commit

Permalink
Sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Oct 25, 2019
1 parent eb829c1 commit 3fdc11e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"ext-gd": "*",
"bacon/bacon-qr-code": "^2.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.2",
"myclabs/php-enum": "^1.5",
"symfony/http-foundation": "^3.4||^4.0",
"symfony/options-resolver": "^3.4||^4.0",
"symfony/property-access": "^3.4||^4.0"
"symfony/property-access": "^3.4||^4.0",
"myclabs/php-enum": "^1.5"
},
"require-dev": {
"endroid/test": "dev-master"
Expand All @@ -34,6 +34,9 @@
"Endroid\\QrCode\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
Expand Down

0 comments on commit 3fdc11e

Please sign in to comment.