Skip to content
Snippets Groups Projects
Verified Commit c84a0aec authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: update minimum requirements

parent c07f18d1
No related branches found
No related tags found
1 merge request!45update setup
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"autoloader-suffix": "PluginTemplate", "autoloader-suffix": "PluginTemplate",
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "7.2.32" "php": "7.3.20"
}, },
"allow-plugins": { "allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true,
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"php": ">=7.2 | ^8", "php": ">=7.3 | ^8",
"psr/log": "^1.1.4", "psr/log": "^1.1.4",
"wpdesk/wp-wpdesk-helper-override": "^1.1.0" "wpdesk/wp-wpdesk-helper-override": "^1.1.0"
}, },
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
"po-files": { "po-files": {
"pl_PL": "pl_PL.po" "pl_PL": "pl_PL.po"
}, },
"php-requires": "7.2" "php-requires": "7.3"
}, },
"scripts": { "scripts": {
"test": "echo composer is alive", "test": "echo composer is alive",
......
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
* Text Domain: plugin-template * Text Domain: plugin-template
* Domain Path: /lang/ * Domain Path: /lang/
* ​ * ​
* Requires at least: 5.8 * Requires at least: 6.2
* Tested up to: 6.1 * Tested up to: 6.4
* WC requires at least: 7.0 * WC requires at least: 8.0
* WC tested up to: 7.4 * WC tested up to: 8.2
* Requires PHP: 7.2 * Requires PHP: 7.3
* ​ * ​
* Copyright 2022 WP Desk Ltd. * Copyright 2023 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
...@@ -53,13 +53,13 @@ $plugin_shops = [ ...@@ -53,13 +53,13 @@ $plugin_shops = [
]; ];
$requirements = [ $requirements = [
'php' => '7.2', 'php' => '7.3',
'wp' => '5.7', 'wp' => '6.2',
'repo_plugins' => [ 'repo_plugins' => [
[ [
'name' => 'woocommerce/woocommerce.php', 'name' => 'woocommerce/woocommerce.php',
'nice_name' => 'WooCommerce', 'nice_name' => 'WooCommerce',
'version' => '6.6', 'version' => '8.0',
], ],
], ],
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment