Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 111e3ca

Browse files
committed
Enhancement: Keep packages sorted without specifying --sort-packages
1 parent 785bf0b commit 111e3ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
"homepage": "https://github.com/facebook/php-graph-sdk/contributors"
1212
}
1313
],
14+
"config": {
15+
"sort-packages": true
16+
},
1417
"require": {
1518
"php": "^5.6 || ^7.0",
1619
"paragonie/random_compat": "^2.0"
1720
},
1821
"require-dev": {
19-
"phpunit/phpunit": "^5.7.5",
22+
"guzzlehttp/guzzle": "~5.0",
2023
"mockery/mockery": "~0.8",
21-
"guzzlehttp/guzzle": "~5.0"
24+
"phpunit/phpunit": "^5.7.5"
2225
},
2326
"suggest": {
2427
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"

0 commit comments

Comments
 (0)