You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm coming across an issue where Herbert framework dependencies require PHP 5.5+. Specifically Illuminate Database. It's a problem because I'm trying to submit a Herbert based plugin to Wordpress.org and their linter is catching "errors" related to new PHP 5.5 specific syntax. Their linter tests agains PHP 5.4.
This means that Wordpress.org is rejecting my plugin when I try to commit code to the SVN repository. Have you successfully submitted to Wordpress.org?
The text was updated successfully, but these errors were encountered:
I'm coming across an issue where Herbert framework dependencies require PHP 5.5+. Specifically Illuminate Database. It's a problem because I'm trying to submit a Herbert based plugin to Wordpress.org and their linter is catching "errors" related to new PHP 5.5 specific syntax. Their linter tests agains PHP 5.4.
This means that Wordpress.org is rejecting my plugin when I try to commit code to the SVN repository. Have you successfully submitted to Wordpress.org?
The text was updated successfully, but these errors were encountered: