Skip to content

Commit adf7434

Browse files
committed
Update symfony/process dependency to include ^7.0
Expanded the version constraint for symfony/process to support version 7.0. This ensures compatibility with the latest major release while maintaining backward support for previous versions. No other dependencies were affected.
1 parent 17909ed commit adf7434

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
@@ -22,7 +22,7 @@
2222
"ext-openssl": "*",
2323
"phpseclib/phpseclib": "^3.0",
2424
"spomky-labs/php-aes-gcm": "^1.2",
25-
"symfony/process": "^4.1|^5.0|^6.0"
25+
"symfony/process": "^4.1|^5.0|^6.0|^7.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^7.5|^9.0",

0 commit comments

Comments
 (0)