Skip to content

Commit

Permalink
updated to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Martin-Kristiansen committed Jan 20, 2025
1 parent 7c14e38 commit dbeb1d3
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 310 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"phpoffice/phpspreadsheet": "^1.29",
"phpstan/phpdoc-parser": "^1.23",
"stof/doctrine-extensions-bundle": "^1.8",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/console": "7.2.*",
"symfony/dotenv": "7.2.*",
"symfony/flex": "^2",
"symfony/form": "7.0.*",
"symfony/framework-bundle": "7.0.*",
"symfony/property-access": "7.0.*",
"symfony/property-info": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/serializer": "7.0.*",
"symfony/twig-bundle": "7.0.*",
"symfony/validator": "7.0.*",
"symfony/form": "7.2.*",
"symfony/framework-bundle": "7.2.*",
"symfony/property-access": "7.2.*",
"symfony/property-info": "7.2.*",
"symfony/runtime": "7.2.*",
"symfony/security-bundle": "7.2.*",
"symfony/serializer": "7.2.*",
"symfony/twig-bundle": "7.2.*",
"symfony/validator": "7.2.*",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "7.0.*",
"symfony/yaml": "7.2.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0",
"vich/uploader-bundle": "^2.1"
Expand All @@ -43,7 +43,7 @@
"hautelook/alice-bundle": "^2.12",
"rector/rector": "^0.18.12",
"symfony/maker-bundle": "^1.51",
"symfony/web-profiler-bundle": "7.0.*"
"symfony/web-profiler-bundle": "7.2.*"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -113,7 +113,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "7.0.*"
"require": "7.2.*"
}
}
}
Loading

0 comments on commit dbeb1d3

Please sign in to comment.