Skip to content

Commit

Permalink
[BUGFIX] Fix packages names and solve dependancy to typo3-core to its…
Browse files Browse the repository at this point in the history
… packages (#452)

* Update composer.json

restriction to typo3-core modules and cleanup composer names

* Update ext_emconf.php

update dependancies in ext_emconf.php

* Correct composer name for clickstorm/cs-seo

Correct composer name from clickstorm/cs-seo to Correct composer name for clickstorm/cs_seo

* Revert changes in ext_emconf from before
  • Loading branch information
Simon Schmidt authored and MattiasNilsson committed Dec 4, 2018
1 parent 61e9463 commit 6be2ed4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"minimum-stability": "dev",
"require": {
"php": "^7.0",
"typo3/cms": "~8.7.14",
"typo3-ter/realurl": "~2.3.2",
"typo3/cms-core": "~8.7.14",
"dmitryd/typo3-realurl": "~2.3.2",
"typo3-themes/themes": "~8.7.0",
"typo3-ter/gridelements": "~8.2.1",
"typo3-ter/solr": "~7.5.0",
"typo3-ter/dyncss-less": "0.7.9",
"typo3-ter/go-maps-ext": "~2.3.1",
"typo3-ter/cs-seo": "~2.3.3",
"gridelementsteam/gridelements": "~8.2.1",
"apache-solr-for-typo3/solr": "~7.5.0",
"kaystrobach/dyncss-less": "0.7.9",
"clickstorm/go_maps_ext": "~2.3.1",
"clickstorm/cs_seo": "~2.3.3",
"georgringer/news": "~6.3.0",
"typo3-ter/pxa-newsletter-subscription": "~5.0.2",
"typo3-ter/pxa-form-enhancement": "~3.1.1",
"typo3-ter/pxa-cookie-bar": "~2.0.1",
"typo3-ter/realurl-404-multilingual": "~1.0.9",
"typo3-ter/frontend-editing": "~1.3.7"
"pixelant/pxa-newsletter-subscription": "~5.0.2",
"pixelant/pxa-form-enhancement": "~3.1.1",
"pixelant/pxa-cookie-bar": "~2.0.1",
"svewap/realurl-404-multilingual": "~1.0.9",
"friendsoftypo3/frontend-editing": "~1.3.7"
}
}
10 changes: 5 additions & 5 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
'themes' => '8.7.0-8.7.99',
'gridelements' => '8.2.0-8.2.99',
'solr' => '7.5.1-7.5.99',
'dyncss_less' => '0.7.9-0.7.99',
'go_maps_ext' => '2.3.1-2.3.99',
'cs_seo' => '2.3.1-2.3.99',
'news' => '6.3.0-6.3.99',
'realurl_404_multilingual' => '1.0.9-1.0.99',
'dyncss_less' => '0.7.9-0.7.99',
'go_maps_ext' => '2.3.1-2.3.99',
'cs_seo' => '2.3.1-2.3.99',
'news' => '6.3.0-6.3.99',
'realurl_404_multilingual' => '1.0.9-1.0.99',
'frontend_editing' => '1.3.3-1.3.99'
),
'conflicts' => array(
Expand Down

0 comments on commit 6be2ed4

Please sign in to comment.