Skip to content

Commit 138d40c

Browse files
authored
Merge pull request facebookarchive#720 from localheinz/feature/sort-packages
Enhancement: Keep packages sorted without specifying --sort-packages
2 parents 785bf0b + 111e3ca commit 138d40c

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)