Skip to content

fix build - #113

Merged
staabm merged 1 commit into
phpstan:1.4.xfrom
staabm:build
Aug 6, 2026
Merged

fix build#113
staabm merged 1 commit into
phpstan:1.4.xfrom
staabm:build

Conversation

@staabm

@staabm staabm commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

fixes

  composer require phpstan/phpstan:'^1.2' phpstan/phpstan-strict-rules:'^1.1' --with-all-dependencies
  shell: /usr/bin/bash -e {0}
  env:
    COMPOSER_PROCESS_TIMEOUT: 0
    COMPOSER_NO_INTERACTION: 1
    COMPOSER_NO_AUDIT: 1
phpstan/phpstan-strict-rules is currently present in the require-dev key and you ran the command without the --dev flag, which will move it to the require key.
./composer.json has been updated
Running composer update phpstan/phpstan phpstan/phpstan-strict-rules --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - composer/composer is locked to version 2.10.2 and an update of this package was not requested.
    - Root composer.json requires phpstan/phpstan ^1.2 -> satisfiable by phpstan/phpstan[1.2.0, ..., 1.12.34].
    - composer/composer 2.10.2 requires composer/pcre ^2.3 || ^3.3 -> satisfiable by composer/pcre[3.4.0].
    - composer/pcre 3.4.0 conflicts with phpstan/phpstan 1.12.34.
    - composer/pcre 3.4.0 conflicts with phpstan/phpstan 1.12.3.
    - composer/pcre 3.4.0 conflicts with phpstan/phpstan 1.4.10.


Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Error: Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - composer/composer is locked to version 2.10.2 and an update of this package was not requested.
    - Root composer.json requires phpstan/phpstan ^1.2 -> satisfiable by phpstan/phpstan[1.2.0, ..., 1.12.34].
    - composer/composer 2.10.2 requires composer/pcre ^2.3 || ^3.3 -> satisfiable by composer/pcre[3.4.0].
    - composer/pcre 3.4.0 conflicts with phpstan/phpstan 1.12.34.
    - composer/pcre 3.4.0 conflicts with phpstan/phpstan 1.12.3.
    - composer/pcre 3.4.0 conflicts with phpstan/phpstan 1.4.10.

Error: Process completed with exit code 2.

@staabm
staabm merged commit 5f70323 into phpstan:1.4.x Aug 6, 2026
1 check passed
@staabm
staabm deleted the build branch August 6, 2026 06:53
staabm added a commit that referenced this pull request Aug 6, 2026
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.

1 participant