I'm trying to install your repository but i have a problem. Here's my prompt
Using version ^1.5 for ezplatform-i18n/ezplatform-i18n-fr_fr
./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 ezplatform-i18n/ezplatform-i18n-fr_fr ^1.5 -> satisfiable by ezplatform-i18n/ezplatform-i18n-fr_fr[v1.5.0].
- ezplatform-i18n/ezplatform-i18n-fr_fr v1.5.0 requires ezsystems/ezpublish-kernel ^6.8 -> satisfiable by ezsystems/ezpublish-kernel[6.10.x-dev, 6.11.x-dev, 6.12.x-dev, 6.13.x-dev, 6.8.x-dev, 6.9.x-dev, v6.10.0, v6.10.0-beta1, v6.10.0-beta2, v6.10.0-beta3, v6.10.0-rc1, v6.10.0-rc2, v6.10.0-rc3, v6.10.1, v6.10.1-rc1, v6.11.0, v6.11.0-beta1, v6.11.0-rc1, v6.11.1, v6.11.2, v6.11.3, v6.11.4, v6.11.4.1, v6.12.0, v6.12.0-beta1, v6.12.0-beta2, v6.12.0-rc1, v6.12.0.1, v6.12.0.2, v6.12.1, v6.12.1-rc1, v6.12.1-rc2, v6.12.1-rc3, v6.12.1-rc4, v6.12.1.1, v6.13.0, v6.13.0-beta1, v6.13.0-beta2, v6.13.0-rc1, v6.13.0.1, v6.13.1, v6.13.1-rc1, v6.13.1.1, v6.13.1.2, v6.13.2-beta1, v6.8.0, v6.8.0-beta1, v6.8.0-rc1, v6.8.1, v6.8.1-rc1, v6.9.0, v6.9.0-beta1, v6.9.0-rc1, v6.9.1, v6.9.1-rc1, v6.9.1-rc2] but these conflict with your requirements or minimum-stability.
Installation failed, reverting ./composer.json to its original content.
I think it's a problem version because in my composer.json
`
"ezsystems/ezpublish-kernel": "~7.0.2",
"ezsystems/platform-ui-bundle": "~2.0.2",
`
And in your bundle, it's requiring "> 6.8; <7.0.0.". Is-it possible to make a compatibility with newest version of ezPlatform ?
Hello,
I'm trying to install your repository but i have a problem. Here's my prompt
I think it's a problem version because in my composer.json
` "ezsystems/ezpublish-kernel": "~7.0.2",
"ezsystems/platform-ui-bundle": "~2.0.2", ` And in your bundle, it's requiring "> 6.8; <7.0.0.". Is-it possible to make a compatibility with newest version of ezPlatform ?
Thank you very much