update api to use lumen 5.5
include abcParser package in api
This commit is contained in:
@@ -10,13 +10,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"codeception/codeception": "^2.4",
|
"php": ">=7.1",
|
||||||
"zackkitzmiller/tiny": "^1.2",
|
"zackkitzmiller/tiny": "^1.2",
|
||||||
"webpatser/laravel-uuid": "^2.0",
|
"webpatser/laravel-uuid": "^2.0",
|
||||||
"enzyme/axiom": "^4.2",
|
"enzyme/axiom": "^4.2",
|
||||||
"enzyme/freckle": "^0.3.0",
|
"enzyme/freckle": "^0.3.0",
|
||||||
"squizlabs/php_codesniffer": "^3.1",
|
|
||||||
"phpmd/phpmd": "^2.6",
|
|
||||||
"illuminate/database": "^5.5",
|
"illuminate/database": "^5.5",
|
||||||
"enzyme/collection": "^1.0",
|
"enzyme/collection": "^1.0",
|
||||||
"illuminate/Pipeline": "^5.5",
|
"illuminate/Pipeline": "^5.5",
|
||||||
@@ -35,6 +33,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"codeception/codeception": "^2.4",
|
||||||
|
"squizlabs/php_codesniffer": "^3.1",
|
||||||
|
"phpmd/phpmd": "^2.6",
|
||||||
"mockery/mockery": "^1.0"
|
"mockery/mockery": "^1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user