php-semver-checker icon indicating copy to clipboard operation
php-semver-checker copied to clipboard

Compares two source sets and determines the appropriate semantic versioning to apply.

Results 51 php-semver-checker issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [symfony/yaml](https://github.com/symfony/yaml) from 5.4.3 to 5.4.11. Release notes Sourced from symfony/yaml's releases. v5.4.11 Changelog (https://github.com/symfony/yaml/compare/v5.4.10...v5.4.11) no significant changes v5.4.10 Changelog (https://github.com/symfony/yaml/compare/v5.4.9...v5.4.10) no significant changes Commits 05d4ea5 Merge branch '4.4' into...

dependencies

Bumps [symfony/console](https://github.com/symfony/console) from 5.4.5 to 5.4.11. Release notes Sourced from symfony/console's releases. v5.4.11 Changelog (https://github.com/symfony/console/compare/v5.4.10...v5.4.11) bug #47022 get full command path for command in search path (remicollet) v5.4.10 Changelog (https://github.com/symfony/console/compare/v5.4.9...v5.4.10)...

dependencies

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.19 to 9.5.21. Changelog Sourced from phpunit/phpunit's changelog. [9.5.21] - 2022-06-19 Fixed #4950: False error on atMost() invocation rule without call #4962: Ukraine banner unreadable on white...

dependencies

Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 4.13.2 to 4.14.0. Release notes Sourced from nikic/php-parser's releases. PHP-Parser 4.14.0 Added Added support for readonly classes. Added rawValue attribute to LNumber, DNumber and String_ nodes, which...

dependencies

Bumps [hassankhan/config](https://github.com/hassankhan/config) from 3.0.0 to 3.0.1. Release notes Sourced from hassankhan/config's releases. Release 3.0.1 What's Changed Fix merge by @​DavidePastore in hassankhan/config#147 Add release notes for 3.0.1 by @​DavidePastore in...

dependencies

This changes fix the issue: https://github.com/tomzx/php-semver-checker/issues/54

As suggested by @temp in https://github.com/tomzx/php-semver-checker/issues/18#issuecomment-453148844, it would be get if built `phar` archives are available on the github release pages. Currently they are available at https://psvc.coreteks.org, but some users...

enhancement

`hassankhan/config` latest release is December 7, 2020. Since PHP 8 it is now returning deprecation warnings for `Noodlehaus\AbstractConfig` because it is not specifying its return types like its base class,...

enhancement

A signature such as `public function find($id, $columns = ['*'])` contains an `Array_` expression, which itself contains `$items = []`. When we iterate over the properties of a node, we...

bug
intermediate
P2

See https://phar.io/distribute-your-own.html for more details on how to support phive as a way to download the built phar archives of psvc.

enhancement