diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 5 insertions, 4 deletions
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" } } |