summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-11 10:23:36 +0200
committerRemi Collet <remi@remirepo.net>2020-08-11 10:23:36 +0200
commit289bd726bc619bbc3c1357e8dd3711ba0abebc28 (patch)
tree574a209c83f305160c369ba418c752a055f255fb /composer.json
parent538a8b4437e3b8fbc109d4d7865835b9f64c947e (diff)
update to 2.0.2
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index d66d586..718442e 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
- "homepage": "http://www.dasprids.de",
+ "homepage": "https://dasprids.de/",
"role": "Developer"
}
],
@@ -25,8 +25,8 @@
}
},
"require-dev": {
- "phpunit/phpunit": "^6.4",
- "squizlabs/php_codesniffer": "^3.1",
+ "phpunit/phpunit": "^7 | ^8 | ^9",
+ "squizlabs/php_codesniffer": "^3.4",
"phly/keep-a-changelog": "^1.4"
}
}