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

Add pnpm support #47

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Conversation

steffendietz
Copy link
Contributor

Hi, thanks for creating foxy.

I recently added pnpm support to foxy, which I am currently using successfully in a personal project.

Loading composer repositories with package information
Updating dependencies                                 
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
69 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Merging Composer dependencies in the asset package
Installing pnpm dependencies
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +3
+++
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /workspaces/laminas-turbo-test/.pnpm-store/v3
  Virtual store is at:             node_modules/.pnpm
Progress: resolved 3, reused 0, downloaded 2, added 2

dependencies:
+ @hotwired/turbo 7.3.0
+ bootstrap 4.6.2 (5.2.3 is available)
+ jquery 3.6.4

 WARN  Issues with peer dependencies found
.
└─┬ bootstrap 4.6.2
  └── ✕ missing peer popper.js@^1.16.1
Peer dependencies that should be installed:
  popper.js@^1.16.1

Done in 1.7s
Progress: resolved 3, reused 0, downloaded 3, added 3, done
No security vulnerability advisories found

I thought I would share it. This should also close #46.

@francoispluchino
Copy link
Member

@steffendietz Thank you for your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Support pnpm
2 participants