Update composer file
This commit is contained in:
parent
10ec71b76a
commit
3609b86eda
1 changed files with 5 additions and 5 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "myrmidex/anagram-finder",
|
"name": "anagram-finder/core",
|
||||||
"description": "An anagram finder in PHP",
|
"description": "AnagramFinder core",
|
||||||
"type": "project",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/collections": "^13.26"
|
"illuminate/collections": "^13.26"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Myrmidex\\AnagramFinder\\": "src/",
|
"Lvl0\\AnagramFinder\\Core\\": "src/",
|
||||||
"Myrmidex\\AnagramFinder\\Tests\\": "tests/"
|
"Lvl0\\AnagramFinder\\Core\\Tests\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue