Skip to content

Commit 2810400

Browse files
authored
Merge pull request #62 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents f0b0af1 + 995f718 commit 2810400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"php": "^7.3|^8.0",
24-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
24+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2525
"intervention/image": "^2.4"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^4.0|^5.0|^7.0",
28+
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
2929
"phpunit/phpunit": "^8.0|^9.0",
30-
"dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3"
30+
"dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3|^0.4"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)