Skip to content

Commit

Permalink
Allow Symfony 7 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 authored Nov 30, 2023
1 parent 18d9b32 commit a992d65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
],
"require": {
"php": ">=8.1",
"symfony/framework-bundle": "^6.0",
"symfony/form": "^6.0",
"symfony/framework-bundle": "^6.0 || ^7.0",
"symfony/form": "^6.0 || ^7.0",
"twig/twig": ">=1.1,<4.0",
"ezyang/htmlpurifier": "~4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/twig-bundle": "^6.0",
"symfony/asset": "^6.0",
"symfony/templating": "^6.0",
"symfony/yaml": "^6.0",
"symfony/phpunit-bridge": "^6.0 || ^7.0",
"symfony/twig-bundle": "^6.0 || ^7.0",
"symfony/asset": "^6.0 || ^7.0",
"symfony/templating": "^6.0 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0",
"php-cs-fixer/shim": "^3.13",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-symfony": "^1.2",
Expand Down

0 comments on commit a992d65

Please sign in to comment.