Initial commit - Typo3 11.5.41
This commit is contained in:
77
typo3conf/ext/ods_osm/composer.json
Normal file
77
typo3conf/ext/ods_osm/composer.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "bobosch/ods-osm",
|
||||
"description": "Add an interactive OpenStreetMap map to your website. Can also show other OpenLayers compatible maps.",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"type": "typo3-cms-extension",
|
||||
"keywords": [
|
||||
"TYPO3",
|
||||
"OSM",
|
||||
"OpenStreetMap"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Robert Heel",
|
||||
"email": "typo3@bobosch.de",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Alexander Bigga",
|
||||
"email": "alexander@bigga.de",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"homepage": "https://github.com/bobosch/ods_osm",
|
||||
"support": {
|
||||
"issues": "https://github.com/bobosch/ods_osm/issues"
|
||||
},
|
||||
"require": {
|
||||
"typo3/cms-core": "^11.5 || ^12.4",
|
||||
"wgirhad/geophp": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsoftypo3/tt-address": "^8.0",
|
||||
"helhum/typo3-console": "^7.0 || ^8.0",
|
||||
"typo3/cms-backend": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-extbase": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-extensionmanager": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-filelist": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-fluid": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-fluid-styled-content": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-frontend": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-install": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-lowlevel": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-setup": "^11.5.6 || ^12.4",
|
||||
"typo3/cms-tstemplate": "^11.5.6 || ^12.4"
|
||||
},
|
||||
"suggest": {
|
||||
"friendsoftypo3/tt-address": "^8.0",
|
||||
"lochmueller/calendarize": "^12.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Bobosch\\OdsOsm\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"typo3/class-alias-loader": true,
|
||||
"typo3/cms-composer-installers": true
|
||||
},
|
||||
"bin-dir": ".Build/bin",
|
||||
"vendor-dir": ".Build/vendor"
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"extension-key": "ods_osm",
|
||||
"web-dir": ".Build/public"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build:ter-package": [
|
||||
"@composer global require clue/phar-composer",
|
||||
"(mkdir -p /tmp/vendors && cd /tmp/vendors && composer require wgirhad/geophp:^3.0 && composer global exec phar-composer build -v)",
|
||||
"cp /tmp/vendors/vendors.phar ./Resources/Private/geophp.phar",
|
||||
"(VERSION=$(git tag --sort=taggerdate | tail -1) && zip -r ../ods_osm-$VERSION.zip *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user