akeneo / php-coupling-detector

[Experimental] Detect all the coupling issues of your project with respect to the coupling rules you have defined.
MIT License
42 stars 6 forks source link

Update deps #33

Closed nidup closed 7 years ago

nidup commented 7 years ago

Finish to upgrade php-cs-fixer using the new namespace + testing with a pim v1.8 build,

nico@nico-laptop:~/git/pim-ce-18-orm$ ./bin/php-coupling-detector detect --config-file=.php_cd src -v

Parsing 1821 nodes...
Checking 14 rules...

Node /home/nico/git/pim-ce-18-orm/src/Akeneo/Component/Console/CommandLauncher.php does not respect the rule Akeneo\Component\Console:
    * type: only
    * description: have no real existence, should be merged into Batch
    * requirements: Symfony\Component\Serializer, Symfony\Component\Validator, Symfony\Component\EventDispatcher, Symfony\Component\Security\Core, Symfony\Component\OptionsResolver, Symfony\Component\PropertyAccess, Symfony\Component\Filesystem, Symfony\Component\Yaml, Doctrine\Common\Collections, Doctrine\Common\Util\Inflector, Doctrine\Common\Util\ClassUtils, Doctrine\Common\Persistence\ObjectRepository, Akeneo\Component\StorageUtils, Akeneo\Component\Console
The following tokens are wrong:
    * Symfony\Component\Process\PhpExecutableFinder
...