22 lines
789 B
JSON
22 lines
789 B
JSON
{
|
|
"name": "loomlabs/utility.collection",
|
|
"description": "An object-oriented way to work with arrays.",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Loom\\Utility\\Collection\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Loom\\Utility\\Collection\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "php -d xdebug.mode=coverage ./vendor/bin/phpunit --testdox --colors=always --coverage-html coverage --coverage-clover coverage/coverage.xml --testdox-html coverage/testdox.html && npx badger --phpunit ./coverage/coverage.xml && npx badger --version ./composer.json && npx badger --license ./composer.json"
|
|
},
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^12.1"
|
|
}
|
|
}
|