Skip to content

Commit

Permalink
Allow Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
voidgraphics committed Feb 16, 2023
1 parent dfec677 commit a46abd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"require": {
"whitecube/php-prices": "^2.2",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand All @@ -44,7 +44,7 @@
},
"require-dev": {
"pestphp/pest": "^1.21",
"orchestra/testbench": "^6.24|^7.0"
"orchestra/testbench": "^6.24|^7.0|^8.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit a46abd1

Please sign in to comment.