maj jasig
Cadoles/nineskeletor/pipeline/head There was a failure building this commit Details

This commit is contained in:
afornerot 2024-09-27 21:00:15 +02:00
parent db0e67b04e
commit 45c01d62db
4 changed files with 15 additions and 9 deletions

1
.env
View File

@ -2,6 +2,7 @@
APP_ENV=prod APP_ENV=prod
APP_SECRET=changeme APP_SECRET=changeme
APP_SESSIONTIME=1440 APP_SESSIONTIME=1440
PROTOCOLE=https
# Messenger # Messenger
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0

View File

@ -15,7 +15,7 @@
"friendsofsymfony/ckeditor-bundle": "^2.4", "friendsofsymfony/ckeditor-bundle": "^2.4",
"friendsofsymfony/rest-bundle": "^3.3", "friendsofsymfony/rest-bundle": "^3.3",
"gregwar/captcha-bundle": "^2.2", "gregwar/captcha-bundle": "^2.2",
"jasig/phpcas": "^1.5", "jasig/phpcas": "^1.6",
"mashape/unirest-php": "^3.0", "mashape/unirest-php": "^3.0",
"nelmio/api-doc-bundle": "^4.9", "nelmio/api-doc-bundle": "^4.9",
"oneup/uploader-bundle": "^3.2", "oneup/uploader-bundle": "^3.2",

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "80b291742d074817f7c3dbbfb80b6d15", "content-hash": "132ab545b41d1399a779510043d1b559",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -2492,16 +2492,16 @@
}, },
{ {
"name": "jasig/phpcas", "name": "jasig/phpcas",
"version": "1.5.0", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/apereo/phpCAS.git", "url": "https://github.com/apereo/phpCAS.git",
"reference": "d6f5797fb568726f34c8e48741776d81e4a2646b" "reference": "c129708154852656aabb13d8606cd5b12dbbabac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/apereo/phpCAS/zipball/d6f5797fb568726f34c8e48741776d81e4a2646b", "url": "https://api.github.com/repos/apereo/phpCAS/zipball/c129708154852656aabb13d8606cd5b12dbbabac",
"reference": "d6f5797fb568726f34c8e48741776d81e4a2646b", "reference": "c129708154852656aabb13d8606cd5b12dbbabac",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2522,6 +2522,9 @@
} }
}, },
"autoload": { "autoload": {
"files": [
"source/CAS.php"
],
"classmap": [ "classmap": [
"source/" "source/"
] ]
@ -2554,9 +2557,10 @@
], ],
"support": { "support": {
"issues": "https://github.com/apereo/phpCAS/issues", "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", "name": "jean85/pretty-package-versions",
@ -13657,5 +13661,5 @@
"ext-iconv": "*" "ext-iconv": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }

View File

@ -3,6 +3,7 @@ parameters:
app_env: '%env(resolve:APP_ENV)%' app_env: '%env(resolve:APP_ENV)%'
appSecret: '%env(resolve:APP_SECRET)%' appSecret: '%env(resolve:APP_SECRET)%'
appSessiontime: '%env(resolve:APP_SESSIONTIME)%' appSessiontime: '%env(resolve:APP_SESSIONTIME)%'
protocole: '%env(resolve:PROTOCOLE)%'
appWeburl: '%env(resolve:APP_WEBURL)%' appWeburl: '%env(resolve:APP_WEBURL)%'
appAuth: '%env(resolve:APP_AUTH)%' appAuth: '%env(resolve:APP_AUTH)%'