Skip to content

Commit

Permalink
feat: bump dev dependencies (allow symfony 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 7, 2023
1 parent 5eae61b commit 524916b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"doctrine/orm": "^2.9"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.17",
"nesbot/carbon": "^2.67",
"friendsofphp/php-cs-fixer": "^3.38",
"nesbot/carbon": "^2.71",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.2",
"symfony/cache": "^5.4 || ^6.2",
"symfony/yaml": "^5.4 || ^6.2"
"phpunit/phpunit": "^10.4",
"symfony/cache": "^6.3 || ^7.0",
"symfony/yaml": "^6.3 || ^7.0"
},
"autoload": {
"psr-4": {"DoctrineExtensions\\" : "src/"}
Expand Down

0 comments on commit 524916b

Please sign in to comment.