msgphp / symfony-demo-app

A Symfony demo application with basic user management
https://github.com/msgphp/msgphp
MIT License
0 stars 0 forks source link

Could not scan for classes inside "var/phpunit/phpunit-7.5/src/" #108

Closed tacman closed 5 years ago

tacman commented 5 years ago

When attempting to install,

composer create-project msgphp/symfony-demo-app 

I get this error:

Could not scan for classes inside "var/phpunit/phpunit-7.5/src/" which does not appear to be a file nor a folder

image

tacman commented 5 years ago

Removing the reference to that directory in composer.json fixes the problem, but I'm not sure it can be removed in composer.json without breaking something else.