Skip to content

Commit

Permalink
Update to Symfony 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Jan 7, 2024
1 parent 5e11d42 commit 179a836
Show file tree
Hide file tree
Showing 4 changed files with 810 additions and 799 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.3'
- '6.4'
pull_request:
branches:
- '6.3'
- '6.4'

env:
APP_ENV: test

jobs:
symfony:
name: Symfony 6.3 (PHP ${{ matrix.php-versions }})
name: Symfony 6.4 (PHP ${{ matrix.php-versions }})
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"homepage": "https://medium.com/@ganieves"
}
],
"minimum-stability": "RC",
"require": {
"php": ">=8.1.0",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "2.6",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.6",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/flex": "^2.1",
"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.*"
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/mailer": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/translation": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/yaml": "6.4.*"
},
"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.3.*",
"symfony/debug-bundle": "6.4.*",
"symfony/maker-bundle": "^1.41",
"symfony/twig-bundle": "6.3.*",
"symfony/var-dumper": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*",
"symfony/twig-bundle": "6.4.*",
"symfony/var-dumper": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
"vlucas/phpdotenv": "^5.4"
},
"config": {
Expand Down Expand Up @@ -113,7 +113,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.3.*"
"require": "6.4.*"
}
}
}
Loading

0 comments on commit 179a836

Please sign in to comment.