Skip to content

Commit

Permalink
Merge pull request #301 from endroid/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 6.x
  • Loading branch information
weaverryan authored Jan 5, 2022
2 parents 33d0d36 + b8b6c67 commit 7df0095
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": ">=7.2.5",
"symfony/framework-bundle": "^4.4|^5.1",
"php": "^7.4|^8.0",
"symfony/framework-bundle": "^4.4|^5.1|^6.0",
"knplabs/knp-snappy": "^1.2"
},
"autoload": {
Expand All @@ -32,12 +32,12 @@
},
"require-dev": {
"doctrine/annotations": "^1.11",
"symfony/asset": "^4.4|^5.1",
"symfony/finder": "^4.4|^5.1",
"symfony/phpunit-bridge": "^4.4|^5.1",
"symfony/security-csrf": "^4.4|^5.1",
"symfony/templating": "^4.4|^5.1",
"symfony/validator": "^4.4|^5.1",
"symfony/yaml": "^4.4|^5.1"
"symfony/asset": "^4.4|^5.1|^6.0",
"symfony/finder": "^4.4|^5.1|^6.0",
"symfony/phpunit-bridge": "^4.4|^5.1|^6.0",
"symfony/security-csrf": "^4.4|^5.1|^6.0",
"symfony/templating": "^4.4|^5.1|^6.0",
"symfony/validator": "^4.4|^5.1|^6.0",
"symfony/yaml": "^4.4|^5.1|^6.0"
}
}

0 comments on commit 7df0095

Please sign in to comment.