Skip to content

Commit

Permalink
Fix and normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed May 2, 2024
1 parent c1df87b commit 9cd92d6
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"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"
],
"homepage": "https://github.com/bobosch/ods_osm",
"support": {
"issues": "https://github.com/bobosch/ods_osm/issues"
},
"authors": [
{
"name": "Robert Heel",
Expand All @@ -23,10 +20,29 @@
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/bobosch/ods_osm",
"support": {
"issues": "https://github.com/bobosch/ods_osm/issues"
},
"require": {
"typo3/cms-core": "^10.4 || ^11.5",
"phayes/geophp": "^1.2"
"phayes/geophp": "^1.2",
"typo3/cms-core": "^10.4 || ^11.5"
},
"require-dev": {
"friendsoftypo3/tt-address": "^6.0",
"helhum/typo3-console": "^7.0",
"typo3/cms-backend": "^11.5.6",
"typo3/cms-extbase": "^11.5.6",
"typo3/cms-extensionmanager": "^11.5.6",
"typo3/cms-filelist": "^11.5.6",
"typo3/cms-fluid": "^11.5.6",
"typo3/cms-fluid-styled-content": "^11.5.6",
"typo3/cms-frontend": "^11.5.6",
"typo3/cms-install": "^11.5.6",
"typo3/cms-lowlevel": "^11.5.6",
"typo3/cms-recordlist": "^11.5.6",
"typo3/cms-setup": "^11.5.6",
"typo3/cms-tstemplate": "^11.5.6"
},
"suggest": {
"friendsoftypo3/tt-address": "^6.1",
Expand All @@ -37,6 +53,14 @@
"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",
Expand Down

0 comments on commit 9cd92d6

Please sign in to comment.