magento-ecg / coding-standard

Magento PHP_CodeSniffer Coding Standard
MIT License
308 stars 99 forks source link

PHP 5.4 #2

Closed maxbucknell closed 11 years ago

maxbucknell commented 11 years ago

I have noticed that you list PHP 5.4 as a requirement, while Magento requires PHP 5.3. I am unsure how to reconcile this discrepancy. Is this okay to use with 5.3? Is Magento safe to use with 5.4?

Best wishes, Max.

kirmorozov commented 11 years ago

Hi Max, As I know there is only one issue with 5.4. It affects installation only and solution is described with following link. https://github.com/mageplus/mageplus/pull/151

No other issues have been reported so far. You can use 5.4.

Best regards, Kirill