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: add composer error check #39

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kenjis
Copy link
Contributor

@kenjis kenjis commented Mar 21, 2024

Before:
There is no error. We don't know what happened.

************************************
*             STAGING              *
************************************

Switched to a new branch 'tatter/scratch'
rm '.editorconfig'
...
rm 'writable/uploads/index.html'
$

After:

************************************
*             STAGING              *
************************************

Switched to a new branch 'tatter/scratch'
rm '.editorconfig'
...
rm 'writable/uploads/index.html'
ERROR 2: Unable to checkout codeigniter4/codeigniter4
Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - symfony/service-contracts v1.1.2 requires php ^7.1.3 -> your php version (8.2.16) does not satisfy that requirement. - vimeo/psalm 5.15.0 requires symfony/console ^4.1.6 || ^5.0 || ^6.0 -> satisfiable by symfony/console[v5.4.28]. - codeigniter4/devkit v1.1.2 requires vimeo/psalm ^5.0 -> satisfiable by vimeo/psalm[5.15.0]. - symfony/console v5.4.28 requires symfony/service-contracts ^1.1|^2|^3 -> satisfiable by symfony/service-contracts[v1.1.2]. - codeigniter4/devkit is locked to version v1.1.2 and an update of this package was not requested.

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.

None yet

1 participant