Kunstmaan / KunstmaanBundlesStandardEdition

The "Kunstmaan Bundles Standard Edition" distribution
http://bundles.kunstmaan.be
MIT License
89 stars 39 forks source link

platform is locked to 5.6 #254

Closed delboy1978uk closed 6 years ago

delboy1978uk commented 6 years ago

The config platform key in composer is for when you have php7 for instance, but want to pretend you only have 5.6, so you add the platform key, and the packages will only install up to that php version. We have a requirement in bundles-cms for php >5.6, so we can safely remove this. Ideally, the end user can manually add this if they wish to restrict the platform to an older version.

delboy1978uk commented 6 years ago

thanks!