my-portfolio/composer.json

21 lines
568 B
JSON
Raw Normal View History

2021-08-22 10:44:49 +01:00
{
"require": {
"slim/slim-skeleton": "^4.3",
2021-08-22 10:44:49 +01:00
"ext-pdo": "*",
"slim/psr7": "^1.4",
"nyholm/psr7": "^1.4",
"nyholm/psr7-server": "^1.0",
"guzzlehttp/psr7": "^2.0",
"http-interop/http-factory-guzzle": "^1.2",
"laminas/laminas-diactoros": "^2.6",
"laminas/laminas-httphandlerrunner": "^2.0",
"selective/samesite-cookie": "^0.3.0",
"ext-json": "*",
"slim/slim": "^4.10",
"rbdwllr/psr-jwt": "^2.0",
"tuupola/slim-jwt-auth": "^3.6",
"ext-dom": "*",
"ext-libxml": "*"
2021-08-22 10:44:49 +01:00
}
}