mite-php-legacy/composer.json

25 lines
485 B
JSON
Raw Permalink Normal View History

2018-12-09 08:04:11 +00:00
{
"name": "n2geoff/mite",
"description": "single-file php framework for rapid prototyping",
"type": "framework",
"license": "MIT",
"authors": [
{
"name": "Geoff Doty",
"email": "n2geoff@gmail.com"
}
],
"scripts": {
"test": "vendor/bin/phpunit"
},
"autoload": {
"classmap": [
"src/"
]
},
"require": {},
"require-dev": {
"phpunit/phpunit": "^7.5"
}
}