Skip to content

Commit

Permalink
add service provider autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
axyr committed Aug 14, 2024
1 parent 9e96cf6 commit 00d7816
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,17 @@
],
"require": {
"php": "^8.2",
"laravel/framework": "^11.9"
"laravel/framework": "^11.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"orchestra/testbench": "^9.1"
},
"extra": {
"laravel": {
"providers": [
"Axyr\\CrudGenerator\\CrudGeneratorServiceProvider"
]
}
}
}

0 comments on commit 00d7816

Please sign in to comment.