We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52070c9 commit e2d3165Copy full SHA for e2d3165
composer.json
@@ -5,6 +5,7 @@
5
"foxws",
6
"laravel",
7
"laravel-algos",
8
+ "algo",
9
"algos",
10
"algorithms"
11
],
@@ -19,7 +20,6 @@
19
20
21
"require": {
22
"php": "^8.2",
- "illuminate/cache": "^10.0|^11.0",
23
"illuminate/console": "^10.0|^11.0",
24
"illuminate/container": "^10.0|^11.0",
25
"illuminate/contracts": "^10.0||^11.0",
@@ -79,10 +79,10 @@
79
"extra": {
80
"laravel": {
81
"providers": [
82
- "Foxws\\Algos\\AlgosServiceProvider"
+ "Foxws\\Algos\\AlgoServiceProvider"
83
84
"aliases": {
85
- "Algos": "Foxws\\Algos\\Facades\\Algos"
+ "Algos": "Foxws\\Algos\\Facades\\Algo"
86
}
87
88
},
0 commit comments