Skip to content

Commit

Permalink
laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jun 10, 2024
1 parent f9601af commit 1a1f200
Show file tree
Hide file tree
Showing 2 changed files with 1,061 additions and 746 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0",
"illuminate/database": "^10.0",
"illuminate/events": "^10.0"
"illuminate/support": "^11.0",
"illuminate/database": "^11.0",
"illuminate/events": "^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^10.5",
"lychee-org/phpstan-lychee": "^1.0.4",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0"
"orchestra/testbench": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1a1f200

Please sign in to comment.