Skip to content

Commit

Permalink
Merge pull request #68 from damien-louis/feature/upgrade-sf-7.1
Browse files Browse the repository at this point in the history
Upgrade SF 7.1
  • Loading branch information
damien-louis authored Jun 1, 2024
2 parents a4e33bb + 5d41550 commit 5652a7b
Show file tree
Hide file tree
Showing 2 changed files with 1,143 additions and 419 deletions.
8 changes: 4 additions & 4 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.7](https://github.com/symfony/symfony/releases/tag/v7.0.7)
- [Symfony 7.1](https://github.com/symfony/symfony/releases/tag/v7.1)
- [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 @@ -39,9 +39,9 @@ Or use `make restart-without-xdebug` if `sed` is installed on your machine.

### QA tools:

- PHP_CodeSniffer [3.9.2](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.9.2)
- PHP-CS-Fixer [3.54.0](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.54.0)
- PHPStan [1.10.67](https://github.com/phpstan/phpstan/releases/tag/1.10.67)
- PHP_CodeSniffer [3.10.1](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.10.1)
- PHP-CS-Fixer [3.58.1](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.58.1)
- PHPStan [1.11.3](https://github.com/phpstan/phpstan/releases/tag/1.11.3)
- PHP Insights [2.11.0](https://github.com/nunomaduro/phpinsights/releases/tag/v2.11.0)
- YML Linter
- Twig Linter
Expand Down
Loading

0 comments on commit 5652a7b

Please sign in to comment.