Skip to content

Commit

Permalink
Merge pull request #62 from damien-louis/feature/upgrade-sf-7.0.3
Browse files Browse the repository at this point in the history
Feature/upgrade sf 7.0.3
  • Loading branch information
damien-louis authored Feb 3, 2024
2 parents e43a848 + 84d3103 commit f9fddb8
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 239 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
An up to date clean Symfony based on docker (PHP, Caddy, Postgres) with QA and tests tools.
Behat component isn't available for Symfony 7 for the moment. Please use Symfony 6.4 if you need Behat.

- [Symfony 7.0.2](https://github.com/symfony/symfony/releases/tag/v7.0.2)
- [Symfony 7.0.3](https://github.com/symfony/symfony/releases/tag/v7.0.3)
- [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 Expand Up @@ -40,8 +40,8 @@ Or use `make restart-without-xdebug` if `sed` is installed on your machine.
### QA tools:

- PHP_CodeSniffer [3.8.1](https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.8.1)
- PHP-CS-Fixer [3.48.0](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.48.0)
- PHPStan [1.10.56](https://github.com/phpstan/phpstan/releases/tag/1.10.56)
- PHP-CS-Fixer [3.49.0](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.49.0)
- PHPStan [1.10.57](https://github.com/phpstan/phpstan/releases/tag/1.10.57)
- PHP Insights [2.11.0](https://github.com/nunomaduro/phpinsights/releases/tag/v2.11.0)
- YML Linter
- Twig Linter
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"nunomaduro/phpinsights": "^2.8",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^9.6",
"pyrech/composer-changelogs": "^2.1",
"squizlabs/php_codesniffer": "^3.7",
Expand Down
Loading

0 comments on commit f9fddb8

Please sign in to comment.