Skip to content

Commit

Permalink
Merge pull request #29 from pieterclaerhout/laravel-11-support
Browse files Browse the repository at this point in the history
Support for Laravel 11
  • Loading branch information
JonasPardon authored Apr 8, 2024
2 parents 70f405d + 0a7b5ff commit 5331cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ testbench.yaml
vendor
node_modules
.php-cs-fixer.cache
.DS_Store
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"jonaspardon/mermaid-php": "^1.0.0",
"nikic/php-parser": "^4.13",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"larastan/larastan": "^2.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
Expand Down

0 comments on commit 5331cea

Please sign in to comment.