b13 / t3ext-seo_basics

TYPO3 Extension: SEO Basics
7 stars 26 forks source link

Removes the hard dependency to realurl #9

Closed DenisMir closed 8 years ago

DenisMir commented 10 years ago

Changes it to a suggestion for realurl or cooluri

bmack commented 8 years ago

That's basically fine, but we need to have that in composer.json as well. Also, can you make that mergable again?

DenisMir commented 8 years ago

@bmack Sure I will make it mergable again. The composer.json should be fine I think. In the current master branch we have:

  "suggest": {
    "realurl": "*",
    "cooluri": "*"
  }

Unfortunately this doesn't help when using typo3-ter/seo-basics since http://composer.typo3.org builds its own composer.json file from ext_emconf.php.

DenisMir commented 8 years ago

@bmack It should be mergable now.