Files
farmOS-dev/vendor/e0ipso/shaper/composer.json
2024-12-10 15:08:16 +01:00

28 lines
596 B
JSON

{
"name": "e0ipso/shaper",
"description": "Lightweight library to handle in and out transformations in PHP.",
"type": "library",
"license": "GPL-2.0",
"authors": [
{
"name": "Mateu Aguiló Bosch",
"email": "mateu.aguilo.bosch@gmail.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Shaper\\": "src",
"Shaper\\Tests\\": "tests/src"
}
},
"require": {
"justinrainbow/json-schema": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpcov": "^8.2",
"php-coveralls/php-coveralls": "^2.4"
}
}