Skip to content

Commit 602074e

Browse files
authored
Make pdepend/pdepend a dev dependency (#119)
Sorry for not identifying this earlier (`composer update` does not list every incompatibility at once but rather displays another one after the 1st one is fixed). We have the same issue as with phan/phan: pdepend/pdepend is not yet compatible with Symfony 8, but it does not seem to be used by php-spider. I move it to dev dependencies, but you may want to remove it completely? Or call `vendor/bin/pdepend` in the tests and do something with the output? Best regards
2 parents 61c2569 + b61ba2b commit 602074e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"ext-dom": "*",
1919
"ext-pcntl": "*",
2020
"guzzlehttp/guzzle": "^6.0.0||^7.0.0",
21-
"pdepend/pdepend": "^2.16.1",
2221
"symfony/css-selector": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0||^8.0",
2322
"symfony/dom-crawler": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0||^8.0",
2423
"symfony/finder": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0||^8.0",
@@ -29,6 +28,7 @@
2928
"require-dev": {
3029
"phpunit/phpunit": "^9.0.0",
3130
"squizlabs/php_codesniffer": "^4.0.0",
31+
"pdepend/pdepend": "^2.16.1",
3232
"phan/phan": "^4.0||^5.0||^6.0",
3333
"phpmd/phpmd": "^2.0.0",
3434
"friendsofphp/php-cs-fixer": "^3.69.0"

0 commit comments

Comments
 (0)