Skip to content

Commit

Permalink
Symfony 6.3 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 23, 2023
1 parent 81b0207 commit f6dcd72
Show file tree
Hide file tree
Showing 3 changed files with 773 additions and 636 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: CI
on:
push:
branches:
- '6.2'
- '6.3'
pull_request:
branches:
- '6.2'
- '6.3'

env:
APP_ENV: test

jobs:
symfony:
name: Symfony 6.2 (PHP ${{ matrix.php-versions }})
name: Symfony 6.3 (PHP ${{ matrix.php-versions }})
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"ext-iconv": "*",
"doctrine/doctrine-bundle": "2.6",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.2.*",
"symfony/dotenv": "6.2.*",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/flex": "^2.1",
"symfony/form": "6.2.*",
"symfony/framework-bundle": "6.2.*",
"symfony/mailer": "6.2.*",
"symfony/runtime": "6.2.*",
"symfony/security-bundle": "6.2.*",
"symfony/translation": "6.2.*",
"symfony/validator": "6.2.*",
"symfony/yaml": "6.2.*"
"symfony/form": "6.3.*",
"symfony/framework-bundle": "6.3.*",
"symfony/mailer": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/security-bundle": "6.3.*",
"symfony/translation": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/yaml": "6.3.*"
},
"require-dev": {
"codeception/codeception": "^5.0.0",
Expand All @@ -40,11 +40,11 @@
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.12.5",
"squizlabs/php_codesniffer": "^3.6",
"symfony/debug-bundle": "6.2.*",
"symfony/debug-bundle": "6.3.*",
"symfony/maker-bundle": "^1.41",
"symfony/twig-bundle": "6.2.*",
"symfony/var-dumper": "6.2.*",
"symfony/web-profiler-bundle": "6.2.*",
"symfony/twig-bundle": "6.3.*",
"symfony/var-dumper": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*",
"vlucas/phpdotenv": "^5.4"
},
"config": {
Expand Down Expand Up @@ -113,7 +113,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.2.*"
"require": "6.3.*"
}
}
}
Loading

0 comments on commit f6dcd72

Please sign in to comment.