Skip to content

Commit

Permalink
Merge pull request #458 from greg0ire/symfony-6
Browse files Browse the repository at this point in the history
Allow Symfony 6
  • Loading branch information
jaapio authored Jul 5, 2023
2 parents 53fc91a + 2ac16c1 commit 3323cf8
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 336 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"phpdocumentor/guides-theme-bootstrap": "@dev",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1",
"symfony/contracts": "^2.5",
"symfony/http-client": "^5.4.25",
"symfony/process": "^5.4",
"symfony/string": "^5.4",
"symfony/translation-contracts": "^2.1",
"symfony/contracts": "^2.5 || ^3.0",
"symfony/http-client": "^5.4.25 || ^6.3",
"symfony/process": "^5.4 || ^6.3",
"symfony/string": "^5.4 || ^6.3",
"symfony/translation-contracts": "^2.1 || ^3.0",
"twig/twig": "~2.0",
"webmozart/assert": "^1.10"
},
Expand All @@ -63,7 +63,7 @@
"qossmic/deptrac-shim": "^1.0.2",
"rector/rector": "^0.17.2",
"squizlabs/php_codesniffer": "^3.7",
"symfony/finder": "^5.4",
"symfony/finder": "^5.4 || ^6.3",
"vimeo/psalm": "^5.13"
},
"repositories": [
Expand Down
Loading

0 comments on commit 3323cf8

Please sign in to comment.