diff --git a/.env b/.env index 87e0597..de48175 100755 --- a/.env +++ b/.env @@ -2,6 +2,7 @@ APP_ENV=prod APP_SECRET=changeme APP_SESSIONTIME=1440 +PROTOCOLE=https # Messenger MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 diff --git a/composer.json b/composer.json index 29954b7..b709252 100755 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "friendsofsymfony/ckeditor-bundle": "^2.4", "friendsofsymfony/rest-bundle": "^3.3", "gregwar/captcha-bundle": "^2.2", - "jasig/phpcas": "^1.5", + "jasig/phpcas": "^1.6", "mashape/unirest-php": "^3.0", "nelmio/api-doc-bundle": "^4.9", "oneup/uploader-bundle": "^3.2", diff --git a/composer.lock b/composer.lock index 03a382d..4247b44 100755 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "80b291742d074817f7c3dbbfb80b6d15", + "content-hash": "132ab545b41d1399a779510043d1b559", "packages": [ { "name": "aws/aws-crt-php", @@ -2492,16 +2492,16 @@ }, { "name": "jasig/phpcas", - "version": "1.5.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/apereo/phpCAS.git", - "reference": "d6f5797fb568726f34c8e48741776d81e4a2646b" + "reference": "c129708154852656aabb13d8606cd5b12dbbabac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/apereo/phpCAS/zipball/d6f5797fb568726f34c8e48741776d81e4a2646b", - "reference": "d6f5797fb568726f34c8e48741776d81e4a2646b", + "url": "https://api.github.com/repos/apereo/phpCAS/zipball/c129708154852656aabb13d8606cd5b12dbbabac", + "reference": "c129708154852656aabb13d8606cd5b12dbbabac", "shasum": "" }, "require": { @@ -2522,6 +2522,9 @@ } }, "autoload": { + "files": [ + "source/CAS.php" + ], "classmap": [ "source/" ] @@ -2554,9 +2557,10 @@ ], "support": { "issues": "https://github.com/apereo/phpCAS/issues", - "source": "https://github.com/apereo/phpCAS/tree/1.5.0" + "source": "https://github.com/apereo/phpCAS/tree/1.6.1" }, - "time": "2022-05-03T21:12:54+00:00" + "abandoned": "apereo/phpcas", + "time": "2023-02-19T19:52:35+00:00" }, { "name": "jean85/pretty-package-versions", @@ -13657,5 +13661,5 @@ "ext-iconv": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" } diff --git a/config/services.yaml b/config/services.yaml index b934dbf..1700a5a 100755 --- a/config/services.yaml +++ b/config/services.yaml @@ -3,6 +3,7 @@ parameters: app_env: '%env(resolve:APP_ENV)%' appSecret: '%env(resolve:APP_SECRET)%' appSessiontime: '%env(resolve:APP_SESSIONTIME)%' + protocole: '%env(resolve:PROTOCOLE)%' appWeburl: '%env(resolve:APP_WEBURL)%' appAuth: '%env(resolve:APP_AUTH)%'