Skip to content

Commit e2d3165

Browse files
authored
Fix provider registration
1 parent 52070c9 commit e2d3165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"foxws",
66
"laravel",
77
"laravel-algos",
8+
"algo",
89
"algos",
910
"algorithms"
1011
],
@@ -19,7 +20,6 @@
1920
],
2021
"require": {
2122
"php": "^8.2",
22-
"illuminate/cache": "^10.0|^11.0",
2323
"illuminate/console": "^10.0|^11.0",
2424
"illuminate/container": "^10.0|^11.0",
2525
"illuminate/contracts": "^10.0||^11.0",
@@ -79,10 +79,10 @@
7979
"extra": {
8080
"laravel": {
8181
"providers": [
82-
"Foxws\\Algos\\AlgosServiceProvider"
82+
"Foxws\\Algos\\AlgoServiceProvider"
8383
],
8484
"aliases": {
85-
"Algos": "Foxws\\Algos\\Facades\\Algos"
85+
"Algos": "Foxws\\Algos\\Facades\\Algo"
8686
}
8787
}
8888
},

0 commit comments

Comments
 (0)