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 9c54cc5 commit 2467f4dCopy full SHA for 2467f4d
composer.json
@@ -6,10 +6,10 @@
6
"require": {
7
"php": ">=7.1",
8
"ext-json": "*",
9
- "illuminate/support": "5.8.*|^6.0"
+ "illuminate/support": "5.8.*|^6.0|^7.0"
10
},
11
"require-dev": {
12
- "orchestra/testbench": "^3.8"
+ "orchestra/testbench": "^3.8|^4.0|^5.0"
13
14
"autoload": {
15
"psr-4": {
@@ -33,5 +33,10 @@
33
"Coderello\\SharedData\\Providers\\SharedDataServiceProvider"
34
]
35
}
36
- }
+ },
37
+ "config": {
38
+ "sort-packages": true
39
40
+ "minimum-stability": "dev",
41
+ "prefer-stable": true
42
0 commit comments