Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing via composer automatically installs typo3-ter/realurl #60

Open
jowe1 opened this issue Aug 9, 2017 · 1 comment
Open

Installing via composer automatically installs typo3-ter/realurl #60

jowe1 opened this issue Aug 9, 2017 · 1 comment

Comments

@jowe1
Copy link

jowe1 commented Aug 9, 2017

Hello everybody,
I just tried to install this extension via composer with

require {
"typo3-ter/seo-basics": "^0.9.2"
}

As I have already installed helhum/realurl (folder typo3conf/ext/realurl) the composer update then installed typo3-ter/realurl in the same folder which obviously crashed the system.
Unfortunately I could not find any dependency regarding realurl. There is only a suggest for realurl and cooluri in the composer.json of seo_basics. I do not understand why composer still tries to install another version of realurl and so I just manually downloaded seo_basics from this github repository and implemented it, which worked fine. But somehow this is not the right way to do it...

Could this be fixed somehow or am I doing something wrong?

Kind regards,
Joachim Wetzel

My composer command line log after just adding the require line (see above) to composer.json:

me@dockercontainer:/var/www/cms# composer update
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Installing typo3-ter/realurl (2.2.1): Loading from cache
  - Installing typo3-ter/seo-basics (0.9.2): Loading from cache
Writing lock file
Generating autoload files
Inserting TYPO3_COMPOSER_MODE constant

@danielDigitalArt
Copy link

danielDigitalArt commented Aug 9, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants