Update to Contao 5 (composer only for now)

This commit is contained in:
Kamil Kuzminski
2022-09-01 16:20:11 +02:00
parent 08acfbc473
commit c7e65d2db5

View File

@@ -24,8 +24,8 @@
"source": "https://github.com/contao-bootstrap/core" "source": "https://github.com/contao-bootstrap/core"
}, },
"require": { "require": {
"php": ">=5.6.0", "php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.4.0", "contao/core-bundle": "^4.13 || ^5.0",
"netzmacht/contao-leaflet-libraries": "~1.3" "netzmacht/contao-leaflet-libraries": "~1.3"
}, },
"require-dev": { "require-dev": {