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
Hello! I cannot install this package in symfony 5 project.
composer require 'kphoen/rulerz' -w
Using version ^0.21.1 for kphoen/rulerz
./composer.json has been updated
Running composer update kphoen/rulerz --with-dependencies
Loading composer repositories with package information
Updating dependencies
Restricting packages listed in "symfony/symfony" to "5.1.*"
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires kphoen/rulerz ^0.21.1 -> satisfiable by kphoen/rulerz[0.21.1].
- kphoen/rulerz 0.21.1 requires symfony/property-access ~3.0|~4.0 -> found symfony/property-access[v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.17] but it conflicts with another require.
Problem 2
- scheb/two-factor-bundle is locked to version v4.18.0 and an update of this package was not requested.
- scheb/two-factor-bundle v4.18.0 requires symfony/property-access ^3.4|^4.0|^5.0 -> found symfony/property-access[v3.4.0, ..., v3.4.47, v4.0.0, ..., v4.4.17, v5.0.0, ..., v5.2.0] but it conflicts with another require.
Problem 3
- symfony/form is locked to version v5.0.10 and an update of this package was not requested.
- symfony/form v5.0.10 requires symfony/property-access ^5.0 -> found symfony/property-access[v5.0.0, ..., v5.2.0] but it conflicts with another require.
Problem 4
- symfony/serializer-pack is locked to version v1.0.3 and an update of this package was not requested.
- symfony/serializer-pack v1.0.3 requires symfony/property-access * -> found symfony/property-access[v2.2.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.17, v5.0.0, ..., v5.2.0] but it conflicts with another require.
Problem 5
- symfony/form v5.0.10 requires symfony/property-access ^5.0 -> found symfony/property-access[v5.0.0, ..., v5.2.0] but it conflicts with another require.
- hwi/oauth-bundle dev-master requires symfony/form ^3.4|^4.3|^5.0 -> satisfiable by symfony/form[v5.0.10].
- hwi/oauth-bundle is locked to version dev-master and an update of this package was not requested.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Are you planing to provide property accessor 5 support? Because it's impossible to install the package in symfony 5 projects without it.
The text was updated successfully, but these errors were encountered:
Hello! I cannot install this package in symfony 5 project.
composer require 'kphoen/rulerz' -w
Using version ^0.21.1 for kphoen/rulerz
./composer.json has been updated
Running composer update kphoen/rulerz --with-dependencies
Loading composer repositories with package information
Updating dependencies
Restricting packages listed in "symfony/symfony" to "5.1.*"
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires kphoen/rulerz ^0.21.1 -> satisfiable by kphoen/rulerz[0.21.1].
- kphoen/rulerz 0.21.1 requires symfony/property-access ~3.0|~4.0 -> found symfony/property-access[v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.17] but it conflicts with another require.
Problem 2
- scheb/two-factor-bundle is locked to version v4.18.0 and an update of this package was not requested.
- scheb/two-factor-bundle v4.18.0 requires symfony/property-access ^3.4|^4.0|^5.0 -> found symfony/property-access[v3.4.0, ..., v3.4.47, v4.0.0, ..., v4.4.17, v5.0.0, ..., v5.2.0] but it conflicts with another require.
Problem 3
- symfony/form is locked to version v5.0.10 and an update of this package was not requested.
- symfony/form v5.0.10 requires symfony/property-access ^5.0 -> found symfony/property-access[v5.0.0, ..., v5.2.0] but it conflicts with another require.
Problem 4
- symfony/serializer-pack is locked to version v1.0.3 and an update of this package was not requested.
- symfony/serializer-pack v1.0.3 requires symfony/property-access * -> found symfony/property-access[v2.2.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.17, v5.0.0, ..., v5.2.0] but it conflicts with another require.
Problem 5
- symfony/form v5.0.10 requires symfony/property-access ^5.0 -> found symfony/property-access[v5.0.0, ..., v5.2.0] but it conflicts with another require.
- hwi/oauth-bundle dev-master requires symfony/form ^3.4|^4.3|^5.0 -> satisfiable by symfony/form[v5.0.10].
- hwi/oauth-bundle is locked to version dev-master and an update of this package was not requested.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Are you planing to provide property accessor 5 support? Because it's impossible to install the package in symfony 5 projects without it.
The text was updated successfully, but these errors were encountered: