mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16920] Upgrade to Symfony 5.4 LTS
PHPBB3-16920
This commit is contained in:
parent
5742056913
commit
4b62f57481
2 changed files with 222 additions and 297 deletions
|
@ -41,24 +41,24 @@
|
||||||
"lusitanian/oauth": "^0.8.1",
|
"lusitanian/oauth": "^0.8.1",
|
||||||
"marc1706/fast-image-size": "^1.1",
|
"marc1706/fast-image-size": "^1.1",
|
||||||
"s9e/text-formatter": "^2.0",
|
"s9e/text-formatter": "^2.0",
|
||||||
"symfony/config": "^5.0",
|
"symfony/config": "^5.4",
|
||||||
"symfony/console": "^5.0",
|
"symfony/console": "^5.4",
|
||||||
"symfony/debug": "~4.4",
|
"symfony/debug": "~4.4",
|
||||||
"symfony/dependency-injection": "^5.0",
|
"symfony/dependency-injection": "^5.4",
|
||||||
"symfony/event-dispatcher": "^5.0",
|
"symfony/event-dispatcher": "^5.4",
|
||||||
"symfony/filesystem": "^5.0",
|
"symfony/filesystem": "^5.4",
|
||||||
"symfony/finder": "^5.0",
|
"symfony/finder": "^5.4",
|
||||||
"symfony/http-foundation": "^5.0",
|
"symfony/http-foundation": "^5.4",
|
||||||
"symfony/http-kernel": "^5.0",
|
"symfony/http-kernel": "^5.4",
|
||||||
"symfony/polyfill-intl-normalizer": "^1.23",
|
"symfony/polyfill-intl-normalizer": "^1.23",
|
||||||
"symfony/polyfill-mbstring": "^1.23",
|
"symfony/polyfill-mbstring": "^1.23",
|
||||||
"symfony/polyfill-php72": "^1.23",
|
"symfony/polyfill-php72": "^1.23",
|
||||||
"symfony/mime": "^5.0",
|
"symfony/mime": "^5.4",
|
||||||
"symfony/process": "^5.0",
|
"symfony/process": "^5.4",
|
||||||
"symfony/proxy-manager-bridge": "^5.0",
|
"symfony/proxy-manager-bridge": "^5.4",
|
||||||
"symfony/routing": "^5.0",
|
"symfony/routing": "^5.4",
|
||||||
"symfony/twig-bridge": "^5.0",
|
"symfony/twig-bridge": "^5.4",
|
||||||
"symfony/yaml": "^5.0",
|
"symfony/yaml": "^5.4",
|
||||||
"twig/twig": "^3.0"
|
"twig/twig": "^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -68,9 +68,9 @@
|
||||||
"phing/phing": "~2.4",
|
"phing/phing": "~2.4",
|
||||||
"phpunit/phpunit": "^9.0",
|
"phpunit/phpunit": "^9.0",
|
||||||
"squizlabs/php_codesniffer": "~3.4",
|
"squizlabs/php_codesniffer": "~3.4",
|
||||||
"symfony/browser-kit": "^5.0",
|
"symfony/browser-kit": "^5.4",
|
||||||
"symfony/css-selector": "^5.0",
|
"symfony/css-selector": "^5.4",
|
||||||
"symfony/dom-crawler": "^5.0"
|
"symfony/dom-crawler": "^5.4"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
|
485
phpBB/composer.lock
generated
485
phpBB/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue