Skip to content

Commit

Permalink
update to Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Jan 23, 2024
1 parent f52cb0b commit 7a1735a
Show file tree
Hide file tree
Showing 8 changed files with 946 additions and 948 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###

/public/phpinfo.php
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.16",
"secit-pl/imap-bundle": "*",
"secit-pl/imap-bundle": "^3.0",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/flex": "^2",
"symfony/form": "6.3.*",
"symfony/framework-bundle": "6.3.*",
"symfony/mailer": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/security-bundle": "6.3.*",
"symfony/translation": "6.3.*",
"symfony/twig-bundle": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/yaml": "6.3.*",
"symfony/form": "7.0.*",
"symfony/framework-bundle": "7.0.*",
"symfony/mailer": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/translation": "7.0.*",
"symfony/twig-bundle": "7.0.*",
"symfony/validator": "7.0.*",
"symfony/yaml": "7.0.*",
"symfonycasts/verify-email-bundle": "^1.13"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/maker-bundle": "^1.50",
"symfony/phpunit-bridge": "^6.3",
"symfony/stopwatch": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*"
"symfony/phpunit-bridge": "^7.0",
"symfony/stopwatch": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.3.*"
"require": "7.0.*"
}
}
}
Loading

0 comments on commit 7a1735a

Please sign in to comment.