Download the PHP package elegasoft/product-version without Composer
On this page you can find all versions of the php package elegasoft/product-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elegasoft/product-version
More information about elegasoft/product-version
Files in elegasoft/product-version
Package product-version
Short Description Package for managing the semver for the repository
License MIT
Homepage https://github.com/elegasoft/product-version
Informations about the package product-version
Laravel Product Version Bumper
A package to display the latest git tag version and will also allow you to easily and/or programmatically bump the major, minor and patch tags for the repository.
Installation
You can install the package via composer:
Usage (Command Line/Console)
To see the current semver version of the repository
The default is to bump the patch version of the semver
To bump the major semver version of the repository
To bump the minor semver version of the repository
Usage (Programmatic)
To see the current semver version of the repository
The default is to bump the patch version of the semver
To bump the major semver version of the repository
To bump the minor semver version of the repository
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Jason Cook
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.