SAND-framework/composer.json
Emmanuel ROY 2a2f2e3e46 update authentification multiple
update console bin
update composer apereo/phpCAS
2020-12-09 16:35:05 +01:00

31 lines
810 B
JSON

{
"autoload": {
"files": [
"./application/config/define-constantes.php",
"./application/parameters.php"
],
"psr-4": {
"MVC\\Classe\\" : "./application/class",
"MVC\\Domain\\" : "./domain",
"MVC\\Command\\": "./console/command"
}
},
"require": {
"php": "^8",
"ext-json": "*",
"ext-curl": "*",
"windwalker/renderer": "3.*",
"illuminate/view": "4.*",
"hybridauth/hybridauth": "^3.2",
"neitanod/forceutf8": "^2.0",
"symfony/routing": "3.4.36",
"symfony/http-foundation": "~2.8",
"symfony/yaml": "~4.0",
"symfony/expression-language": "~3.0",
"symfony/config": "3.3.2",
"michelf/php-markdown": "^1.9",
"apereo/phpcas": "^1.3"
}
}