initial commit

This commit is contained in:
2016-04-15 21:38:56 -04:00
commit 1d3e8e3117
79 changed files with 16223 additions and 0 deletions

23
composer.json Normal file
View 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/"
}
}
}