forked from Snck3rs/contao-leaflet-libraries
Merge pull request #10 from qzminski/bugfix/assets-not-installed
Fix the assets not being installed in Contao /assets/ folder
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
},
|
},
|
||||||
"require":{
|
"require":{
|
||||||
"php":"^7.4 || ^8.0",
|
"php":"^7.4 || ^8.0",
|
||||||
"contao/core-bundle":"^4.13 || ^5.0"
|
"contao/core-bundle":"^4.13 || ^5.0",
|
||||||
|
"contao-community-alliance/composer-plugin":"~3.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"
|
"netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"
|
||||||
|
|||||||
Reference in New Issue
Block a user