zenstruck / redirect-bundle

Store redirects for your site and keeps statistics on redirects and 404 errors.
MIT License
24 stars 8 forks source link

Symfony 5 support #30

Closed napestershine closed 4 years ago

napestershine commented 4 years ago
$ composer require zenstruck/redirect-bundle
Using version ^3.3 for zenstruck/redirect-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.1.*"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - zenstruck/redirect-bundle v3.3.2 requires symfony/framework-bundle ^2.8|^3.0|^4.0 -> no matching package found.
    - zenstruck/redirect-bundle v3.3.1 requires symfony/framework-bundle ^2.8|^3.0|^4.0 -> no matching package found.
    - zenstruck/redirect-bundle v3.3.0 requires symfony/framework-bundle ^2.8|^3.0|^4.0 -> no matching package found.
    - Installation request for zenstruck/redirect-bundle ^3.3 -> satisfiable by zenstruck/redirect-bundle[v3.3.0, v3.3.1, v3.3.2].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.