summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 403ee8e..9002a91 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"type": "library",
"license": "MIT",
- "homepage": "https://github.com/doctrine/instantiator",
+ "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"instantiate",
"constructor"
@@ -21,9 +21,11 @@
"require-dev": {
"ext-phar": "*",
"ext-pdo": "*",
- "phpunit/phpunit": "^6.2.3",
- "squizlabs/php_codesniffer": "^3.0.2",
- "athletic/athletic": "~0.1.8"
+ "doctrine/coding-standard": "^6.0",
+ "phpbench/phpbench": "^0.13",
+ "phpstan/phpstan-phpunit": "^0.11",
+ "phpstan/phpstan-shim": "^0.11",
+ "phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {