summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2022-04-04 00:04:34 +0200
committerHarald Eilertsen <haraldei@anduin.net>2022-04-04 00:04:34 +0200
commit0ee0667332c258ef98bb40b595c3b7825da8a562 (patch)
tree1170d75a851576e1a8529f876eb62cab261cbc4d /composer.json
parent1c5ed7afb4bd22c5899f7cbcbdb8ca25d7733682 (diff)
downloadgigologadmin-0ee0667332c258ef98bb40b595c3b7825da8a562.tar.gz
gigologadmin-0ee0667332c258ef98bb40b595c3b7825da8a562.tar.bz2
gigologadmin-0ee0667332c258ef98bb40b595c3b7825da8a562.zip
Prepare for release build using composer.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
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"
}
}