Skip to content

Commit

Permalink
Sort Composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar Obradović committed Apr 17, 2019
1 parent f96b16d commit f8eb8d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"league/oauth2-server": "^7.2",
"nyholm/psr7": "^1.1",
"sensio/framework-extra-bundle": "^5.3",
"symfony/psr-http-message-bridge": "^1.2",
"symfony/framework-bundle": "^3.4|^4.2",
"symfony/psr-http-message-bridge": "^1.2",
"symfony/security-bundle": "^3.4|^4.2"
},
"require-dev": {
Expand All @@ -42,5 +42,8 @@
},
"suggest": {
"nelmio/cors-bundle": "For handling CORS requests"
},
"config": {
"sort-packages": true
}
}

0 comments on commit f8eb8d5

Please sign in to comment.