You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking composer.json: WARNING
require.roots/wordpress : unbound version constraints (>=5.2) should be avoided
require.wpackagist-plugin/redirection : unbound version constraints (>=5.1) should be avoided
require.sterner-stuff/made-of-sterner-stuff : unbound version constraints (*) should be avoided
require.deliciousbrains-plugin/wp-migrate-db-pro : unbound version constraints (*) should be avoided
require.deliciousbrains-plugin/wp-offload-media : unbound version constraints (*) should be avoided
require.wpackagist-plugin/wp-store-locator : unbound version constraints (*) should be avoided
require.wpackagist-plugin/add-to-any : unbound version constraints (*) should be avoided
require.wpackagist-plugin/simple-custom-post-order : unbound version constraints (*) should be avoided
require.wpackagist-plugin/relevanssi : unbound version constraints (*) should be avoided
require.wpackagist-plugin/capability-manager-enhanced : unbound version constraints (*) should be avoided
require.wpackagist-plugin/flippingbook : unbound version constraints (>=1.3.1) should be avoided
require.wpackagist-plugin/advanced-excerpt : unbound version constraints (>=4.2) should be avoided
require.league/csv : unbound version constraints (>=9.3) should be avoided
require.wpackagist-plugin/user-switching : unbound version constraints (>=1.5) should be avoided
require.wpackagist-plugin/transients-manager : unbound version constraints (>=1.8) should be avoided
require.wpackagist-plugin/jetpack : unbound version constraints (>=8.6) should be avoided
require.wpackagist-plugin/woocommerce-services : unbound version constraints (>=1.23) should be avoided
require.wpackagist-plugin/taxonomy-terms-order : unbound version constraints (>=1.5.7) should be avoided
require.wpackagist-plugin/duplicate-post : unbound version constraints (>=4.1) should be avoided
require.wp-media/wp-rocket : unbound version constraints (>=3.8) should be avoided
require.wp-media/wp-rocket-cli : unbound version constraints (>=1.3) should be avoided
require.elliotcondon/advanced-custom-fields-pro : unbound version constraints (>=5.9) should be avoided
require.beaver-builder/bb-plugin-pro : unbound version constraints (>=2.4.2) should be avoided
require.beaver-builder/bb-theme-builder : unbound version constraints (>=1.3) should be avoided
require.wpackagist-plugin/gravityformscli : unbound version constraints (>=1.4) should be avoided
require.wpackagist-plugin/acf-gravityforms-add-on : unbound version constraints (>=1.2) should be avoided
require.wpackagist-plugin/zero-spam : unbound version constraints (>=5.0) should be avoided
require.wpackagist-plugin/gravity-forms-zero-spam : unbound version constraints (>=1.1) should be avoided
require.wpackagist-plugin/stream : unbound version constraints (*) should be avoided
require.wpackagist-plugin/woocommerce-gateway-stripe : unbound version constraints (>=5.9) should be avoided
require.rocketgenius/gravityforms : unbound version constraints (>=2.6.1) should be avoided
require.wpackagist-plugin/google-site-kit : unbound version constraints (>=1.74) should be avoided
require.wpackagist-plugin/official-facebook-pixel : unbound version constraints (>=3.0) should be avoided
Checking platform settings: OK
Checking git settings: OK git version 2.38.1
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK
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: You are not running the latest stable version, run `composer self-update` to update (2.4.2 => 2.4.4)
Composer version: 2.4.2
PHP version: 8.0.17
PHP binary path: C:\Users\Ethan\bin\php\php.exe
OpenSSL version: OpenSSL 1.1.1m 14 Dec 2021
cURL version: 7.76.1 libz 1.2.11 ssl OpenSSL/1.1.1m
zip: extension present, unzip present, 7-Zip present (7z)
When I run this command: composer bump
I get the following output:
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 0 updates, 0 removals
Package box/spout is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
27 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
Also - libraries w/ bound version constraints are bumped as expected.
And I expected this to happen:
Libraries with versioned, but unbound, constraints would also be bumped.
Basically, I understand why "*" might not be replaced with a version number since it has no lower bound, but something like >=5.1 would presumably be bumped if applicable because it at least has a lower bound.
The text was updated successfully, but these errors were encountered:
My
composer.json
:Output of
composer diagnose
:When I run this command:
composer bump
I get the following output:
Also - libraries w/ bound version constraints are bumped as expected.
And I expected this to happen:
Libraries with versioned, but unbound, constraints would also be bumped.
Basically, I understand why "*" might not be replaced with a version number since it has no lower bound, but something like
>=5.1
would presumably be bumped if applicable because it at least has a lower bound.The text was updated successfully, but these errors were encountered: