Skip to content

Commit d0156e2

Browse files
committed
add support to laravel 12
1 parent 0a9c5d9 commit d0156e2

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@
1212
"require": {
1313
"php": "^8.2",
1414
"aws/aws-php-sns-message-validator": "^1.1",
15-
"illuminate/config": "^9.0|^10.0|^11.0",
16-
"illuminate/http": "^9.0|^10.0|^11.0",
17-
"illuminate/routing": "^9.0|^10.0|^11.0",
18-
"illuminate/support": "^9.0|^10.0|^11.0"
15+
"illuminate/config": "^9.0|^10.0|^11.0|^12.0",
16+
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
17+
"illuminate/routing": "^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
1919
},
2020
"require-dev": {
2121
"descom/dev": "^1.0",
2222
"friendsofphp/php-cs-fixer": "^3.4",
23-
"nunomaduro/larastan": "^2.0",
24-
"orchestra/testbench": "^7.5|^8.0|^9.0",
25-
"phpstan/phpstan": "^1.2",
26-
"phpunit/phpunit": "^9.3|^10.0|^10.5"
23+
"larastan/larastan": "^2.0|^3.0",
24+
"orchestra/testbench": "^7.5|^8.0|^9.0|^10.0",
25+
"phpunit/phpunit": "^9.3|^10.0|^10.5|^11.5"
2726
},
2827
"autoload": {
2928
"psr-4": {

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- ./vendor/nunomaduro/larastan/extension.neon
2+
- ./vendor/larastan/larastan/extension.neon
33

44
parameters:
55

0 commit comments

Comments
 (0)