updated drupal core

This commit is contained in:
Bachir Soussi Chiadmi 2023-03-21 11:31:30 +01:00
parent b8c2228aca
commit 421f8103f8
11 changed files with 148 additions and 138 deletions

16
src/.gitattributes vendored
View File

@ -19,24 +19,24 @@
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html *.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php *.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2

View File

@ -22,9 +22,9 @@
"drupal/audiofield": "1.x-dev@dev", "drupal/audiofield": "1.x-dev@dev",
"drupal/base_field_override_ui": "^1.1", "drupal/base_field_override_ui": "^1.1",
"drupal/config_pages": "^2.14", "drupal/config_pages": "^2.14",
"drupal/core-composer-scaffold": "^9.4", "drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9.4", "drupal/core-project-message": "^9",
"drupal/core-recommended": "^9.4", "drupal/core-recommended": "^9",
"drupal/flexible_permissions": "@beta", "drupal/flexible_permissions": "@beta",
"drupal/genpass": "^1.1", "drupal/genpass": "^1.1",
"drupal/graphql": "4.x-dev@dev", "drupal/graphql": "4.x-dev@dev",

236
src/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": "3dfc5bbd00ebe09db9b540ed7e99469c", "content-hash": "78953128a35b2bd8d96d7a52bd968fcd",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -3929,16 +3929,16 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "9.4.8", "version": "9.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core.git", "url": "https://github.com/drupal/core.git",
"reference": "a627d1b2a00f2cef0572e37b94dea298800541f4" "reference": "eae5e76a8b403cbd42b3465f567313b52d78b0dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drupal/core/zipball/a627d1b2a00f2cef0572e37b94dea298800541f4", "url": "https://api.github.com/repos/drupal/core/zipball/eae5e76a8b403cbd42b3465f567313b52d78b0dc",
"reference": "a627d1b2a00f2cef0572e37b94dea298800541f4", "reference": "eae5e76a8b403cbd42b3465f567313b52d78b0dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3961,7 +3961,7 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xml": "*", "ext-xml": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"laminas/laminas-diactoros": "^2.11", "laminas/laminas-diactoros": "^2.14",
"laminas/laminas-feed": "^2.17", "laminas/laminas-feed": "^2.17",
"masterminds/html5": "^2.7", "masterminds/html5": "^2.7",
"pear/archive_tar": "^1.4.14", "pear/archive_tar": "^1.4.14",
@ -3975,8 +3975,8 @@
"symfony/http-foundation": "^4.4.7", "symfony/http-foundation": "^4.4.7",
"symfony/http-kernel": "^4.4", "symfony/http-kernel": "^4.4",
"symfony/mime": "^5.4", "symfony/mime": "^5.4",
"symfony/polyfill-iconv": "^1.25", "symfony/polyfill-iconv": "^1.26",
"symfony/polyfill-php80": "^1.25", "symfony/polyfill-php80": "^1.26",
"symfony/process": "^4.4", "symfony/process": "^4.4",
"symfony/psr-http-message-bridge": "^2.1", "symfony/psr-http-message-bridge": "^2.1",
"symfony/routing": "^4.4", "symfony/routing": "^4.4",
@ -4090,22 +4090,22 @@
], ],
"description": "Drupal is an open source content management platform powering millions of websites and applications.", "description": "Drupal is an open source content management platform powering millions of websites and applications.",
"support": { "support": {
"source": "https://github.com/drupal/core/tree/9.4.8" "source": "https://github.com/drupal/core/tree/9.5.5"
}, },
"time": "2022-10-06T15:57:08+00:00" "time": "2023-03-15T14:30:25+00:00"
}, },
{ {
"name": "drupal/core-composer-scaffold", "name": "drupal/core-composer-scaffold",
"version": "9.4.5", "version": "9.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git", "url": "https://github.com/drupal/core-composer-scaffold.git",
"reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f" "reference": "c78779acff7b39fc0f29ff1edd710361c15ed87b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/c78779acff7b39fc0f29ff1edd710361c15ed87b",
"reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", "reference": "c78779acff7b39fc0f29ff1edd710361c15ed87b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4140,13 +4140,13 @@
"drupal" "drupal"
], ],
"support": { "support": {
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.4.5" "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.5"
}, },
"time": "2022-06-19T16:14:23+00:00" "time": "2023-03-09T21:29:23+00:00"
}, },
{ {
"name": "drupal/core-project-message", "name": "drupal/core-project-message",
"version": "9.4.5", "version": "9.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-project-message.git", "url": "https://github.com/drupal/core-project-message.git",
@ -4181,40 +4181,40 @@
"drupal" "drupal"
], ],
"support": { "support": {
"source": "https://github.com/drupal/core-project-message/tree/9.4.5" "source": "https://github.com/drupal/core-project-message/tree/9.5.5"
}, },
"time": "2022-02-24T17:40:53+00:00" "time": "2022-02-24T17:40:53+00:00"
}, },
{ {
"name": "drupal/core-recommended", "name": "drupal/core-recommended",
"version": "9.4.8", "version": "9.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-recommended.git", "url": "https://github.com/drupal/core-recommended.git",
"reference": "684cc844f7b729286f5d62f1ee4b20ab12586502" "reference": "3c1d205349407e706cc89f56aa34448742fe81b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/684cc844f7b729286f5d62f1ee4b20ab12586502", "url": "https://api.github.com/repos/drupal/core-recommended/zipball/3c1d205349407e706cc89f56aa34448742fe81b4",
"reference": "684cc844f7b729286f5d62f1ee4b20ab12586502", "reference": "3c1d205349407e706cc89f56aa34448742fe81b4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"asm89/stack-cors": "~1.3.0", "asm89/stack-cors": "~1.3.0",
"composer/semver": "~3.3.2", "composer/semver": "~3.3.2",
"doctrine/annotations": "~1.13.2", "doctrine/annotations": "~1.13.3",
"doctrine/lexer": "~1.2.3", "doctrine/lexer": "~1.2.3",
"doctrine/reflection": "~1.2.3", "doctrine/reflection": "~1.2.3",
"drupal/core": "9.4.8", "drupal/core": "9.5.5",
"egulias/email-validator": "~3.2", "egulias/email-validator": "~3.2.1",
"guzzlehttp/guzzle": "~6.5.8", "guzzlehttp/guzzle": "~6.5.8",
"guzzlehttp/promises": "~1.5.1", "guzzlehttp/promises": "~1.5.2",
"guzzlehttp/psr7": "~1.9.0", "guzzlehttp/psr7": "~1.9.0",
"laminas/laminas-diactoros": "~2.11.1", "laminas/laminas-diactoros": "~2.14.0",
"laminas/laminas-escaper": "~2.9.0", "laminas/laminas-escaper": "~2.9.0",
"laminas/laminas-feed": "~2.17.0", "laminas/laminas-feed": "~2.17.0",
"laminas/laminas-stdlib": "~3.7.1", "laminas/laminas-stdlib": "~3.11.0",
"masterminds/html5": "~2.7.5", "masterminds/html5": "~2.7.6",
"pear/archive_tar": "~1.4.14", "pear/archive_tar": "~1.4.14",
"pear/console_getopt": "~v1.4.3", "pear/console_getopt": "~v1.4.3",
"pear/pear-core-minimal": "~v1.10.11", "pear/pear-core-minimal": "~v1.10.11",
@ -4227,34 +4227,34 @@
"ralouphie/getallheaders": "~3.0.3", "ralouphie/getallheaders": "~3.0.3",
"stack/builder": "~v1.0.6", "stack/builder": "~v1.0.6",
"symfony-cmf/routing": "~2.3.4", "symfony-cmf/routing": "~2.3.4",
"symfony/console": "~v4.4.42", "symfony/console": "~v4.4.49",
"symfony/debug": "~v4.4.41", "symfony/debug": "~v4.4.44",
"symfony/dependency-injection": "~v4.4.42", "symfony/dependency-injection": "~v4.4.49",
"symfony/deprecation-contracts": "~v2.5.1", "symfony/deprecation-contracts": "~v2.5.2",
"symfony/error-handler": "~v4.4.41", "symfony/error-handler": "~v4.4.44",
"symfony/event-dispatcher": "~v4.4.42", "symfony/event-dispatcher": "~v4.4.44",
"symfony/event-dispatcher-contracts": "~v1.1.12", "symfony/event-dispatcher-contracts": "~v1.1.13",
"symfony/http-client-contracts": "~v2.5.1", "symfony/http-client-contracts": "~v2.5.2",
"symfony/http-foundation": "~v4.4.41", "symfony/http-foundation": "~v4.4.49",
"symfony/http-kernel": "~v4.4.42", "symfony/http-kernel": "~v4.4.50",
"symfony/mime": "~v5.4.9", "symfony/mime": "~v5.4.13",
"symfony/polyfill-ctype": "~v1.25.0", "symfony/polyfill-ctype": "~v1.27.0",
"symfony/polyfill-iconv": "~v1.25.0", "symfony/polyfill-iconv": "~v1.27.0",
"symfony/polyfill-intl-idn": "~v1.25.0", "symfony/polyfill-intl-idn": "~v1.27.0",
"symfony/polyfill-intl-normalizer": "~v1.25.0", "symfony/polyfill-intl-normalizer": "~v1.27.0",
"symfony/polyfill-mbstring": "~v1.25.0", "symfony/polyfill-mbstring": "~v1.27.0",
"symfony/polyfill-php80": "~v1.25.0", "symfony/polyfill-php80": "~v1.27.0",
"symfony/process": "~v4.4.41", "symfony/process": "~v4.4.44",
"symfony/psr-http-message-bridge": "~v2.1.2", "symfony/psr-http-message-bridge": "~v2.1.4",
"symfony/routing": "~v4.4.41", "symfony/routing": "~v4.4.44",
"symfony/serializer": "~v4.4.42", "symfony/serializer": "~v4.4.47",
"symfony/service-contracts": "~v2.5.1", "symfony/service-contracts": "~v2.5.2",
"symfony/translation": "~v4.4.41", "symfony/translation": "~v4.4.47",
"symfony/translation-contracts": "~v2.5.1", "symfony/translation-contracts": "~v2.5.2",
"symfony/validator": "~v4.4.41", "symfony/validator": "~v4.4.48",
"symfony/var-dumper": "~v5.4.9", "symfony/var-dumper": "~v5.4.19",
"symfony/yaml": "~v4.4.37", "symfony/yaml": "~v4.4.45",
"twig/twig": "~v2.15.3", "twig/twig": "~v2.15.4",
"typo3/phar-stream-wrapper": "~v3.1.7" "typo3/phar-stream-wrapper": "~v3.1.7"
}, },
"conflict": { "conflict": {
@ -4267,9 +4267,9 @@
], ],
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
"support": { "support": {
"source": "https://github.com/drupal/core-recommended/tree/9.4.8" "source": "https://github.com/drupal/core-recommended/tree/9.5.5"
}, },
"time": "2022-10-06T15:57:08+00:00" "time": "2023-03-15T14:30:25+00:00"
}, },
{ {
"name": "drupal/cshs", "name": "drupal/cshs",
@ -9769,16 +9769,16 @@
}, },
{ {
"name": "laminas/laminas-diactoros", "name": "laminas/laminas-diactoros",
"version": "2.11.3", "version": "2.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git", "url": "https://github.com/laminas/laminas-diactoros.git",
"reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76" "reference": "6cb35f61913f06b2c91075db00f67cfd78869e28"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/1f97b0c52eafd108e09c76d6b29d83ef4a855f76", "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6cb35f61913f06b2c91075db00f67cfd78869e28",
"reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76", "reference": "6cb35f61913f06b2c91075db00f67cfd78869e28",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9799,13 +9799,13 @@
"ext-dom": "*", "ext-dom": "*",
"ext-gd": "*", "ext-gd": "*",
"ext-libxml": "*", "ext-libxml": "*",
"http-interop/http-factory-tests": "^0.8.0", "http-interop/http-factory-tests": "^0.9.0",
"laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-coding-standard": "~2.3.0",
"php-http/psr7-integration-tests": "^1.1", "php-http/psr7-integration-tests": "^1.1.1",
"phpspec/prophecy-phpunit": "^2.0", "phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1", "phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.14.0", "psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.3" "vimeo/psalm": "^4.24.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -9864,7 +9864,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-07-06T09:24:53+00:00" "time": "2022-07-28T12:23:48+00:00"
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
@ -10007,16 +10007,16 @@
}, },
{ {
"name": "laminas/laminas-stdlib", "name": "laminas/laminas-stdlib",
"version": "3.7.1", "version": "3.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git", "url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "bcd869e2fe88d567800057c1434f2380354fe325" "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f",
"reference": "bcd869e2fe88d567800057c1434f2380354fe325", "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10029,7 +10029,7 @@
"laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-coding-standard": "~2.3.0",
"phpbench/phpbench": "^1.0", "phpbench/phpbench": "^1.0",
"phpunit/phpunit": "^9.3.7", "phpunit/phpunit": "^9.3.7",
"psalm/plugin-phpunit": "^0.16.0", "psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.7" "vimeo/psalm": "^4.7"
}, },
"type": "library", "type": "library",
@ -10062,7 +10062,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-01-21T15:50:46+00:00" "time": "2022-07-27T12:28:58+00:00"
}, },
{ {
"name": "league/container", "name": "league/container",
@ -12487,16 +12487,16 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.25.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "30885182c981ab175d4d034db0f6f469898070ab" "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "30885182c981ab175d4d034db0f6f469898070ab", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12511,7 +12511,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.23-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -12549,7 +12549,7 @@
"portable" "portable"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -12565,20 +12565,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-20T20:35:02+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-iconv", "name": "symfony/polyfill-iconv",
"version": "v1.25.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git", "url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "f1aed619e28cb077fc83fac8c4c0383578356e40" "reference": "927013f3aac555983a5059aada98e1907d842695"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
"reference": "f1aed619e28cb077fc83fac8c4c0383578356e40", "reference": "927013f3aac555983a5059aada98e1907d842695",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12593,7 +12593,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.23-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -12632,7 +12632,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0" "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -12648,20 +12648,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-04T09:04:05+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.25.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "749045c69efb97c70d25d7463abba812e91f3a44" "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
"reference": "749045c69efb97c70d25d7463abba812e91f3a44", "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12675,7 +12675,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.23-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -12719,7 +12719,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -12735,20 +12735,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-14T14:02:44+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.25.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12760,7 +12760,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.23-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -12803,7 +12803,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -12819,20 +12819,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-19T12:13:01+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.25.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12847,7 +12847,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.23-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -12886,7 +12886,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -12902,7 +12902,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-30T18:21:41+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
@ -13061,16 +13061,16 @@
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.25.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13079,7 +13079,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.23-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -13124,7 +13124,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -13140,7 +13140,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-03-04T08:16:47+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-php81", "name": "symfony/polyfill-php81",

View File

@ -5,4 +5,4 @@ default_form: feedback
flood: flood:
limit: 5 limit: 5
interval: 3600 interval: 3600
user_default_enabled: true user_default_enabled: false

View File

@ -8,7 +8,7 @@ slogan: 'Soutiller collectivement, se préparer pour atterrir autrement, et s
page: page:
403: '' 403: ''
404: '' 404: ''
front: /user/register front: /user/login
admin_compact_mode: false admin_compact_mode: false
weight_select_max: 100 weight_select_max: 100
default_langcode: fr default_langcode: fr

View File

@ -1,7 +1,7 @@
_core: _core:
default_config_hash: fbROM54Y8G4Yfeq1G2NbNX6K9ovDAP55c7YM9dTaSWQ default_config_hash: fbROM54Y8G4Yfeq1G2NbNX6K9ovDAP55c7YM9dTaSWQ
langcode: fr langcode: fr
anonymous: Anonyme anonymous: Visiteur
verify_mail: false verify_mail: false
notify: notify:
cancel_confirm: true cancel_confirm: true

View File

@ -24,6 +24,12 @@
* @see http://php.net/manual/en/features.commandline.webserver.php * @see http://php.net/manual/en/features.commandline.webserver.php
*/ */
if (PHP_SAPI !== 'cli-server') {
// Bail out if this is not PHP's Development Server.
header($_SERVER['SERVER_PROTOCOL'] . ' 403 Forbidden');
exit;
}
$url = parse_url($_SERVER['REQUEST_URI']); $url = parse_url($_SERVER['REQUEST_URI']);
if (file_exists(__DIR__ . $url['path'])) { if (file_exists(__DIR__ . $url['path'])) {
// Serve the requested resource as-is. // Serve the requested resource as-is.

View File

@ -3,7 +3,7 @@
# #
# Protect files and directories from prying eyes. # Protect files and directories from prying eyes.
<FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$"> <FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config|yarn\.lock|package\.json)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$">
<IfModule mod_authz_core.c> <IfModule mod_authz_core.c>
Require all denied Require all denied
</IfModule> </IfModule>
@ -42,7 +42,7 @@ AddEncoding gzip svgz
# Enable expirations. # Enable expirations.
ExpiresActive On ExpiresActive On
# Cache all files for 2 weeks after access (A). # Cache all files and redirects for 2 weeks after access (A).
ExpiresDefault A1209600 ExpiresDefault A1209600
<FilesMatch \.php$> <FilesMatch \.php$>
@ -158,12 +158,12 @@ AddEncoding gzip svgz
# Serve gzip compressed CSS files if they exist and the client accepts gzip. # Serve gzip compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.css $1\.css\.gz [QSA] RewriteRule ^(.*css_[a-zA-Z0-9-_])\.css$ $1\.css\.gz [QSA]
# Serve gzip compressed JS files if they exist and the client accepts gzip. # Serve gzip compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.js $1\.js\.gz [QSA] RewriteRule ^(.*js_[a-zA-Z0-9-_])\.js$ $1\.js\.gz [QSA]
# Serve correct content types, and prevent double compression. # Serve correct content types, and prevent double compression.
RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1,E=no-brotli:1] RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1,E=no-brotli:1]

View File

@ -49,6 +49,8 @@ Disallow: /user/register
Disallow: /user/password Disallow: /user/password
Disallow: /user/login Disallow: /user/login
Disallow: /user/logout Disallow: /user/logout
Disallow: /media/oembed
Disallow: /*/media/oembed
# Paths (no clean URLs) # Paths (no clean URLs)
Disallow: /index.php/admin/ Disallow: /index.php/admin/
Disallow: /index.php/comment/reply/ Disallow: /index.php/comment/reply/
@ -59,3 +61,5 @@ Disallow: /index.php/user/password
Disallow: /index.php/user/register Disallow: /index.php/user/register
Disallow: /index.php/user/login Disallow: /index.php/user/login
Disallow: /index.php/user/logout Disallow: /index.php/user/logout
Disallow: /index.php/media/oembed
Disallow: /index.php/*/media/oembed

View File

@ -33,7 +33,7 @@
* @see https://wiki.php.net/rfc/expectations * @see https://wiki.php.net/rfc/expectations
*/ */
assert_options(ASSERT_ACTIVE, TRUE); assert_options(ASSERT_ACTIVE, TRUE);
\Drupal\Component\Assertion\Handle::register(); assert_options(ASSERT_EXCEPTION, TRUE);
/** /**
* Enable local development services. * Enable local development services.

View File

@ -22,7 +22,7 @@
<rewrite> <rewrite>
<rules> <rules>
<rule name="Protect files and directories from prying eyes" stopProcessing="true"> <rule name="Protect files and directories from prying eyes" stopProcessing="true">
<match url="\.(engine|inc|install|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format|composer\.(json|lock)|\.htaccess)$" /> <match url="\.(engine|inc|install|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format|composer\.(json|lock)|\.htaccess|yarn.lock|package.json)$" />
<action type="CustomResponse" statusCode="403" subStatusCode="0" statusReason="Forbidden" statusDescription="Access is forbidden." /> <action type="CustomResponse" statusCode="403" subStatusCode="0" statusReason="Forbidden" statusDescription="Access is forbidden." />
</rule> </rule>