import axiom without dependency on symfony console
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit

This commit is contained in:
2020-06-21 07:36:31 -04:00
parent 348d17cdd3
commit fb619dccbf
27 changed files with 2608 additions and 829 deletions

View File

@@ -11,9 +11,10 @@
],
"require": {
"php": ">=7.1",
"enzyme/axiom": "^4.2",
"enzyme/collection": "^1.0",
"enzyme/freckle": "^0.3.0",
"enzyme/parrot": "^0.0.2",
"icanboogie/inflector": "^1.4",
"illuminate/database": "^5.6",
"illuminate/pipeline": "^5.6",
"league/pipeline": "^1.0",
@@ -23,7 +24,8 @@
},
"autoload": {
"psr-4": {
"XaiCorp\\AbcParser\\": "src/"
"XaiCorp\\AbcParser\\": "src/",
"Enzyme\\Axiom\\": "axiom_src/"
}
},
"autoload-dev": {