mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #10446 from creative-commoners/pulls/5/conflict
FIX Ensure PHP 8.1 compatible version of oscarotero/html-parser is installed
This commit is contained in:
commit
3b758a8a4c
@ -59,7 +59,8 @@
|
||||
"squizlabs/php_codesniffer": "^3.7"
|
||||
},
|
||||
"conflict": {
|
||||
"egulias/email-validator": "^2"
|
||||
"egulias/email-validator": "^2",
|
||||
"oscarotero/html-parser": "<0.1.5"
|
||||
},
|
||||
"provide": {
|
||||
"psr/container-implementation": "1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user