Title: Plugin lists PHP 5.3 as min version, actually requires PHP 5.4
Last modified: August 30, 2016

---

# Plugin lists PHP 5.3 as min version, actually requires PHP 5.4

 *  [andrewkamm](https://wordpress.org/support/users/fatleaf/)
 * (@fatleaf)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-lists-php-53-as-min-version-actually-requires-php-54/)
 * The `LFAPPS__MIN_PHP_VERSION` constant is currently set at 5.3, but the plugin
   actually requires 5.4. That being said, the only line I’m aware of that currently
   requires 5.4 is the one below (from `PersonalizedStream::createOrUpdateTopic()`):
 * `return self::createOrUpdateTopics($core, array($id => $label))[0];`
 * It appears that attempting to access an element in the return array by appending`[
   0]` to its method call is only supported in 5.4+.
 * [https://wordpress.org/plugins/livefyre-apps/](https://wordpress.org/plugins/livefyre-apps/)

The topic ‘Plugin lists PHP 5.3 as min version, actually requires PHP 5.4’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/livefyre-apps.svg)
 * [Livefyre Apps](https://wordpress.org/plugins/livefyre-apps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/livefyre-apps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/livefyre-apps/)
 * [Active Topics](https://wordpress.org/support/plugin/livefyre-apps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/livefyre-apps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/livefyre-apps/reviews/)

## Tags

 * [compatibility](https://wordpress.org/support/topic-tag/compatibility/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * 0 replies
 * 1 participant
 * Last reply from: [andrewkamm](https://wordpress.org/support/users/fatleaf/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-lists-php-53-as-min-version-actually-requires-php-54/)
 * Status: not resolved