From 0ee0667332c258ef98bb40b595c3b7825da8a562 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 4 Apr 2022 00:04:34 +0200 Subject: Prepare for release build using composer. --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 1b36621..1422e0e 100644 --- a/composer.json +++ b/composer.json @@ -13,15 +13,16 @@ "email": "andrea.chirulescu@gmail.com" } ], - "require-dev": { - "wp-phpunit/wp-phpunit": "^5.7", - "vimeo/psalm": "^4.7", - "humanmade/psalm-plugin-wordpress": "^2.0" + "config": { + "allow-plugins": { + "composer/installers": true + } }, "scripts": { "test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'" }, "require": { + "php": ">=7.4", "kigkonsult/icalcreator": "^2.39" } } -- cgit v1.2.3