-
Notifications
You must be signed in to change notification settings - Fork 2
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
Composer can't install #3
Comments
please try with "minimum-stability":"dev" in your composer.json |
with :- Your requirements could not be resolved to an installable set of packages. Problem 1 So at least it's not complaining about luyadev/luya-module-cms ^3.0|dev-master this time :) |
yes, this is because Please add luyadev/luya-themes and luyadev/luya-module-cms as dev-master depencies:
then run composer update |
All good that time :) composer update
|
Hi again Nadar, |
Ohh and the Readme in themes should mention about doing another migration :) Still no link though :) |
run import command, then enable permission for new theme manager |
What steps will reproduce the problem?
Run composer require luyadev/luya-themes:dev-master
What is the expected result?
Download / install of package
What do you get instead? (A Screenshot can help us a lot!)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for luyadev/luya-themes dev-master -> satisfiable by luyadev/luya-themes[dev-master].
- luyadev/luya-themes dev-master requires luyadev/luya-module-cms ^3.0|dev-master -> satisfiable by luyadev/luya-module-cms[dev-master] but these conflict with your requirements or minimum-stability.
LUYA Check ouput (run this script and post the result: luyacheck.php)
php luyacheck.php
PHP Fatal error: Uncaught Error: Call to undefined function apache_get_modules()
I run nginx php-fpm
Additional infos
The text was updated successfully, but these errors were encountered: