genj / GenjFaqBundle

A FAQ bundle for Symfony3 (not 4)
MIT License
5 stars 5 forks source link

Update for Symfony 4.3 #14

Closed shakaran closed 5 years ago

shakaran commented 5 years ago

I am trying to install dev-master in a Symfony 4.3 installation, but I am getting failure by sensio/framework-extra-bundle ~3.0

$ composer require genj/faq-bundle:dev-master
Restricting packages listed in "symfony/symfony" to "4.3.*"
./composer.json has been updated                                         
Restricting packages listed in "symfony/symfony" to "4.3.*"
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 genj/faq-bundle dev-master -> satisfiable by genj/faq-bundle[dev-master].
    - genj/faq-bundle dev-master requires sensio/framework-extra-bundle ~3.0 -> satisfiable by sensio/framework-extra-bundle[3.0.x-dev, v3.0.0, v3.0.1, v3.0.10, v3.0.11, v3.0.12, v3.0.13, v3.0.14, v3.0.15, v3.0.16, v3.0.17, v3.0.18, v3.0.19, v3.0.2, v3.0.20, v3.0.21, v3.0.22, v3.0.23, v3.0.24, v3.0.25, v3.0.26, v3.0.27, v3.0.28, v3.0.29, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9] but these conflict with your requirements or minimum-stability.

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

Could you update the requirements to support symfony 4.3? Thanks

slaubi commented 5 years ago

this is a symfony3 bundle. there is no further development coming. that change alone will not make the bundle work for symfony4.3.

I created a new branch 4.3 with the change. so you can test it.