Skip to content

Commit

Permalink
Merge pull request #24 from chishiki/11.0.x
Browse files Browse the repository at this point in the history
feat: upgraded to support Laravel 11.x
  • Loading branch information
nickwest authored Oct 7, 2024
2 parents c83e8fb + 5519638 commit 0faa43d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"php": "^8.2",
"illuminate/support": "^11.0",
"nesbot/carbon": "^2.0",
"doctrine/dbal": "^3.0",
"maatwebsite/excel": "^3.1"
Expand All @@ -27,11 +27,11 @@
"minimum-stability": "stable",
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/framework": "^10.0",
"laravel/framework": "^11.0",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^8.14",
"orchestra/testbench": "^9.5",
"kub-at/php-simple-html-dom-parser": "^1.9",
"phpunit/phpunit": "^10.4"
"phpunit/phpunit": "^11.4"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 0faa43d

Please sign in to comment.