Files
abcParser/composer.json
richard fb619dccbf
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
import axiom without dependency on symfony console
2020-06-21 07:36:31 -04:00

44 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.1",
"enzyme/collection": "^1.0",
"enzyme/freckle": "^0.3.0",
"enzyme/parrot": "^0.0.2",
"icanboogie/inflector": "^1.4",
"illuminate/database": "^5.6",
"illuminate/pipeline": "^5.6",
"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": "^2.4",
"mockery/mockery": "^1.0",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.2"
}
}