Composer
This commit is contained in:
30
composer.json
Normal file
30
composer.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"name": "provm/base_web",
|
||||||
|
"description": "Base web project",
|
||||||
|
"type": "project",
|
||||||
|
"license": "UNLICENSED",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Aldarien",
|
||||||
|
"email": "aldarien85@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"slim/slim": "^4.7",
|
||||||
|
"nyholm/psr7": "^1.3",
|
||||||
|
"nyholm/psr7-server": "^1.0",
|
||||||
|
"rubellum/slim-blade-view": "^0.1.1",
|
||||||
|
"zeuxisoo/slim-whoops": "^0.7.3",
|
||||||
|
"php-di/slim-bridge": "^3.1",
|
||||||
|
"vlucas/phpdotenv": "^5.2"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^8.5",
|
||||||
|
"kint-php/kint": "^3.3"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"ProVM\\Common\\": "common"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user