Skip to content

Commit 2d82501

Browse files
committed
Merge remote-tracking branch 'origin/master' into 1.x
* origin/master: Laravel 9.x Support + support package auto-discovery (#4)
2 parents 24edc16 + 04ac8b3 commit 2d82501

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "library",
66
"require": {
77
"php": "^7.4",
8-
"illuminate/validation": "^8.0"
8+
"illuminate/validation": "^8.0|^9.0",
9+
"illuminate/support": "^8.0|^9.0"
910
},
1011
"require-dev": {
1112
"phpunit/phpunit": "^9.5",
12-
"symfony/var-dumper": "^5.3",
1313
"phpstan/phpstan": "^1.5",
14-
"laravel/framework": "^8.0"
14+
"laravel/framework": "^9.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -28,5 +28,12 @@
2828
"name": "Bez Hermoso",
2929
"email": "[email protected]"
3030
}
31-
]
31+
],
32+
"extra": {
33+
"laravel": {
34+
"providers": [
35+
"Square\\Hyrule\\HyruleServiceProvider"
36+
]
37+
}
38+
}
3239
}

0 commit comments

Comments
 (0)