Skip to content

Commit 6908fb3

Browse files
committed
Reduced PHP requirement to 5.4.0
1 parent e3bd020 commit 6908fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wordpress-base-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'url' => plugin_dir_url( __FILE__ ),
4242
'object_cache_group' => 'my_plugin_cache',
4343
'object_cache_expire' => 72, // In hours
44-
'deps' => array( 'php' => '5.4.0', 'carbon_fields' => '2.0.0' ),
44+
'deps' => array( 'php' => '5.3.0', 'carbon_fields' => '2.0.0' ),
4545
'plugin_file' => plugin_basename( __FILE__ ),
4646
'prefix' => 'myplugin_' // Change to your own unique field prefix
4747
));

0 commit comments

Comments
 (0)