Files
totalsport/composer.json
2020-04-29 23:47:01 -04:00

33 lines
796 B
JSON

{
"name": "provm/totalsport",
"description": "Web para Total Sport",
"type": "project",
"license": "UNLICENSED",
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
],
"require": {
"slim/slim": "^4.4",
"php-di/slim-bridge": "^3.0",
"nyholm/psr7": "^1.2",
"nyholm/psr7-server": "^0.4.1",
"rubellum/slim-blade-view": "^0.1.1",
"mustangostang/spyc": "^0.6.3",
"voku/stringy": "^6.2",
"vlucas/phpdotenv": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"kint-php/kint": "^3.3"
},
"autoload": {
"psr-4": {
"ProVM\\TotalSport\\Common\\": "common",
"ProVM\\TotalSport\\": "src"
}
}
}