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 @@
"config": {
"sort-packages": true,
"platform": {
"php": "5.6"
"php": "7.0"
}
},
"prefer-stable": true,
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"wpdesk/wp-wpdesk-helper-override": "^1.1.0",
"psr/log": "^1.0.1"
},
......
This diff is collapsed.
......@@ -12,7 +12,7 @@
@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
it under the terms of the GNU General Public License as published by
......@@ -35,7 +35,6 @@ if ( ! defined( 'ABSPATH' ) ) {
/* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
$plugin_version = '1.0.0';
$plugin_release_timestamp = '2019-11-29 19:01';
$plugin_name = 'WP Desk Plugin Template';
$plugin_class_name = '\WPDesk\PluginTemplate\Plugin';
......@@ -45,13 +44,13 @@ $plugin_file = __FILE__;
$plugin_dir = dirname( __FILE__ );
$requirements = [
'php' => '5.6',
'wp' => '4.5',
'php' => '7.0',
'wp' => '5.0',
'plugins' => [
[
'name' => 'woocommerce/woocommerce.php',
'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.
Please register or to comment