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

Fix usage example #134

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix usage example #134

wants to merge 3 commits into from

Conversation

hirasso
Copy link

@hirasso hirasso commented Dec 22, 2024

Remove @php from composer dump-autoload

...otherwise the script will throw an error:

Could not open input file: /Users/rah/Library/Application
Script @php composer dump-autoload handling the prefix-namespaces event returned with error code 1 Script @prefix-namespaces was called via post-install-cmd

Remove `@php` from `composer dump-autoload`

...otherwise the script will throw an error:

> Could not open input file: /Users/rah/Library/Application
Script @php composer dump-autoload handling the prefix-namespaces event returned with error code 1
Script @prefix-namespaces was called via post-install-cmd
@BrianHenryIE
Copy link
Owner

BrianHenryIE commented Jan 4, 2025

Should it be/could it be just @dump-autoload since it's an internal Composer script?

@hirasso
Copy link
Author

hirasso commented Jan 4, 2025

I don't know 🤷‍♂️😄

README.md Outdated Show resolved Hide resolved
hirasso and others added 2 commits January 4, 2025 14:24
Co-authored-by: Viktor Szépe <viktor@szepe.net>
@hirasso
Copy link
Author

hirasso commented Jan 4, 2025

Thanks to @szepeviktor for pointing out how it's done!✔️

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 this pull request may close these issues.

3 participants