import axiom without dependency on symfony console
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user