chore(frankenphp): install and setup frankenphp #63

Open
gdupont wants to merge 5 commits from frankenphp into develop
4 changed files with 154 additions and 160 deletions
Showing only changes of commit 97289f96fd - Show all commits

View File

@@ -87,6 +87,7 @@
"require-dev": { "require-dev": {
"rector/rector": "^2.1", "rector/rector": "^2.1",
"symfony/debug-bundle": "6.4.*", "symfony/debug-bundle": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*" "symfony/web-profiler-bundle": "6.4.*",
"phpstan/phpstan": "^2"
} }
} }

299
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": "a079f0d3adb4b38bd773a019a017030f", "content-hash": "8c67de299f6764f42051e6cc59b93cbb",
"packages": [ "packages": [
{ {
"name": "clue/stream-filter", "name": "clue/stream-filter",
@@ -1953,16 +1953,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v6.4.24", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "d038cd3054aeaf1c674022a77048b2ef6376a175" "reference": "66c853ddcbf85c1984169869be498c3e7597b367"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/d038cd3054aeaf1c674022a77048b2ef6376a175", "url": "https://api.github.com/repos/symfony/cache/zipball/66c853ddcbf85c1984169869be498c3e7597b367",
"reference": "d038cd3054aeaf1c674022a77048b2ef6376a175", "reference": "66c853ddcbf85c1984169869be498c3e7597b367",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2029,7 +2029,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v6.4.24" "source": "https://github.com/symfony/cache/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -2049,7 +2049,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-30T09:32:03+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
@@ -2207,16 +2207,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v6.4.24", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "80e2cf005cf17138c97193be0434cdcfd1b2212e" "reference": "f18dc5926cb203e125956987def795d052ee774e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/80e2cf005cf17138c97193be0434cdcfd1b2212e", "url": "https://api.github.com/repos/symfony/config/zipball/f18dc5926cb203e125956987def795d052ee774e",
"reference": "80e2cf005cf17138c97193be0434cdcfd1b2212e", "reference": "f18dc5926cb203e125956987def795d052ee774e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2262,7 +2262,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/config/tree/v6.4.24" "source": "https://github.com/symfony/config/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -2282,20 +2282,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-26T13:50:30+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae" "reference": "492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", "url": "https://api.github.com/repos/symfony/console/zipball/492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f",
"reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", "reference": "492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2360,7 +2360,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v6.4.25" "source": "https://github.com/symfony/console/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -2380,20 +2380,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-22T10:21:53+00:00" "time": "2025-09-26T12:13:46+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "900da8a42eceeb4a13a0ec34caa7db49328daff3" "reference": "5f311eaf0b321f8ec640f6bae12da43a14026898"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/900da8a42eceeb4a13a0ec34caa7db49328daff3", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5f311eaf0b321f8ec640f6bae12da43a14026898",
"reference": "900da8a42eceeb4a13a0ec34caa7db49328daff3", "reference": "5f311eaf0b321f8ec640f6bae12da43a14026898",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2445,7 +2445,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.25" "source": "https://github.com/symfony/dependency-injection/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -2465,7 +2465,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-13T09:41:44+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@@ -2614,16 +2614,16 @@
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v6.4.24", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "30fd0b3cf0e972e82636038ce4db0e4fe777112c" "reference": "41bedcaec5b72640b0ec2096547b75fda72ead6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/30fd0b3cf0e972e82636038ce4db0e4fe777112c", "url": "https://api.github.com/repos/symfony/error-handler/zipball/41bedcaec5b72640b0ec2096547b75fda72ead6c",
"reference": "30fd0b3cf0e972e82636038ce4db0e4fe777112c", "reference": "41bedcaec5b72640b0ec2096547b75fda72ead6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2669,7 +2669,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v6.4.24" "source": "https://github.com/symfony/error-handler/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -2689,7 +2689,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-24T08:25:04+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@@ -3131,16 +3131,16 @@
}, },
{ {
"name": "symfony/form", "name": "symfony/form",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/form.git", "url": "https://github.com/symfony/form.git",
"reference": "ce4d50b8779556a18f72e6122107b3db2f116140" "reference": "b40cdbe70be9274ea807ef61da7d0f8d1c70dc51"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/form/zipball/ce4d50b8779556a18f72e6122107b3db2f116140", "url": "https://api.github.com/repos/symfony/form/zipball/b40cdbe70be9274ea807ef61da7d0f8d1c70dc51",
"reference": "ce4d50b8779556a18f72e6122107b3db2f116140", "reference": "b40cdbe70be9274ea807ef61da7d0f8d1c70dc51",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3208,7 +3208,7 @@
"description": "Allows to easily create, process and reuse HTML forms", "description": "Allows to easily create, process and reuse HTML forms",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/form/tree/v6.4.25" "source": "https://github.com/symfony/form/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -3228,20 +3228,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-18T12:29:30+00:00" "time": "2025-09-20T07:40:41+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "1d6a764b58e4f780df00f71c20ba3a61095ea447" "reference": "e16f6ddaf8f026d5f3323f3bbc0660654ccdd837"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/1d6a764b58e4f780df00f71c20ba3a61095ea447", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/e16f6ddaf8f026d5f3323f3bbc0660654ccdd837",
"reference": "1d6a764b58e4f780df00f71c20ba3a61095ea447", "reference": "e16f6ddaf8f026d5f3323f3bbc0660654ccdd837",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3361,7 +3361,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/framework-bundle/tree/v6.4.25" "source": "https://github.com/symfony/framework-bundle/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -3381,20 +3381,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-26T10:44:20+00:00" "time": "2025-09-16T07:32:45+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "b8e9dce2d8acba3c32af467bb58e0c3656886181" "reference": "6740cdc1a3bffa127966b6056e883b3fe3709849"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/b8e9dce2d8acba3c32af467bb58e0c3656886181", "url": "https://api.github.com/repos/symfony/http-client/zipball/6740cdc1a3bffa127966b6056e883b3fe3709849",
"reference": "b8e9dce2d8acba3c32af467bb58e0c3656886181", "reference": "6740cdc1a3bffa127966b6056e883b3fe3709849",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3459,7 +3459,7 @@
"http" "http"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v6.4.25" "source": "https://github.com/symfony/http-client/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -3479,7 +3479,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-27T07:01:16+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@@ -3561,16 +3561,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "6bc974c0035b643aa497c58d46d9e25185e4b272" "reference": "369241591d92bb5dfb4c6ccd6ee94378a45b1521"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6bc974c0035b643aa497c58d46d9e25185e4b272", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/369241591d92bb5dfb4c6ccd6ee94378a45b1521",
"reference": "6bc974c0035b643aa497c58d46d9e25185e4b272", "reference": "369241591d92bb5dfb4c6ccd6ee94378a45b1521",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3618,7 +3618,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.4.25" "source": "https://github.com/symfony/http-foundation/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -3638,20 +3638,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-20T06:48:20+00:00" "time": "2025-09-16T08:22:30+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15" "reference": "8b0f963293aede77593c9845c8c0af34752e893a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8b0f963293aede77593c9845c8c0af34752e893a",
"reference": "a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15", "reference": "8b0f963293aede77593c9845c8c0af34752e893a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3736,7 +3736,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.4.25" "source": "https://github.com/symfony/http-kernel/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -3756,20 +3756,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-29T07:55:45+00:00" "time": "2025-09-27T12:20:56+00:00"
}, },
{ {
"name": "symfony/monolog-bridge", "name": "symfony/monolog-bridge",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/monolog-bridge.git", "url": "https://github.com/symfony/monolog-bridge.git",
"reference": "6711737a4f6acc6cea94344d252fa5d457a5d647" "reference": "71f632717b17014f9673beec1c9df601304b0a2f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/6711737a4f6acc6cea94344d252fa5d457a5d647", "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/71f632717b17014f9673beec1c9df601304b0a2f",
"reference": "6711737a4f6acc6cea94344d252fa5d457a5d647", "reference": "71f632717b17014f9673beec1c9df601304b0a2f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3819,7 +3819,7 @@
"description": "Provides integration for Monolog with various Symfony components", "description": "Provides integration for Monolog with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/monolog-bridge/tree/v6.4.25" "source": "https://github.com/symfony/monolog-bridge/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -3839,7 +3839,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-13T09:41:44+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/monolog-bundle", "name": "symfony/monolog-bundle",
@@ -4824,16 +4824,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v6.4.24", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "e4f94e625c8e6f910aa004a0042f7b2d398278f5" "reference": "6fc4c445f22857d4b8b40a02b73f423ddab295de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/e4f94e625c8e6f910aa004a0042f7b2d398278f5", "url": "https://api.github.com/repos/symfony/routing/zipball/6fc4c445f22857d4b8b40a02b73f423ddab295de",
"reference": "e4f94e625c8e6f910aa004a0042f7b2d398278f5", "reference": "6fc4c445f22857d4b8b40a02b73f423ddab295de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4887,7 +4887,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v6.4.24" "source": "https://github.com/symfony/routing/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -4907,20 +4907,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-15T08:46:37+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/runtime", "name": "symfony/runtime",
"version": "v6.4.24", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/runtime.git", "url": "https://github.com/symfony/runtime.git",
"reference": "c1cc6721646f546627236c57f835272806087337" "reference": "59933ca737fd60fad548241b6d879cd0e4be31ab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/runtime/zipball/c1cc6721646f546627236c57f835272806087337", "url": "https://api.github.com/repos/symfony/runtime/zipball/59933ca737fd60fad548241b6d879cd0e4be31ab",
"reference": "c1cc6721646f546627236c57f835272806087337", "reference": "59933ca737fd60fad548241b6d879cd0e4be31ab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4970,7 +4970,7 @@
"runtime" "runtime"
], ],
"support": { "support": {
"source": "https://github.com/symfony/runtime/tree/v6.4.24" "source": "https://github.com/symfony/runtime/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -4990,20 +4990,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-10T08:14:14+00:00" "time": "2025-09-11T15:30:54+00:00"
}, },
{ {
"name": "symfony/security-bundle", "name": "symfony/security-bundle",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-bundle.git", "url": "https://github.com/symfony/security-bundle.git",
"reference": "9780abdfc2011f0998f3cb6c7c88ad8453bd34ef" "reference": "b83773107a5b83a5507df9e88bd50d495f6e8b72"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/9780abdfc2011f0998f3cb6c7c88ad8453bd34ef", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/b83773107a5b83a5507df9e88bd50d495f6e8b72",
"reference": "9780abdfc2011f0998f3cb6c7c88ad8453bd34ef", "reference": "b83773107a5b83a5507df9e88bd50d495f6e8b72",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5086,7 +5086,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-bundle/tree/v6.4.25" "source": "https://github.com/symfony/security-bundle/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -5106,20 +5106,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-05T13:23:39+00:00" "time": "2025-09-22T15:03:07+00:00"
}, },
{ {
"name": "symfony/security-core", "name": "symfony/security-core",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-core.git", "url": "https://github.com/symfony/security-core.git",
"reference": "b70b1ac76c89eb76faed5721b0dcad3b61a1d747" "reference": "8b7c95bf04d82fcd0c06a918b2d849bfb2ab9cc0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/b70b1ac76c89eb76faed5721b0dcad3b61a1d747", "url": "https://api.github.com/repos/symfony/security-core/zipball/8b7c95bf04d82fcd0c06a918b2d849bfb2ab9cc0",
"reference": "b70b1ac76c89eb76faed5721b0dcad3b61a1d747", "reference": "8b7c95bf04d82fcd0c06a918b2d849bfb2ab9cc0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5176,7 +5176,7 @@
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-core/tree/v6.4.25" "source": "https://github.com/symfony/security-core/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -5196,7 +5196,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-21T19:23:36+00:00" "time": "2025-09-02T19:15:26+00:00"
}, },
{ {
"name": "symfony/security-csrf", "name": "symfony/security-csrf",
@@ -5272,16 +5272,16 @@
}, },
{ {
"name": "symfony/security-http", "name": "symfony/security-http",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-http.git", "url": "https://github.com/symfony/security-http.git",
"reference": "878667b04451f2e17b4161237379e5d062575181" "reference": "6c2e236f0fc3e0853770a5574ef7af471486ba4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/878667b04451f2e17b4161237379e5d062575181", "url": "https://api.github.com/repos/symfony/security-http/zipball/6c2e236f0fc3e0853770a5574ef7af471486ba4c",
"reference": "878667b04451f2e17b4161237379e5d062575181", "reference": "6c2e236f0fc3e0853770a5574ef7af471486ba4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5340,7 +5340,7 @@
"description": "Symfony Security Component - HTTP Integration", "description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-http/tree/v6.4.25" "source": "https://github.com/symfony/security-http/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -5360,7 +5360,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-21T13:09:57+00:00" "time": "2025-09-05T18:17:25+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@@ -5447,16 +5447,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1" "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1", "url": "https://api.github.com/repos/symfony/string/zipball/5621f039a71a11c87c106c1c598bdcd04a19aeea",
"reference": "7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1", "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5470,7 +5470,6 @@
"symfony/translation-contracts": "<2.5" "symfony/translation-contracts": "<2.5"
}, },
"require-dev": { "require-dev": {
"symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0", "symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/intl": "^6.2|^7.0", "symfony/intl": "^6.2|^7.0",
"symfony/translation-contracts": "^2.5|^3.0", "symfony/translation-contracts": "^2.5|^3.0",
@@ -5513,7 +5512,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v6.4.25" "source": "https://github.com/symfony/string/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -5533,20 +5532,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-22T12:33:20+00:00" "time": "2025-09-11T14:32:46+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v6.4.24", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1" "reference": "c8559fe25c7ee7aa9d28f228903a46db008156a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/300b72643e89de0734d99a9e3f8494a3ef6936e1", "url": "https://api.github.com/repos/symfony/translation/zipball/c8559fe25c7ee7aa9d28f228903a46db008156a4",
"reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1", "reference": "c8559fe25c7ee7aa9d28f228903a46db008156a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5612,7 +5611,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v6.4.24" "source": "https://github.com/symfony/translation/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -5632,7 +5631,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-30T17:30:48+00:00" "time": "2025-09-05T18:17:25+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@@ -5915,16 +5914,16 @@
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/validator.git", "url": "https://github.com/symfony/validator.git",
"reference": "9352177c0e937793423053846f80bee805552324" "reference": "3ed456b3cd04e61fc7ed2601805fee3c1130663a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/9352177c0e937793423053846f80bee805552324", "url": "https://api.github.com/repos/symfony/validator/zipball/3ed456b3cd04e61fc7ed2601805fee3c1130663a",
"reference": "9352177c0e937793423053846f80bee805552324", "reference": "3ed456b3cd04e61fc7ed2601805fee3c1130663a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5992,7 +5991,7 @@
"description": "Provides tools to validate values", "description": "Provides tools to validate values",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/validator/tree/v6.4.25" "source": "https://github.com/symfony/validator/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -6012,20 +6011,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-27T11:31:57+00:00" "time": "2025-09-25T15:37:27+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "c6cd92486e9fc32506370822c57bc02353a5a92c" "reference": "cfae1497a2f1eaad78dbc0590311c599c7178d4a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6cd92486e9fc32506370822c57bc02353a5a92c", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cfae1497a2f1eaad78dbc0590311c599c7178d4a",
"reference": "c6cd92486e9fc32506370822c57bc02353a5a92c", "reference": "cfae1497a2f1eaad78dbc0590311c599c7178d4a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6080,7 +6079,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.4.25" "source": "https://github.com/symfony/var-dumper/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -6100,20 +6099,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-13T09:41:44+00:00" "time": "2025-09-25T15:37:27+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "4ff50a1b7c75d1d596aca50899d0c8c7e3de8358" "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ff50a1b7c75d1d596aca50899d0c8c7e3de8358", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/466fcac5fa2e871f83d31173f80e9c2684743bfc",
"reference": "4ff50a1b7c75d1d596aca50899d0c8c7e3de8358", "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6161,7 +6160,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.4.25" "source": "https://github.com/symfony/var-exporter/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -6181,7 +6180,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-18T13:06:32+00:00" "time": "2025-09-11T09:57:09+00:00"
}, },
{ {
"name": "symfony/webpack-encore-bundle", "name": "symfony/webpack-encore-bundle",
@@ -6258,16 +6257,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v6.4.25", "version": "v6.4.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "e54b060bc9c3dc3d4258bf0d165d0064e755f565" "reference": "0fc8b966fd0dcaab544ae59bfc3a433f048c17b0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/e54b060bc9c3dc3d4258bf0d165d0064e755f565", "url": "https://api.github.com/repos/symfony/yaml/zipball/0fc8b966fd0dcaab544ae59bfc3a433f048c17b0",
"reference": "e54b060bc9c3dc3d4258bf0d165d0064e755f565", "reference": "0fc8b966fd0dcaab544ae59bfc3a433f048c17b0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6310,7 +6309,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v6.4.25" "source": "https://github.com/symfony/yaml/tree/v6.4.26"
}, },
"funding": [ "funding": [
{ {
@@ -6330,7 +6329,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-26T16:59:00+00:00" "time": "2025-09-26T15:07:38+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
@@ -6415,16 +6414,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.22", "version": "2.1.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan-phar-composer-source.git",
"reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" "reference": "git"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d618573eed4a1b6b75e37b2e0b65ac65c885d88e",
"reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", "reference": "d618573eed4a1b6b75e37b2e0b65ac65c885d88e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6469,20 +6468,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-08-04T19:17:37+00:00" "time": "2025-09-25T06:58:18+00:00"
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.1.6", "version": "2.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "729aabc0ec66e700ef164e26454a1357f222a2f3" "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/729aabc0ec66e700ef164e26454a1357f222a2f3", "url": "https://api.github.com/repos/rectorphp/rector/zipball/c34cc07c4698f007a20dc5c99ff820089ae413ce",
"reference": "729aabc0ec66e700ef164e26454a1357f222a2f3", "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6521,7 +6520,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.1.6" "source": "https://github.com/rectorphp/rector/tree/2.1.7"
}, },
"funding": [ "funding": [
{ {
@@ -6529,7 +6528,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-09-05T15:43:08+00:00" "time": "2025-09-10T11:13:58+00:00"
}, },
{ {
"name": "symfony/debug-bundle", "name": "symfony/debug-bundle",
@@ -6703,13 +6702,5 @@
"ext-iconv": "*" "ext-iconv": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"platform-overrides": {
"php": "8.4",
"ext-bcmath": "8.4",
"ext-xsl": "8.4",
"ext-soap": "8.4",
"ext-intl": "8.4",
"ext-gd": "8.4"
},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"
} }

View File

@@ -32,6 +32,7 @@ RUN apt-get -y update \
git \ git \
vim \ vim \
symfony-cli \ symfony-cli \
zip \
&& cp $PHP_INI_DIR/php.ini-development $PHP_INI_DIR/php.ini \ && cp $PHP_INI_DIR/php.ini-development $PHP_INI_DIR/php.ini \
&& install-php-extensions \ && install-php-extensions \
pdo_pgsql \ pdo_pgsql \
@@ -40,5 +41,5 @@ RUN apt-get -y update \
apcu \ apcu \
xdebug \ xdebug \
redis \ redis \
&& composer install --ignore-platform-reqs --no-cache \ && composer install --ignore-platform-reqs --no-cache --optimize-autoloader \
&& bin/console assets:install --symlink --relative && bin/console assets:install --symlink --relative

View File

@@ -1,4 +1,3 @@
## NPM INSTALL ## ## NPM INSTALL ##
FROM node:24.7.0 AS npm-install FROM node:24.7.0 AS npm-install
@@ -31,7 +30,8 @@ RUN apt-get -y update \
&& install-php-extensions \ && install-php-extensions \
opcache \ opcache \
apcu \ apcu \
&& composer install --ignore-platform-reqs --no-cache -a --no-dev \ redis \
&& composer install --ignore-platform-reqs --no-cache -a --no-dev --optimize-autoloader \
&& composer dump-autoload --no-dev --classmap-authoritative \ && composer dump-autoload --no-dev --classmap-authoritative \
&& bin/console assets:install --symlink --relative && bin/console assets:install --symlink --relative
@@ -54,9 +54,10 @@ WORKDIR /app
COPY --from=composer-install /app . COPY --from=composer-install /app .
RUN cp $PHP_INI_DIR/php.ini-development $PHP_INI_DIR/php.ini \ RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini \
&& install-php-extensions \ && install-php-extensions \
pdo_pgsql \ pdo_pgsql \
pdo_mysql \ pdo_mysql \
opcache \ opcache \
apcu apcu \
redis