Skip to content

Commit

Permalink
Merge pull request #65 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
timoransky authored Oct 4, 2023
2 parents 63099d7 + 580dda7 commit 47f324d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
],
"require": {
"php": "^7.2.5|^7.3.0|^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/console": "^8.0|^9.0",
"doctrine/dbal": "^2.6.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/console": "^8.0|^9.0|^10.0",
"doctrine/dbal": "^2.6.0|^3.5",
"laravel/helpers": "~1.0"
},
"require-dev": {
"orchestra/testbench": "~6.0|~7.0",
"orchestra/testbench": "~6.0|~7.0|^8.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.0"
},
Expand Down

0 comments on commit 47f324d

Please sign in to comment.