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 f817a11 commit 818fe75Copy full SHA for 818fe75
composer.json
@@ -24,11 +24,15 @@
24
"illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
25
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
26
},
27
+ "require-dev": {
28
+ "orchestra/testbench": "^3.5"
29
+ },
30
"autoload": {
31
"psr-4": {
32
"PPSpaces\\": "src"
33
}
34
35
+ "minimum-stability": "stable",
36
"config": {
37
"sort-packages": true
38
0 commit comments