Add autoload setup and require phpunit
This commit is contained in:
parent
3cc1a27d05
commit
9d6eb52ed5
1 changed files with 15 additions and 2 deletions
|
@ -1,5 +1,18 @@
|
|||
{
|
||||
"name": "loomlabs/utility.collection",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT"
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"LoomLabs\\Utility\\Collection\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"LoomLabs\\Utility\\Collection\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^12.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue