Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Jun 19, 2018
1 parent 6a94d8f commit 399a63f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": ">=5.5.0",
"tecnickcom/tcpdf": "^6.2.12",
"zendframework/zendframework1": "^1.12",
"phpoffice/phpexcel": "1.8.*",
"tinybutstrong/tinybutstrong": "^3.10"
"tecnickcom/tcpdf": "^6.2.12",
"tinybutstrong/tinybutstrong": "^3.10",
"zendframework/zendframework1": "^1.12"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand All @@ -33,6 +33,7 @@
]
},
"config": {
"vendor-dir": "libraries"
"vendor-dir": "libraries",
"sort-packages": true
}
}

0 comments on commit 399a63f

Please sign in to comment.