Skip to content

Commit

Permalink
Merge pull request #48 from Dukecity/feature/x
Browse files Browse the repository at this point in the history
feat: bump dev dependencies (allow symfony 7)
  • Loading branch information
Chris53897 authored Nov 7, 2023
2 parents 5eae61b + 524916b commit 118896a
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 118896a

Please sign in to comment.