contao / official-demo

Contao Official Demo
17 stars 14 forks source link

Install issues on Contao 4.4* LTS with composer #90

Closed cmichael-de closed 5 years ago

cmichael-de commented 5 years ago

php -d memory_limit=-1 composer.phar create-project contao/managed-edition contao4 '4.4.*'

... ... successfully installed.

php71 -d memory_limit=-1 composer.phar require contao/official-demo

Using version ^4.2 for contao/official-demo ./composer.json has been created Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Installation failed, deleting ./composer.json.

cmichael-de commented 5 years ago

Sorry the issue on my side. I need to look carefully to the releases and requirements. This is working for contao 4.4.* LTS

php71 -d memory_limit=-1 composer.phar require contao/official-demo '4.0.*'