DEP Upgrade to symfony 7

This commit is contained in:
Steve Boyd 2024-09-04 09:40:59 +12:00
parent 3d79660662
commit ec2bcfdf0d
2 changed files with 12 additions and 13 deletions

View File

@ -40,16 +40,16 @@
"silverstripe/assets": "^3",
"silverstripe/vendor-plugin": "^2",
"sminnee/callbacklist": "^0.1.1",
"symfony/cache": "^6.1",
"symfony/config": "^6.1",
"symfony/dom-crawler": "^6.1",
"symfony/filesystem": "^6.1",
"symfony/http-foundation": "^6.1",
"symfony/mailer": "^6.1",
"symfony/mime": "^6.1",
"symfony/translation": "^6.1",
"symfony/validator": "^6.1",
"symfony/yaml": "^6.1",
"symfony/cache": "^7.0",
"symfony/config": "^7.0",
"symfony/dom-crawler": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/http-foundation": "^7.0",
"symfony/mailer": "^7.0",
"symfony/mime": "^7.0",
"symfony/translation": "^7.0",
"symfony/validator": "^7.0",
"symfony/yaml": "^7.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-hash": "*",
@ -71,8 +71,7 @@
},
"conflict": {
"egulias/email-validator": "^2",
"oscarotero/html-parser": "<0.1.7",
"symfony/process": "<5.3.7"
"oscarotero/html-parser": "<0.1.7"
},
"provide": {
"psr/container-implementation": "1.0.0"

View File

@ -679,7 +679,7 @@ after',
$ItemOnItsOwnLine
<% end_loop %>
after',
$data
$data
)
);