Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadarma committed May 11, 2024
1 parent 42f8012 commit bc20157
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "adityadarma/laravel-service-repository",
"description": "Create pattern service and repository with easy",
"keywords": ["laravel", "service pattern", "repository pattern", "service repository pattern"],
"homepage": "https://github.com/adityadarma/laravel-service-repository",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -11,7 +13,7 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0|^10.0"
"laravel/framework": "^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bc20157

Please sign in to comment.