41 lines
934 B
JSON
41 lines
934 B
JSON
{
|
|
"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": {
|
|
"codeception/codeception": "^2.4",
|
|
"zackkitzmiller/tiny": "^1.2",
|
|
"webpatser/laravel-uuid": "^2.0",
|
|
"enzyme/axiom": "^4.2",
|
|
"enzyme/freckle": "^0.3.0",
|
|
"squizlabs/php_codesniffer": "^3.1",
|
|
"phpmd/phpmd": "^2.6",
|
|
"illuminate/database": "^5.5",
|
|
"enzyme/collection": "^1.0",
|
|
"illuminate/Pipeline": "^5.5",
|
|
"league/pipeline": "^0.3.0",
|
|
"php-deal/framework": "^0.4.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XaiCorp\\AbcParser\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/",
|
|
"Tests\\Unit\\": "tests/unit"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^1.0"
|
|
}
|
|
}
|