cpliakas / git-wrapper

A PHP wrapper around the Git command line utility.
MIT License
505 stars 68 forks source link

dump autoload fails #179

Closed JBlond closed 4 years ago

JBlond commented 4 years ago

When I run composer dump-autoload -o my scripts fail because of the missing Psr\Log\LoggerAwareInterface

TomasVotruba commented 4 years ago

Could you send PR with fix?

JBlond commented 4 years ago

That is not that easy. If I move "psr/log": "^1.1.2" to required the composer json it would require to have phpunit/phpunit, too.

TomasVotruba commented 4 years ago

Go for it. PHPUnit 8 should be allowed for a long time, so Symfony 5 etc.

GrahamCampbell commented 4 years ago

That is not that easy. If I move "psr/log": "^1.1.2" to required the composer json it would require to have phpunit/phpunit, too.

No?

TomasVotruba commented 4 years ago

I've updated the log interface + run dump-autoload locally and all works. Also test are passing.

Try removing /vendor and composer.lock and re-install this package.

JBlond commented 4 years ago

@TomasVotruba please file a new release