diff --git a/composer.json b/composer.json index ea22fda..ba5cb17 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "contact@mediact.nl" } ], - "version": "2.0.6", + "version": "2.1.0", "require": { "php": "^7.1", "composer-plugin-api": "^1.0" @@ -18,7 +18,7 @@ "phpunit/phpunit": "^7.5", "composer/composer": "^1.3", "kint-php/kint": "@stable", - "mediact/testing-suite": "^1.20", + "mediact/testing-suite": "^2.0", "mikey179/vfsstream": "^1.6" }, "autoload": { @@ -43,7 +43,8 @@ "/phpmd.xml", "/phpstan.neon", "/phpcs.xml", - "/grumphp.yml" + "/grumphp.yml", + "/pdepend.xml" ] }, "config": { diff --git a/pdepend.xml b/pdepend.xml new file mode 100644 index 0000000..98099fd --- /dev/null +++ b/pdepend.xml @@ -0,0 +1,11 @@ + + + + + memory + + + diff --git a/src/Environment.php b/src/Environment.php index 2ed8673..b37f88d 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -1,4 +1,5 @@