Commit 602074e
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 regards1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments