Files
abcParser/composer.json
richard 1130f9a22f
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
update to lumen 7
2020-06-24 11:58:32 -04:00

45 lines
1.0 KiB
JSON
Executable File

{
"name": "xai-corp/abc-parser",
"description": "convert abc music to and from php objects",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Richard Morgan",
"email": "richard@xai-corp.net"
}
],
"require": {
"php": ">=7.2",
"enzyme/collection": "^1.0",
"enzyme/freckle": "^0.3.0",
"enzyme/parrot": "^0.0.2",
"icanboogie/inflector": "^1.4",
"illuminate/database": "^7.0",
"illuminate/pipeline": "^7.0",
"league/pipeline": "^1.0",
"php-deal/framework": "^0.4.1",
"webpatser/laravel-uuid": "~3.0",
"zackkitzmiller/tiny": "^1.2"
},
"autoload": {
"psr-4": {
"XaiCorp\\AbcParser\\": "src/",
"Enzyme\\Axiom\\": "axiom_src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/",
"Tests\\Unit\\": "tests/unit"
}
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.2",
"mockery/mockery": "^1.0",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.2"
}
}