-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Milestone
Description
My composer.json
:
https://github.com/tomasnorre/crawler/blob/main/composer.json
Output of composer diagnose
:
Checking composer.json: WARNING
License "GPL-3.0" is a deprecated SPDX license identifier, use "GPL-3.0-only" or "GPL-3.0-or-later" instead
Checking composer.lock: OK
Checking platform settings: OK
Checking git settings: OK git version 2.39.5
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK does not expire
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0 87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B 0C708369 153E328C AD90147D AFE50952
OK
Checking Composer version: OK
Checking Composer and its dependencies for vulnerabilities: OK
Composer version: 2.8.11
PHP version: 8.2.29
PHP binary path: /usr/bin/php8.2
OpenSSL version: OpenSSL 3.0.16 11 Feb 2025
curl version: 7.88.1 libz 1.2.13 brotli 1.0.9 zstd supported ssl OpenSSL/3.0.16
zip: extension present, unzip present, 7-Zip present (7z)
When I run this command:
composer run
I get the following output:
Script to run:
[post-autoload-dump ]
[analyse ] Runs the analyse script as defined in composer.json
[cs-fix ] Runs the cs-fix script as defined in composer.json
[extension-create-libs ] Runs the extension-create-libs script as defined in composer.json
[prepare-release ] Runs the prepare-release script as defined in composer.json
[phpstan-baseline ] Runs the phpstan-baseline script as defined in composer.json
[psalm ] Runs the psalm script as defined in composer.json
[rector ] Runs the rector script as defined in composer.json
[roave-bcb ] Runs the roave-bcb script as defined in composer.json
[static ] Runs the static script as defined in composer.json
[test:acceptance ] Runs the test:acceptance script as defined in composer.json
[test:all ] Runs the test:all script as defined in composer.json
[test:coverage ] Runs the test:coverage script as defined in composer.json
[test:functional ] Runs the test:functional script as defined in composer.json
[test:functional-postgre] Runs the test:functional-postgre script as defined in composer.json
[test:functional-sqlite ] Runs the test:functional-sqlite script as defined in composer.json
[test:mutation ] Runs the test:mutation script as defined in composer.json
[test:reset-vars ] Runs the test:reset-vars script as defined in composer.json
[test:set-vars ] Runs the test:set-vars script as defined in composer.json
[test:unit ] Runs the test:unit script as defined in composer.json
>
When now pressing Ctrl+C, I'm back in the terminal - but its state is broken:
- typing keys does not show any response
- pressing Ctrl+C creates 2 empty lines
I have to blindly type "reset" to get the shell back to a working state.
Metadata
Metadata
Assignees
Labels
No labels