creads / api2symfony

NOT MAINTAINED ANYMORE - PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
MIT License
13 stars 4 forks source link

Isn't clear which version of Symfony is supported #31

Open maral opened 8 years ago

maral commented 8 years ago

Hello, I would like to use your library, but I tried with Symfony 3.0 and 2.7 and both aren't working. It says:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - creads/api2symfony 1.1.1 requires symfony/filesystem ~2.6 -> no matching package found.
    - creads/api2symfony 1.1.0 requires symfony/filesystem ~2.6 -> no matching package found.
    - Installation request for creads/api2symfony ^1.1 -> satisfiable by creads/api2symfony[1.1.0, 1.1.1].

I don't really know which version of symfony has symfony/filesystem 2.6. Are you going to support some latter versions of Symfony, or can you at least state the required version here at GitHub?

Thanks and thanks for your work.

qpautrat commented 8 years ago

Hello @maral !

I just tried with a fresh new project under symfony 2.7 and it works as i expected. It is normal that you can't install it under symfony >= 3 because it uses symfony.filesystem: self.version and we do not handle version > 2.x.x. You are right, we should manage it as well if test pass. @pitpit

maral commented 8 years ago

Hi @qpautrat, thanks for quick answer, I will try it with 2.7 then. Are you going to support Symfony 3.0 in future though?

qpautrat commented 8 years ago

I honestly don't know. I don't have write access, I'm not working at Creads anymore and I will not maintain this repository. However I pinged @pitpit, will see.

pitpit commented 8 years ago

Hi @maral,

Unfortunatly, we don't plan to maintain effort on this bundle for now. However It should not be really hard to migrate code to SF3. Would you like to submit a PR ?

@qpautrat I restored your write access on the bundle. It was a mistake

maral commented 8 years ago

Hey @pitpit, I would love to, but I'm afraid it would take me way too long, I'm not Symfony well-spoken...

2016-04-13 14:07 GMT+02:00 Damien Pitard notifications@github.com:

Hi @maral https://github.com/maral,

Unfortunatly, we don't plan to maintain effort on this bundle for now. However It should not be really hard to migrate code to SF3. Would you like to submit a PR ?

@qpautrat https://github.com/qpautrat I restored your write access on the bundle. It was a mistake

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/creads/api2symfony/issues/31#issuecomment-209398983

S přáním krásného dne Marek Lisý

mail: marek.lisy.hk@gmail.com | phone: +420 702 143 850 <+420702143850> | blog: www.mareklisy.cz http://www.mareklisy.cz/

bartosz-malec commented 7 years ago

Is it possible to jump to Symfony3?