Skip to content

Commit

Permalink
Upgrade packages to support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nzesalem committed Apr 12, 2023
1 parent 09cf8b7 commit 9ae2c7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "^9.19",
"doctrine/dbal": "^3.3"
"php": ">=8.1.0",
"illuminate/support": "^10.7",
"doctrine/dbal": "^3.6"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^7.6",
"mockery/mockery": "^1.4.4"
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.3",
"mockery/mockery": "^1.5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9ae2c7d

Please sign in to comment.