Skip to content

Commit 118896a

Browse files
authored
Merge pull request #48 from Dukecity/feature/x
feat: bump dev dependencies (allow symfony 7)
2 parents 5eae61b + 524916b commit 118896a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"doctrine/orm": "^2.9"
1414
},
1515
"require-dev": {
16-
"friendsofphp/php-cs-fixer": "^3.17",
17-
"nesbot/carbon": "^2.67",
16+
"friendsofphp/php-cs-fixer": "^3.38",
17+
"nesbot/carbon": "^2.71",
1818
"phpstan/phpstan": "^1.10",
19-
"phpunit/phpunit": "^10.2",
20-
"symfony/cache": "^5.4 || ^6.2",
21-
"symfony/yaml": "^5.4 || ^6.2"
19+
"phpunit/phpunit": "^10.4",
20+
"symfony/cache": "^6.3 || ^7.0",
21+
"symfony/yaml": "^6.3 || ^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": {"DoctrineExtensions\\" : "src/"}

0 commit comments

Comments
 (0)