Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Symfony 6, minimum PHP 8.1 #519

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open
Next Next commit
Upgrade to Symfony 6, minimum PHP 8.1
NoelLH committed Mar 15, 2024
commit 0ae98edb1b17f7c2637d438f2f314bfaeef439b7
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"description": "Install and manage WordPress plugins with Composer",
"config": {
"platform": {
"php": "8.0.28"
"php": "8.1.27"
},
"sort-packages": true,
"allow-plugins": {
@@ -12,7 +12,7 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
@@ -22,7 +22,7 @@
"ext-redis": "*",
"ext-simplexml": "*",
"babdev/pagerfanta-bundle": "^3.0",
"composer/composer": "^1.10.19",
"composer/composer": "^2.7.2",
"composer/package-versions-deprecated": "^1.11",
"doctrine/dbal": "^2.10.2",
"doctrine/doctrine-bundle": "^2.6",
@@ -32,16 +32,16 @@
"pagerfanta/doctrine-orm-adapter": "^3.7",
"pagerfanta/twig": "^3.0",
"rarst/wporg-client": "~0.5",
"symfony/config": "^5.0",
"symfony/console": "^5.0",
"symfony/dotenv": "^5.0",
"symfony/filesystem": "^5.0",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
"symfony/dotenv": "^6.0",
"symfony/filesystem": "^6.0",
"symfony/flex": "^1.6",
"symfony/form": "^5.0",
"symfony/form": "^6.0",
"symfony/monolog-bundle": "^3.6",
"symfony/security-csrf": "^5.0",
"symfony/twig-bundle": "^5.4",
"symfony/yaml": "^5.0",
"symfony/security-csrf": "^6.0",
"symfony/twig-bundle": "^6.4",
"symfony/yaml": "^6.0",
"twig/extra-bundle": "^3.4",
"twig/twig": "^3.4"
},
2,026 changes: 1,207 additions & 819 deletions composer.lock

Large diffs are not rendered by default.