Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"directory does not exist" with crewlabs/unsplash #97

Open
BrianHenryIE opened this issue Dec 7, 2020 · 0 comments
Open

"directory does not exist" with crewlabs/unsplash #97

BrianHenryIE opened this issue Dec 7, 2020 · 0 comments

Comments

@BrianHenryIE
Copy link
Contributor

composer require crewlabs/unsplash results in the error:

In Finder.php line 589:
                                                                               
  The "/Users/BrianHenryIE/Sites/mozart-crewlabsunsplash/vendor/unsplash/unsplash/src/" directory does not exist.                                         

Example:

{
  "require": {
    "crewlabs/unsplash": "^2.2"
  },
  "require-dev": {
    "coenjacobs/mozart": "dev-master"
  },
  "extra": {
    "mozart": {
      "dep_namespace": "Mozart_UnSplash\\",
      "dep_directory": "/mozart/dep/",
      "classmap_prefix": "Mozart_UnSplash_",
      "classmap_directory": "/mozart/classmap/",
      "delete_vendor_directories": false
    }
  }
}

Require crewlabs/unsplash results in the directory vendor/crewlabs/unsplash but the name inside that folder's composer.json is unsplash/unsplash.

So there seems to be some mismatch where maybe Mozart needs to use composer.lock rather than composer.json.

BrianHenryIE referenced this issue in BrianHenryIE/strauss Dec 15, 2020
BrianHenryIE referenced this issue in BrianHenryIE/strauss Dec 29, 2020
BrianHenryIE referenced this issue in BrianHenryIE/strauss Feb 7, 2021
…r-vendor-directory-from-package-name.-Fix-for-#97
BrianHenryIE referenced this issue in BrianHenryIE/strauss Apr 8, 2021
BrianHenryIE added a commit to BrianHenryIE/strauss that referenced this issue May 1, 2021
szepeviktor pushed a commit to szepeviktor/BrianHenryIE_mozart that referenced this issue Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant