Skip to content

Commit

Permalink
chore: Symfony 7.2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Nov 23, 2024
1 parent f065865 commit e8f9527
Show file tree
Hide file tree
Showing 6 changed files with 547 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
###> symfony/framework-bundle ###
APP_ENV=dev
APP_DEBUG=1
APP_SECRET=sFiChPNdQsY9TWJDLMf4FY22tCDfcxxM
APP_SECRET=
###< symfony/framework-bundle ###

# To test the production environment, run "make go-prod" or "castor symfony:go-prod"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## About 🖋

MicroSymfony is a [Symfony 7.1](https://symfony.com/blog/symfony-7-1-curated-new-features)
MicroSymfony is a [Symfony 7.2](https://symfony.com/blog/symfony-7-2-curated-new-features)
application skeleton on steroids, ready to use.

I have made a long blog post explaining all it contains; it will be the reference
Expand Down Expand Up @@ -123,7 +123,7 @@ You can also directly use the [FrankenPHP](https://github.com/strangebuzz/MicroS

## Stack 🔗

* [Symfony 7.1](https://symfony.com/7)
* [Symfony 7.2](https://symfony.com/7)
* [Twig 3.8](https://twig.symfony.com)
* Hotwired [stimulus 3.2](https://stimulus.hotwired.dev/) and [Turbo 8.0](https://turbo.hotwired.dev/)
* [PHPUnit 11.0](https://phpunit.de/announcements/phpunit-11.html)
Expand Down
43 changes: 22 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,27 @@
"ext-simplexml": "*",
"ext-xml": "*",
"league/commonmark": "^2.4",
"symfony/asset": "~7.1.0",
"symfony/asset-mapper": "~7.1.0",
"symfony/console": "~7.1.0",
"symfony/dotenv": "~7.1.0",
"symfony/asset": "~7.2.0",
"symfony/asset-mapper": "~7.2.0",
"symfony/console": "~7.2.0",
"symfony/dotenv": "~7.2.0",
"symfony/flex": "^2",
"symfony/form": "~7.1.0",
"symfony/framework-bundle": "~7.1.0",
"symfony/http-foundation": "~7.1.0",
"symfony/http-kernel": "~7.1.0",
"symfony/intl": "~7.1.0",
"symfony/form": "~7.2.0",
"symfony/framework-bundle": "~7.2.0",
"symfony/http-foundation": "~7.2.0",
"symfony/http-kernel": "~7.2.0",
"symfony/intl": "~7.2.0",
"symfony/monolog-bundle": "^3.8",
"symfony/routing": "~7.1.0",
"symfony/runtime": "~7.1.0",
"symfony/routing": "~7.2.0",
"symfony/runtime": "~7.2.0",
"symfony/security-csrf": "7.2.*",
"symfony/stimulus-bundle": "^2.0",
"symfony/string": "~7.1.0",
"symfony/twig-bundle": "~7.1.0",
"symfony/string": "~7.2.0",
"symfony/twig-bundle": "~7.2.0",
"symfony/ux-turbo": "^2.16",
"symfony/validator": "~7.1.0",
"symfony/web-link": "~7.1.0",
"symfony/yaml": "~7.1.0",
"symfony/validator": "~7.2.0",
"symfony/web-link": "~7.2.0",
"symfony/yaml": "~7.2.0",
"twig/extra-bundle": "^3.0",
"twig/markdown-extra": "^3.7",
"twig/twig": "^3.0"
Expand All @@ -52,12 +53,12 @@
"phpstan/phpstan-symfony": "^2.0",
"phpunit/phpunit": "^11.0",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "~7.1.0",
"symfony/css-selector": "~7.1.0",
"symfony/browser-kit": "~7.2.0",
"symfony/css-selector": "~7.2.0",
"symfony/maker-bundle": "^1.61",
"symfony/requirements-checker": "^2.0",
"symfony/stopwatch": "~7.1.0",
"symfony/web-profiler-bundle": "~7.1.0"
"symfony/stopwatch": "~7.2.0",
"symfony/web-profiler-bundle": "~7.2.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down Expand Up @@ -100,7 +101,7 @@
},
"symfony": {
"allow-contrib": false,
"require": "7.1.*"
"require": "7.2.*"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit e8f9527

Please sign in to comment.