Skip to content

Commit 40c7e16

Browse files
authored
Merge pull request #95 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 8261d80 + 60f0e56 commit 40c7e16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.1 || ^8.0",
20-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
20+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
2121
},
2222
"require-dev": {
2323
"laravel/legacy-factories": "^1.0",
24-
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0",
24+
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0|^8.0",
2525
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2626
},
2727
"autoload": {
@@ -37,7 +37,6 @@
3737
"scripts": {
3838
"test": "vendor/bin/phpunit",
3939
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
40-
4140
},
4241
"config": {
4342
"sort-packages": true

0 commit comments

Comments
 (0)