Skip to content
Snippets Groups Projects
Commit bda04867 authored by Maxime Reyrolle's avatar Maxime Reyrolle
Browse files

Merge branch 'update-dependencies' into '4.0.x'

Update dependencies

See merge request libriciel/pole-plate-formes/pastell/pastell!1527
parents 6164dd8e 62dd561e
No related branches found
No related tags found
No related merge requests found
Pipeline #88811 failed
...@@ -4,7 +4,7 @@ APP_SECRET=4d8bac19dfabd8acdc9595dbdab8810a ...@@ -4,7 +4,7 @@ APP_SECRET=4d8bac19dfabd8acdc9595dbdab8810a
###< symfony/framework-bundle ### ###< symfony/framework-bundle ###
###> symfony/mailer ### ###> symfony/mailer ###
# MAILER_DSN=null://null MAILER_DSN=null://null
###< symfony/mailer ### ###< symfony/mailer ###
###> symfony/lock ### ###> symfony/lock ###
......
This diff is collapsed.
# see https://symfony.com/doc/current/reference/configuration/framework.html # see https://symfony.com/doc/current/reference/configuration/framework.html
framework: framework:
secret: '%env(APP_SECRET)%' secret: '%env(APP_SECRET)%'
#csrf_protection: true
annotations: false annotations: false
http_method_override: false http_method_override: false
handle_all_throwables: true handle_all_throwables: true
......
...@@ -82,7 +82,7 @@ services: ...@@ -82,7 +82,7 @@ services:
user: "${UID:-33}:${GID:-33}" user: "${UID:-33}:${GID:-33}"
db: db:
image: 'hubdocker.libriciel.fr/mariadb:10.11.9-jammy' image: 'hubdocker.libriciel.fr/mariadb:10.11.10-jammy'
restart: unless-stopped restart: unless-stopped
command: command:
- "--character-set-server=utf8mb4" - "--character-set-server=utf8mb4"
...@@ -96,7 +96,7 @@ services: ...@@ -96,7 +96,7 @@ services:
- ${MARIADB_DATADIR:-mariadb_datadir}:/var/lib/mysql/ - ${MARIADB_DATADIR:-mariadb_datadir}:/var/lib/mysql/
redis: redis:
image: 'hubdocker.libriciel.fr/redis:7.2.6' image: 'hubdocker.libriciel.fr/redis:7.2.7'
restart: unless-stopped restart: unless-stopped
seda-generator: seda-generator:
......
This diff is collapsed.
{ {
"codeception/codeception": { "codeception/codeception": {
"version": "5.0", "version": "5.1",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes-contrib", "repo": "github.com/symfony/recipes-contrib",
"branch": "main", "branch": "main",
"version": "2.3", "version": "5.0",
"ref": "89689e24507d8cb2c4a7937ece549db3836b608c" "ref": "0d213956834c5652a34e4bf9456ef26119132a8a"
}, },
"files": [ "files": [
"codeception.yml", "codeception.yml",
"tests/_data/.gitignore", "tests/Acceptance.suite.yml",
"tests/_output/.gitignore", "tests/Acceptance/.gitignore",
"tests/_support/AcceptanceTester.php", "tests/Functional.suite.yml",
"tests/_support/FunctionalTester.php", "tests/Functional/.gitignore",
"tests/_support/Helper/Acceptance.php", "tests/Support/AcceptanceTester.php",
"tests/_support/Helper/Functional.php", "tests/Support/Data/.gitignore",
"tests/_support/Helper/Unit.php", "tests/Support/FunctionalTester.php",
"tests/_support/UnitTester.php", "tests/Support/Helper/.gitignore",
"tests/_support/_generated/.gitignore", "tests/Support/UnitTester.php",
"tests/acceptance.suite.yml", "tests/Support/_generated/.gitignore",
"tests/acceptance/.gitignore", "tests/Unit.suite.yml",
"tests/functional.suite.yml", "tests/Unit/.gitignore",
"tests/functional/.gitignore", "tests/_output/.gitignore"
"tests/unit.suite.yml",
"tests/unit/.gitignore"
] ]
}, },
"php-http/discovery": { "php-http/discovery": {
...@@ -95,15 +93,16 @@ ...@@ -95,15 +93,16 @@
] ]
}, },
"symfony/flex": { "symfony/flex": {
"version": "2.2", "version": "2.4",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "1.0", "version": "2.4",
"ref": "146251ae39e06a95be0fe3d13c807bcf3938b172" "ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
}, },
"files": [ "files": [
".env" ".env",
".env.dev"
] ]
}, },
"symfony/framework-bundle": { "symfony/framework-bundle": {
...@@ -112,7 +111,7 @@ ...@@ -112,7 +111,7 @@
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.4", "version": "6.4",
"ref": "a91c965766ad3ff2ae15981801643330eb42b6a5" "ref": "32126346f25e1cee607cc4aa6783d46034920554"
}, },
"files": [ "files": [
"config/packages/cache.yaml", "config/packages/cache.yaml",
...@@ -143,7 +142,7 @@ ...@@ -143,7 +142,7 @@
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "4.3", "version": "4.3",
"ref": "df66ee1f226c46f01e85c29c2f7acce0596ba35a" "ref": "09051cfde49476e3c12cd3a0e44289ace1c75a4f"
}, },
"files": [ "files": [
"config/packages/mailer.yaml" "config/packages/mailer.yaml"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
'node_modules/bootstrap/dist/css/bootstrap.min.css', 'node_modules/bootstrap/dist/css/bootstrap.min.css',
'node_modules/fork-awesome/css/fork-awesome.min.css', 'node_modules/fork-awesome/css/fork-awesome.min.css',
'node_modules/select2/dist/css/select2.min.css', 'node_modules/select2/dist/css/select2.min.css',
'node_modules/components-jqueryui/themes/cupertino/jquery-ui.min.css', 'node_modules/jquery-ui/dist/themes/cupertino/jquery-ui.min.css',
'img/commun.css', 'img/commun.css',
'node_modules/@libriciel/ls-bootstrap-4/dist/pa-bootstrap-4.css', 'node_modules/@libriciel/ls-bootstrap-4/dist/pa-bootstrap-4.css',
'img/bs_surcharge.css', 'img/bs_surcharge.css',
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
'node_modules/select2/dist/js/select2.min.js', 'node_modules/select2/dist/js/select2.min.js',
'node_modules/select2/dist/js/i18n/fr.js', 'node_modules/select2/dist/js/i18n/fr.js',
'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js', 'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js',
'node_modules/components-jqueryui/jquery-ui.js', 'node_modules/jquery-ui/dist/jquery-ui.js',
'node_modules/components-jqueryui/ui/widgets/datepicker.js', 'node_modules/jquery-ui/ui/widgets/datepicker.js',
'node_modules/components-jqueryui/ui/i18n/datepicker-fr.js', 'node_modules/jquery-ui/ui/i18n/datepicker-fr.js',
'node_modules/@libriciel/ls-composants/ls-elements.js', 'node_modules/@libriciel/ls-composants/ls-elements.js',
'node_modules/@libriciel/ls-jquery-password/dist/js/ls-jquery-password.min.js', 'node_modules/@libriciel/ls-jquery-password/dist/js/ls-jquery-password.min.js',
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
'node_modules/bootstrap/dist/css/bootstrap.min.css', 'node_modules/bootstrap/dist/css/bootstrap.min.css',
'node_modules/fork-awesome/css/fork-awesome.min.css', 'node_modules/fork-awesome/css/fork-awesome.min.css',
'node_modules/select2/dist/css/select2.min.css', 'node_modules/select2/dist/css/select2.min.css',
'node_modules/components-jqueryui/themes/cupertino/jquery-ui.min.css', 'node_modules/jquery-ui/dist/themes/cupertino/jquery-ui.min.css',
"img/commun.css", "img/commun.css",
'node_modules/@libriciel/ls-bootstrap-4/dist/pa-bootstrap-4.css', 'node_modules/@libriciel/ls-bootstrap-4/dist/pa-bootstrap-4.css',
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
'node_modules/select2/dist/js/select2.min.js', 'node_modules/select2/dist/js/select2.min.js',
'node_modules/select2/dist/js/i18n/fr.js', 'node_modules/select2/dist/js/i18n/fr.js',
'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js', 'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js',
'node_modules/components-jqueryui/ui/widgets/datepicker.js', 'node_modules/jquery-ui/ui/widgets/datepicker.js',
'node_modules/components-jqueryui/ui/i18n/datepicker-fr.js', 'node_modules/jquery-ui/ui/i18n/datepicker-fr.js',
"js/flow.js", "js/flow.js",
"js/jquery.treeview.js", "js/jquery.treeview.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment