-
Notifications
You must be signed in to change notification settings - Fork 270
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
[Bug]: expose self-update not working #440
Comments
The |
Here is my php.ini (needed to change it to .txt because of Github uploads... |
On windows I cannot run
I've been an expose pro user before herd came out so I removed my global beyond code version and global exposedev version and rely on Herd expose now. To get it to work in 3.0.1 I had to download the repo and do the following
I ended up creating a script to do this to save time.
Here is the script that I run in case anyone want to do this. (Use at your own risk!)
Here is the full error. |
I'm trying to do an update from Expose v2 to v3 and I'm getting the same output that @schonhoff got:
The required constraint |
I encountered the same error as @schonhoff. To resolve it, I installed the extension However, I then faced another error: After installing both extensions, all issues were resolved. I hope this helps others facing similar problems 😄 |
This is mine:
Could we require specific version of |
System architecture
Windows
PHP Version
Herd Version 1.15.0 with PHP 8.3.17
Bug description
Hey,
trying the documented command
expose self-update
isn't working as expected. In my global composer.json is the following:If I don't change anything the command will output:
expose self-update Checking for a new version... ============================= [OK] You have the latest version installed.
If I change the composer.json to the following:
and use composer global update it will output:
After that I tried thisn change:
output:
expose self-update Checking for a new version... ============================= [OK] You have the latest version installed.
Sometimes I get the log output below. But I cannot reproduce this sadly :/
What am I missing?
Steps to reproduce
No response
Relevant log output
The text was updated successfully, but these errors were encountered: