Skip to content
Snippets Groups Projects
Commit de8641bb authored by dyszczo's avatar dyszczo
Browse files

churn: library & dependency update

parent 68b7bd00
No related branches found
No related tags found
No related merge requests found
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "5.6" "php": "7.0"
} }
}, },
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"php": ">=5.6", "php": ">=7.0",
"wpdesk/wp-wpdesk-helper-override": "^1.1.0", "wpdesk/wp-wpdesk-helper-override": "^1.1.0",
"psr/log": "^1.0.1" "psr/log": "^1.0.1"
}, },
......
This diff is collapsed.
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
@package \WPDesk\PluginTemplate @package \WPDesk\PluginTemplate
Copyright 2016 WP Desk Ltd. Copyright 2021 WP Desk Ltd.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
...@@ -35,7 +35,6 @@ if ( ! defined( 'ABSPATH' ) ) { ...@@ -35,7 +35,6 @@ if ( ! defined( 'ABSPATH' ) ) {
/* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */ /* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
$plugin_version = '1.0.0'; $plugin_version = '1.0.0';
$plugin_release_timestamp = '2019-11-29 19:01';
$plugin_name = 'WP Desk Plugin Template'; $plugin_name = 'WP Desk Plugin Template';
$plugin_class_name = '\WPDesk\PluginTemplate\Plugin'; $plugin_class_name = '\WPDesk\PluginTemplate\Plugin';
...@@ -45,13 +44,13 @@ $plugin_file = __FILE__; ...@@ -45,13 +44,13 @@ $plugin_file = __FILE__;
$plugin_dir = dirname( __FILE__ ); $plugin_dir = dirname( __FILE__ );
$requirements = [ $requirements = [
'php' => '5.6', 'php' => '7.0',
'wp' => '4.5', 'wp' => '5.0',
'plugins' => [ 'plugins' => [
[ [
'name' => 'woocommerce/woocommerce.php', 'name' => 'woocommerce/woocommerce.php',
'nice_name' => 'WooCommerce', 'nice_name' => 'WooCommerce',
'version' => '3.0', 'version' => '4.7',
], ],
], ],
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment