Skip to content

Commit ab3bf69

Browse files
authored
feat: support symfony/process ^8.0 (#15)
1 parent 0937320 commit ab3bf69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"require": {
1212
"php": "^8.0",
13-
"symfony/process": "^5.4 || ^6.0 || ^7.0",
13+
"symfony/process": "^5.4 || ^6.0 || ^7.0 || ^8.0",
1414
"composer-runtime-api": "^2.0",
1515
"composer/semver": "^3.3"
1616
},

0 commit comments

Comments
 (0)