phpsemver
phpsemver copied to clipboard
Check if your changes are a major change, minor change or just a patch.
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]...
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...
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...
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...
I'm using the command `./vendor/sourcerer-mike/phpsemver/bin/phpsemver compare --type git HEAD ./src/MainBundle` and having the result: +-------+---------------------------------------------------------------------+ |[32m Level [39m|[32m Message [39m| +-------+---------------------------------------------------------------------+ | major | AppCache removed | | major |...
See http://php.net/manual/de/function.xml-parse-into-struct.php PHP can handle that somehow. Better than doing everything by hand?
Changed methods or classes may have links in their doc comment. Notice the user that he should review them.
- Parse lib folder with phpdoc - Assert that there are no failures - Add phpdoc to post-update hook