Skip to content

Commit a46abd1

Browse files
committed
Allow Laravel 10
1 parent dfec677 commit a46abd1

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
@@ -27,7 +27,7 @@
2727
],
2828
"require": {
2929
"whitecube/php-prices": "^2.2",
30-
"illuminate/support": "^8.0|^9.0"
30+
"illuminate/support": "^8.0|^9.0|^10.0"
3131
},
3232
"autoload": {
3333
"psr-4": {
@@ -44,7 +44,7 @@
4444
},
4545
"require-dev": {
4646
"pestphp/pest": "^1.21",
47-
"orchestra/testbench": "^6.24|^7.0"
47+
"orchestra/testbench": "^6.24|^7.0|^8.0"
4848
},
4949
"config": {
5050
"allow-plugins": {

0 commit comments

Comments
 (0)