JeroenDeDauw / ParamProcessor

Declarative parameter processing library
https://entropywins.wtf
Other
20 stars 4 forks source link

Require PHP 5.5+ #15

Closed JeroenDeDauw closed 8 years ago

mwjames commented 8 years ago

Should be careful not to release any version otherwise [0] will use 1.3 which would contradict its requirements on 5.3.

https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/composer.json#L44

JeroenDeDauw commented 8 years ago

That is not the case, if it was, the dependency change would be considered a breaking change. If you run SMW with 5.3, composer will pull the latest version of SMW dependencies that are compatible with PHP 5.3, just as with any other compat requirement.

JeroenDeDauw commented 8 years ago

@mwjames you are now such a @kghbln https://github.com/JeroenDeDauw/Maps/pull/124 :)