diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 41184d3..b3d745a 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,9 @@ "authors": [ { "name": "Ben Scholzen 'DASPRiD'", + "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", - "email": "mail@dasprids.de" + "role": "Developer" } ], "keywords": [ @@ -14,8 +15,8 @@ "map" ], "require-dev": { - "phpunit/phpunit": "^6.4", - "squizlabs/php_codesniffer": "^3.1" + "phpunit/phpunit": "^7 | ^8 | ^9", + "squizlabs/php_codesniffer": "^3.4" }, "autoload": { "psr-4": { |