We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddc137 commit 51726c5Copy full SHA for 51726c5
composer.json
@@ -24,8 +24,11 @@
24
"psr-4": { "Clue\\React\\Stdio\\": "src/" }
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
+ "clue/arguments": "^2.0",
28
"clue/commander": "^1.2",
29
- "clue/arguments": "^2.0"
+ "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
30
+ },
31
+ "config": {
32
+ "sort-packages": true
33
}
34
0 commit comments