-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
I'm trying to use this package over php-scoper, as php-scoper is rather complicated and confusing to implement, however, when I try to run vendor/bin/mozart compose I keep running into this error:
In Filesystem.php line 406:
File already exists at path: vendor_prefix/packages/Doctrine/Inflector/Inflector.php
I've tried to do what was suggested here, but that didn't resolve anything for me.
This is my package.json
{
"name": "cs/ms-scraper",
"require": {
"php": ">=7.4",
"illuminate/support": "^5.6",
"guzzlehttp/guzzle": "^7.3",
"mailjet/mailjet-apiv3-php": "^1.5",
"monolog/monolog": "^2.3",
"10quality/wp-query-builder": "^1.0",
"nesbot/carbon": "^2.31"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"roave/security-advisories": "dev-master",
"coenjacobs/mozart": "dev-master",
"cweagans/composer-patches": "*"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-root-package-install": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"post-root-package-update": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"test": [
"phpcs"
]
},
"extra": {
"mozart": {
"dep_namespace": "MS\\Vendor\\",
"dep_directory": "/vendor_prefix/packages/",
"classmap_directory": "/vendor_prefix/classes/",
"classmap_prefix": "MS_",
"delete_vendor_directories": true
}
}
}
Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels