my-portfolio/composer.json
rodude123 7b8e81e1f7
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 31s
Added SAML-Toolkits php-saml to composer and installed it to the vendor folder. Implemented SSO with JumpCloud
Signed-off-by: rodude123 <rodude123@gmail.com>
2024-01-01 13:52:30 +00:00

30 lines
781 B
JSON

{
"require": {
"slim/slim-skeleton": "^4.3",
"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": "*",
"donatello-za/rake-php-plus": "^1.0",
"phpmailer/phpmailer": "^6.9",
"onelogin/php-saml": "^4.1"
},
"repositories": [
{
"type": "composer",
"url": "https:\/\/www.phpclasses.org\/"
}
]
}