Skip to content

Commit 5331cea

Browse files
author
Jonas Pardon
authored
Merge pull request #29 from pieterclaerhout/laravel-11-support
Support for Laravel 11
2 parents 70f405d + 0a7b5ff commit 5331cea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ testbench.yaml
1212
vendor
1313
node_modules
1414
.php-cs-fixer.cache
15+
.DS_Store

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^9.0|^10.0",
20+
"illuminate/contracts": "^9.0|^10.0|^11.0",
2121
"jonaspardon/mermaid-php": "^1.0.0",
2222
"nikic/php-parser": "^4.13",
2323
"spatie/laravel-package-tools": "^1.9.2"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^3.8",
27+
"larastan/larastan": "^2.0",
2728
"nunomaduro/collision": "^6.0",
28-
"nunomaduro/larastan": "^2.0.1",
2929
"orchestra/testbench": "^7.0",
3030
"pestphp/pest": "^1.21",
3131
"pestphp/pest-plugin-laravel": "^1.1",

0 commit comments

Comments
 (0)