You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install the library into an existing project it throws: tsmarty2c 0.2.1 requires smarty/smarty <3.1.35
Smarty 3.1.36 is installed on this project due to requirement.
Is there a workaround to have it installed via composer?
Full error output:
composer require --dev smarty-gettext/tsmarty2c
No composer.json in current directory, do you want to use the one at /Users/stelios/Sites/gurucms-GIT/includes? [Y,n]? y
Using version ^0.2.1 for smarty-gettext/tsmarty2c
./composer.json has been updated
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
- Installation request for smarty-gettext/tsmarty2c ^0.2.1 -> satisfiable by smarty-gettext/tsmarty2c[0.2.1].
- Conclusion: remove smarty/smarty v3.1.36
- Conclusion: don't install smarty/smarty v3.1.36
- smarty-gettext/tsmarty2c 0.2.1 requires smarty/smarty <3.1.35 -> satisfiable by smarty/smarty[v3.1.11, v3.1.12, v3.1.13, v3.1.14, v3.1.15, v3.1.16, v3.1.17, v3.1.18, v3.1.19, v3.1.20, v3.1.21, v3.1.23, v3.1.24, v3.1.25, v3.1.26, v3.1.27, v3.1.28, v3.1.29, v3.1.30, v3.1.31, v3.1.32, v3.1.33, v3.1.34].
- Can only install one of: smarty/smarty[v3.1.11, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.12, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.13, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.14, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.15, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.16, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.17, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.18, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.19, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.20, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.21, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.23, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.24, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.25, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.26, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.27, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.28, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.29, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.30, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.31, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.32, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.33, v3.1.36].
- Can only install one of: smarty/smarty[v3.1.34, v3.1.36].
- Installation request for smarty/smarty (locked at v3.1.36, required as ~3.1) -> satisfiable by smarty/smarty[v3.1.36].
Installation failed, reverting ./composer.json to its original content.
The text was updated successfully, but these errors were encountered:
Hi,
When trying to install the library into an existing project it throws:
tsmarty2c 0.2.1 requires smarty/smarty <3.1.35
Smarty 3.1.36 is installed on this project due to requirement.
Is there a workaround to have it installed via composer?
Full error output:
The text was updated successfully, but these errors were encountered: