Skip to content

Commit b996db2

Browse files
vdevillexgin
authored andcommitted
Allow symfony/process version 7
1 parent 671ba03 commit b996db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=8.2",
1919
"symfony/filesystem": "^6.3",
20-
"symfony/process": "^6.3",
20+
"symfony/process": "^6.3|^7.0",
2121
"php-http/client-common": "^2.7",
2222
"guzzlehttp/psr7": "^2.6",
2323
"symfony/serializer": "^6.3",

0 commit comments

Comments
 (0)