Skip to content

Commit 6d83d43

Browse files
authored
DX: allow Symfony ^7 (#8)
1 parent 689f57e commit 6d83d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3 || ^8.0",
14-
"symfony/process": "^4.4 || ^5 || ^6"
14+
"symfony/process": "^4.4 || ^5 || ^6 || ^7"
1515
},
1616
"require-dev": {
1717
"friendsofphp/php-cs-fixer": "^3.1",
1818
"maglnet/composer-require-checker": "^2 || ^3",
1919
"phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5",
20-
"symfony/phpunit-bridge": "^5.3.7 || ^6"
20+
"symfony/phpunit-bridge": "^5.3.7 || ^6 || ^7"
2121
},
2222
"config": {
2323
"optimize-autoloader": true,

0 commit comments

Comments
 (0)