File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
class Activator {
16
16
// minimum requirements
17
- public const WC_MIN_VERSION = '2.3.7 ' ;
18
- public const PHP_MIN_VERSION = '5.6 ' ;
17
+ public const WC_MIN_VERSION = '5.3 ' ;
18
+ public const PHP_MIN_VERSION = '7.0 ' ;
19
+
19
20
20
-
21
21
public function __construct () {
22
22
register_activation_hook ( PLUGIN_FILE , array ( $ this , 'activate ' ) );
23
23
add_action ( 'wpmu_new_blog ' , array ( $ this , 'activate_new_site ' ) );
Original file line number Diff line number Diff line change 15
15
"cli" : " wp-env run cli" ,
16
16
"wp" : " wp-env run cli wp" ,
17
17
"pretest" : " wp-env start --xdebug=coverage && wp-env run composer 'install --no-interaction'" ,
18
- "lint:php" : " composer run lint | cs2pr" ,
18
+ "lint:php" : " composer run lint-report | cs2pr" ,
19
19
"lint" : " run-s lint:*" ,
20
20
"test:unit:php" : " wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/woocommerce-pos/.phpunit.xml.dist --verbose'" ,
21
21
"test:unit" : " run-s test:unit:*" ,
You can’t perform that action at this time.
0 commit comments