use axiom/RepositoryInterface in tests and store music add axiom/Models/ModelInterface to TuneCollection
28 lines
585 B
JSON
28 lines
585 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.2",
|
|
"zackkitzmiller/tiny": "^1.2",
|
|
"webpatser/laravel-uuid": "^2.0",
|
|
"enzyme/axiom": "^4.2",
|
|
"enzyme/freckle": "^0.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XaiCorp\\AbcParser\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^1.0"
|
|
}
|
|
}
|