Skip to content

Commit

Permalink
Allow installs with Laravel 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelleroorda committed Oct 7, 2024
1 parent a9bf95f commit 5f4f8ff
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 @@ -27,16 +27,16 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.3",
"ext-json": "*",
"traincase/html-to-pdf-tinker": "^2.0",
"laravel/framework": "^9.0",
"laravel/framework": "^11.0",
"league/flysystem": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^11.0",
"larapack/dd": "^1.1",
"orchestra/testbench-dusk": "^7.4"
"orchestra/testbench-dusk": "^9.8"
},
"scripts": {
"test": "./vendor/bin/phpunit",
Expand Down

0 comments on commit 5f4f8ff

Please sign in to comment.