Skip to content

Commit

Permalink
Amend platform configuration
Browse files Browse the repository at this point in the history
And allow sorting of packages.
  • Loading branch information
MKodde committed Jan 6, 2020
1 parent 62363d0 commit ef403fa
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 566 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@
]
},
"config": {
"optimize-autoloader": true
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "5.6"
}
},
"extra": {
"symfony-app-dir": "app",
Expand Down
Loading

0 comments on commit ef403fa

Please sign in to comment.