Skip to content

Commit

Permalink
Add support of Symfony 7.x (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndousson authored Mar 20, 2024
2 parents 14bbd95 + 09d6a90 commit 1e30f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"php": "^8.1",
"doctrine/dbal": "^3.7",
"doctrine/migrations": "^3.3",
"symfony/string": "^6.3"
"symfony/string": "^6.4|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.9",
"phpstan/phpstan": "1.10.50",
"phpstan/phpstan-phpunit": "1.3.15",
"phpunit/phpunit": "^10.4.2",
"symfony/var-dumper": ">=6.3.8"
"symfony/var-dumper": ">=6.3.8|^7.0"
}
}

0 comments on commit 1e30f35

Please sign in to comment.