Files
abcParser/composer.json
richard 348d17cdd3
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
update more dependencies
2020-06-20 22:54:57 -04:00

42 lines
952 B
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/axiom": "^4.2",
"enzyme/collection": "^1.0",
"enzyme/freckle": "^0.3.0",
"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/"
}
},
"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"
}
}