Skip to content

Commit c6a09ac

Browse files
authored
Merge pull request #184 from arctic-media-solutions/5.x
2 parents 9f065a3 + 45ff0d5 commit c6a09ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"laravel/framework": "^9.0"
12+
"laravel/framework": "^9.0|10.0"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.5",
26-
"phpunit/phpunit": "^9.5",
26+
"phpunit/phpunit": "^9.5|^10.0",
2727
"orchestra/testbench": "^7.4",
2828
"friendsofphp/php-cs-fixer": "^3.8"
2929
},

0 commit comments

Comments
 (0)