Skip to content

Commit

Permalink
Merge pull request #47 from damien-louis/sf-6.4.0
Browse files Browse the repository at this point in the history
Symfony 6.4.0
  • Loading branch information
damien-louis authored Nov 29, 2023
2 parents 97b77e5 + 2519525 commit 87fc446
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 519 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

An up to date clean Symfony based on docker (PHP, Caddy, Postgres) with QA and tests tools

- [Symfony 6.3.8](https://github.com/symfony/symfony/releases/tag/v6.3.8)
- [Symfony 6.4.0](https://github.com/symfony/symfony/releases/tag/v6.4.0)
- [PHP 8.3](https://hub.docker.com/r/dmnlouis/php)
- [Caddy 2.7](https://hub.docker.com/r/dmnlouis/caddy)
- [Postgres 16](https://hub.docker.com/_/postgres)
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.16",
"symfony/console": "^6.3|^7.0",
"symfony/dotenv": "^6.3|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dotenv": "^6.4|^7.0",
"symfony/flex": "^2",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/runtime": "^6.3|^7.0",
"symfony/yaml": "^6.3|^7.0"
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/runtime": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0"
},
"require-dev": {
"friends-of-behat/mink-browserkit-driver": "^1.6",
Expand All @@ -30,12 +30,12 @@
"phpunit/phpunit": "^9.6",
"pyrech/composer-changelogs": "^2.1",
"squizlabs/php_codesniffer": "^3.7",
"symfony/browser-kit": "^6.3|^7.0",
"symfony/css-selector": "^6.3|^7.0",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/css-selector": "^6.4|^7.0",
"symfony/maker-bundle": "^1.46",
"symfony/phpunit-bridge": "^6.3|^7.0",
"symfony/stopwatch": "^6.3|^7.0",
"symfony/web-profiler-bundle": "^6.3|^7.0"
"symfony/phpunit-bridge": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/web-profiler-bundle": "^6.4|^7.0"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "^6.3|^7.0"
"require": "^6.4|^7.0"
}
}
}
Loading

0 comments on commit 87fc446

Please sign in to comment.