phpsemver icon indicating copy to clipboard operation
phpsemver copied to clipboard

Check if your changes are a major change, minor change or just a patch.

Results 16 phpsemver issues
Sort by recently updated
recently updated
newest added

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 4.8.21 to 4.8.28. Changelog Sourced from phpunit/phpunit's changelog. [4.8.28] - 2016-11-14 Fixed Improved the fix for #1955: Process isolation fails when running tests with phpdbg -qrr [4.8.27]...

dependencies

Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 2.4.0 to 2.8.1. Release notes Sourced from squizlabs/php_codesniffer's releases. 2.8.1 Security Advisory This release contains a fix for a security advisory related to the improper handling of...

dependencies

Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 2.8.1 to 2.8.52. Commits - [`c306198`](https://github.com/symfony/dependency-injection/commit/c306198fee8f872a8f5f031e6e4f6f83086992d8) security #cve-2019-10910 [DI] Check service IDs are valid (nicolas-grekas) - [`a2f40df`](https://github.com/symfony/dependency-injection/commit/a2f40df187f0053bc361bcea3b27ff2b85744d9f) Bump phpunit XSD version to 5.2 - [`8b7508c`](https://github.com/symfony/dependency-injection/commit/8b7508c6af29f69426d2931466db2144d0f8105c) Skip empty...

dependencies

I'm building a piece of code to my project, to automatically generate the version number in every git commit/update. I'm using the bundle shivas/versioning-bundle for symfony, and coding my own...

type-console

I'm using the command `./vendor/sourcerer-mike/phpsemver/bin/phpsemver compare --type git HEAD ./src/MainBundle` and having the result: +-------+---------------------------------------------------------------------+ | Level | Message | +-------+---------------------------------------------------------------------+ | major | AppCache removed | | major |...

bug
state-waiting

By using commit messages

type-other

See http://php.net/manual/de/function.xml-parse-into-struct.php PHP can handle that somehow. Better than doing everything by hand?

type-parser

Changed methods or classes may have links in their doc comment. Notice the user that he should review them.

type-assertion
state-verified

- Parse lib folder with phpdoc - Assert that there are no failures - Add phpdoc to post-update hook

type-other