Skip to content

Commit 2467f4d

Browse files
author
Ilya Sakovich
authored
Laravel 7 support
1 parent 9c54cc5 commit 2467f4d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"require": {
77
"php": ">=7.1",
88
"ext-json": "*",
9-
"illuminate/support": "5.8.*|^6.0"
9+
"illuminate/support": "5.8.*|^6.0|^7.0"
1010
},
1111
"require-dev": {
12-
"orchestra/testbench": "^3.8"
12+
"orchestra/testbench": "^3.8|^4.0|^5.0"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -33,5 +33,10 @@
3333
"Coderello\\SharedData\\Providers\\SharedDataServiceProvider"
3434
]
3535
}
36-
}
36+
},
37+
"config": {
38+
"sort-packages": true
39+
},
40+
"minimum-stability": "dev",
41+
"prefer-stable": true
3742
}

0 commit comments

Comments
 (0)