Composer
This commit is contained in:
28
composer.json
Normal file
28
composer.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"name": "incoviba/api",
|
||||||
|
"type": "project",
|
||||||
|
"require": {
|
||||||
|
"slim/slim": "^4.9",
|
||||||
|
"php-di/slim-bridge": "^3.2",
|
||||||
|
"zeuxisoo/slim-whoops": "^0.7.3",
|
||||||
|
"slim/psr7": "^1.5",
|
||||||
|
"nesbot/carbon": "^2.54",
|
||||||
|
"j4mie/paris": "^1.5"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^9.5",
|
||||||
|
"kint-php/kint": "^3.3"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Incoviba\\": "src/",
|
||||||
|
"Incoviba\\API\\Common\\": "common/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Aldarien",
|
||||||
|
"email": "aldarien85@gmail.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user