Skip to content

Commit

Permalink
Comment Out Example Config
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitpore committed Apr 29, 2019
1 parent 658d520 commit 5a860de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions plugin-name/requirements-config.php
Expand Up @@ -7,18 +7,19 @@

return [

'min_php_version' => '7.5', // Minimum PHP Version.
'min_php_version' => '5.6', // Minimum PHP Version.

'min_wp_version' => '5.3', // Minimum WordPress Version.
'min_wp_version' => '4.8', // Minimum WordPress Version.

'is_multisite_compatible' => false, // True if our plugin is Multisite Compatible.

'required_plugins' => [ // Plugins on which our plugin is dependent on.

'Hello Dolly' => [ // Plugin Name.
'plugin_slug' => 'hello-dolly/hello.php',
'min_plugin_version' => '2.1',
],
// Example Config
// 'Hello Dolly' => [
// 'plugin_slug' => 'hello-dolly/hello.php',
// 'min_plugin_version' => '1.5',
// ],

],

Expand Down

0 comments on commit 5a860de

Please sign in to comment.