Skip to content

Commit

Permalink
Fix provider registration
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Oct 31, 2024
1 parent 52070c9 commit e2d3165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"foxws",
"laravel",
"laravel-algos",
"algo",
"algos",
"algorithms"
],
Expand All @@ -19,7 +20,6 @@
],
"require": {
"php": "^8.2",
"illuminate/cache": "^10.0|^11.0",
"illuminate/console": "^10.0|^11.0",
"illuminate/container": "^10.0|^11.0",
"illuminate/contracts": "^10.0||^11.0",
Expand Down Expand Up @@ -79,10 +79,10 @@
"extra": {
"laravel": {
"providers": [
"Foxws\\Algos\\AlgosServiceProvider"
"Foxws\\Algos\\AlgoServiceProvider"
],
"aliases": {
"Algos": "Foxws\\Algos\\Facades\\Algos"
"Algos": "Foxws\\Algos\\Facades\\Algo"
}
}
},
Expand Down

0 comments on commit e2d3165

Please sign in to comment.