davedevelopment / phpmig

Simple migrations system for php
Other
568 stars 93 forks source link

Compatibility? #105

Closed svonian closed 8 years ago

svonian commented 8 years ago

The readme suggests installing Pimple for a quick bootstrap however I think Pimple has been evolving and having more releases than that of phpmig.

As far as I've tested the compatibility for the bootstraped phpmig it only works with Pimple 1.1, is this correct? If so would be nice for either the documentation or the composer.json to have it.

eman1986 commented 8 years ago

I've noticed its not working with Silex 2, which uses Pimple 3.

AntonLee commented 8 years ago

What is exactly wrong, what you do and what error you get? I don't see Silex mentions in the readme.

eman1986 commented 8 years ago

you won't as silex is a framework that uses pimple, phpmig should work on it as silex 1 did, but it also used an older version of pimple.

I get the error that it can find any migrations, I'm thinking that the version of pimple phpmig uses is not compatible with the newer version of pimple

davedevelopment commented 8 years ago

Closed by #110