initial commit
This commit is contained in:
23
composer.json
Normal file
23
composer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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.1.6",
|
||||
"laravel/laravel": "^5.2",
|
||||
"aedart/testing-laravel": "1.6.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"XaiCorp\\AbcParser\\": "src/"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user