-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't install 3.3 #62
Comments
Correct command is composer create-project elgg/starter-project:3.3.x-dev elgg-starter-sample-3.3 |
however, install script breaks
|
Why would you require a dev-master tag? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run the following command:
fails with "Could not find package elgg/starter-project with version 3.3."
I'm on composer version 2.8.1 and PHP version 8.3.12.
Context: I inherited an application on elgg 3.3.24 and I want to update to 5.x so I can upgrade my host's PHP version to 8.x from 7.4.
I know we have some custom changes made so I want a skeleton project to diff against.
I also will need to migrate my databases and having trouble finding good resources for that.
The text was updated successfully, but these errors were encountered: