Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 1.x
Browse files Browse the repository at this point in the history
* origin/master:
  Laravel 9.x Support + support package auto-discovery (#4)
  • Loading branch information
bezhermoso committed May 18, 2022
2 parents 24edc16 + 04ac8b3 commit 2d82501
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type": "library",
"require": {
"php": "^7.4",
"illuminate/validation": "^8.0"
"illuminate/validation": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.3",
"phpstan/phpstan": "^1.5",
"laravel/framework": "^8.0"
"laravel/framework": "^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -28,5 +28,12 @@
"name": "Bez Hermoso",
"email": "[email protected]"
}
]
],
"extra": {
"laravel": {
"providers": [
"Square\\Hyrule\\HyruleServiceProvider"
]
}
}
}

0 comments on commit 2d82501

Please sign in to comment.