Skip to content

Commit

Permalink
Merge pull request #181 from frank9999/fixdeprecationAlias
Browse files Browse the repository at this point in the history
Upgrade Symfony, PHP and dependencies
  • Loading branch information
frank9999 authored Dec 10, 2023
2 parents a5a3737 + fd064d9 commit 1e2409c
Show file tree
Hide file tree
Showing 11 changed files with 966 additions and 922 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.3"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.3"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analyses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.3"

steps:
- name: "Checkout code"
Expand Down
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@
"type": "project",
"license": "proprietary",
"require": {
"php": "^8.1",
"php": "^8.3",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-imagick": "*",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.9",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.15",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.17",
"google/recaptcha": "^1.3",
"symfony/asset": "^6.3",
"symfony/console": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/flex": "^2.3",
"symfony/form": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/mailer": "^6.3",
"symfony/monolog-bundle": "^3.8",
"symfony/runtime": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/translation": "^6.3",
"symfony/twig-bundle": "^6.3",
"symfony/validator": "6.3.*",
"symfony/yaml": "^6.3",
"twig/twig": "^3.6"
"symfony/asset": "^7.0",
"symfony/console": "^7.0",
"symfony/dotenv": "^7.0",
"symfony/flex": "^2.4",
"symfony/form": "^7.0",
"symfony/framework-bundle": "^7.0",
"symfony/mailer": "^7.0",
"symfony/monolog-bundle": "^3.10",
"symfony/runtime": "^7.0",
"symfony/security-bundle": "^7.0",
"symfony/translation": "^7.0",
"symfony/twig-bundle": "^7.0",
"symfony/validator": "^7.0",
"symfony/yaml": "^7.0",
"twig/twig": "^3.8"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.3",
"squizlabs/php_codesniffer": "^3.7",
"symfony/phpunit-bridge": "^6.3",
"symfony/web-profiler-bundle": "^6.3"
"squizlabs/php_codesniffer": "^3.8",
"symfony/phpunit-bridge": "^7.0",
"symfony/web-profiler-bundle": "^7.0"
},
"config": {
"preferred-install": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"symfony": {
"id": "01C0SF16B9AEFHYZFFXCZJK7ZN",
"allow-contrib": false,
"require": "6.3.*"
"require": "7.0.*"
}
}
}
Loading

0 comments on commit 1e2409c

Please sign in to comment.