AppCore Ingress.
This commit is contained in:
commit
8785331eab
1 changed files with 21 additions and 0 deletions
21
composer.json
Normal file
21
composer.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "benzine/zend",
|
||||
"type": "project",
|
||||
"license": "GPL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Matthew Baggett",
|
||||
"email": "matthew@baggett.me"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"zendframework/zend-db": "^2.7",
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"⌬\\Zend\\": "src",
|
||||
"⌬\\Zend\\Tests\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue