reason/composer.json

23 lines
404 B
JSON

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