Skip to content

Commit

Permalink
Laravel 10.x support (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnott authored Mar 17, 2023
1 parent 620c42f commit da78bdb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"php": "^8.0.0|^8.1.0",
"ext-json": "*",
"doctrine/dbal": "^3.1",
"illuminate/bus": "^8.11|^9.0",
"illuminate/console": "^8.11|^9.0",
"illuminate/contracts": "^8.11|^9.0",
"illuminate/database": "^8.11|^9.0",
"illuminate/events": "^8.11|^9.0",
"illuminate/notifications": "^8.11|^9.0",
"illuminate/bus": "^8.11|^9.0|^10.0",
"illuminate/console": "^8.11|^9.0|^10.0",
"illuminate/contracts": "^8.11|^9.0|^10.0",
"illuminate/database": "^8.11|^9.0|^10.0",
"illuminate/events": "^8.11|^9.0|^10.0",
"illuminate/notifications": "^8.11|^9.0|^10.0",
"laravelcollective/html": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/database": "^6.0|^7.0",
"orchestra/testbench" : "^6.0|^7.0",
"orchestra/database": "^6.0|^7.0|^8.0",
"orchestra/testbench" : "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.0"
},
"suggest": {
Expand Down

0 comments on commit da78bdb

Please sign in to comment.