DEP Conflict with symfony/process if not PHP 8.1 compatible (#10764)

This commit is contained in:
Guy Sartorelli 2023-05-01 14:45:23 +12:00 committed by GitHub
parent 7efde6bf37
commit f7a1551946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,8 @@
},
"conflict": {
"egulias/email-validator": "^2",
"oscarotero/html-parser": "<0.1.7"
"oscarotero/html-parser": "<0.1.7",
"symfony/process": "<5.3.7"
},
"provide": {
"psr/container-implementation": "1.0.0"
@ -111,4 +112,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}