MutationDigitale / craft3-translate

Craft CMS plugin for static translations in CP
Other
12 stars 7 forks source link

Error Install #8

Closed thefubon closed 4 years ago

thefubon commented 4 years ago

`Вывод компоновщика: Package "craftcms/vue-asset" listed for update is not installed. Ignoring. Package "danielstjules/stringy" listed for update is not installed. Ignoring. Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.`

smcyr commented 4 years ago

The plugin requires at least PHP 7.1, so you should change this line on your composer.json:

"config": {
    "platform": {
        "php": "7.1"
    }
},
thefubon commented 4 years ago

Thank. I didn’t know what to indicate in the craft. I have 7.3 on the server