reason/composer.json

21 lines
377 B
JSON

{
"name": "anwinged/reason",
"type": "library",
"require": {},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"license": "MIT",
"authors": [
{
"name": "Anton Vakhrushev",
"email": "anwinged@ya.ru"
}
],
"autoload": {
"psr-4": {
"Anwinged\\Reason\\": "src/"
}
}
}