Skip to content

Drop support for PHP 7.0 #880

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

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Drop support for PHP 7.0 #880

merged 2 commits into from
Aug 17, 2024

Conversation

zachborboa
Copy link
Member

@zachborboa zachborboa commented Aug 17, 2024

Fixes the following error in #879:

+ composer self-update
You are already using the latest available Composer version 2.2.24 (stable channel).
+ composer install --prefer-source --no-interaction
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - vimeo/psalm[2.0.0, ..., 2.0.17, 3.0.0, ..., 3.2.12] require muglug/package-versions-56 1.2.4 -> satisfiable by muglug/package-versions-56[1.2.4].
    - muglug/package-versions-56 1.2.4 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.2.0] but it does not match the constraint.
    - vimeo/psalm[3.3.0, ..., 3.5.1] require php ^7.1 -> your php version (7.0.33) does not satisfy that requirement.
    - vimeo/psalm[3.5.2, ..., 3.8.3] require php ^7.1.3 -> your php version (7.0.33) does not satisfy that requirement.
    - vimeo/psalm[3.8.4, ..., 3.18.2] require php ^7.1.3|^8 -> your php version (7.0.33) does not satisfy that requirement.
    - vimeo/psalm[4.0.0, ..., 4.0.1] require php ^7.3|^8 -> your php version (7.0.33) does not satisfy that requirement.
    - vimeo/psalm[4.1.0, ..., 4.30.0] require php ^7.1|^8 -> your php version (7.0.33) does not satisfy that requirement.
    - vimeo/psalm[5.0.0, ..., 5.13.1] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (7.0.33) does not satisfy that requirement.
    - vimeo/psalm[5.14.0, ..., 5.25.0] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (7.0.33) does not satisfy that requirement.
    - Root composer.json requires vimeo/psalm >=2 -> satisfiable by vimeo/psalm[2.0.0, ..., 2.0.17, 3.0.0, ..., 3.18.2, 4.0.0, ..., 4.30.0, 5.0.0, ..., 5.25.0].

Error: Your requirements could not be resolved to an installable set of packages.

@zachborboa zachborboa enabled auto-merge (squash) August 17, 2024 02:50
@zachborboa zachborboa disabled auto-merge August 17, 2024 13:15
@zachborboa zachborboa merged commit 63bddcd into php-curl-class:master Aug 17, 2024
11 checks passed
@zachborboa zachborboa deleted the drop branch August 17, 2024 13:15
@zachborboa
Copy link
Member Author

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.

1 participant