mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DEP Conflict with symfony/process if not PHP 8.1 compatible (#10764)
This commit is contained in:
parent
7efde6bf37
commit
f7a1551946
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user