Download the PHP package svc/versioning-bundle without Composer
On this page you can find all versions of the php package svc/versioning-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download svc/versioning-bundle
More information about svc/versioning-bundle
Files in svc/versioning-bundle
Download svc/versioning-bundle
More information about svc/versioning-bundle
Files in svc/versioning-bundle
Vendor svc
Package versioning-bundle
Short Description Private package to handle version numbers and deploys
License MIT
Package versioning-bundle
Short Description Private package to handle version numbers and deploys
License MIT
Please rate this library. Is it a good library?
Informations about the package versioning-bundle
SvcVersioningBundle
This bundle supports versioning, (optional) git commit, pull and tagging and (optional) deployment. Semantic versioning with major, minor and patch versions is used.
Steps
- Create a new version (using parameters on call)
- Write the new version to the .version file
- Write the new version to a Twig template (templates/_version.html.twig) (to display the version within the application)
- Append the version and optional parameter to CHANGELOG.md file
- Committing the changes
- Push the changes
- Create and push a tag with the new version number
- (optional) Deploy the application (if easycorp/easy-deploy-bundle is installed and configured)
Documentation
- Installation
- Usage
All versions of versioning-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3 || ^8
symfony/console Version ^6 || ^7
symfony/http-kernel Version ^6 || ^7
symfony/dependency-injection Version ^6 || ^7
symfony/config Version ^6 || ^7
symfony/yaml Version ^6 || ^7
symfony/console Version ^6 || ^7
symfony/http-kernel Version ^6 || ^7
symfony/dependency-injection Version ^6 || ^7
symfony/config Version ^6 || ^7
symfony/yaml Version ^6 || ^7
The package svc/versioning-bundle contains the following files
Loading the files please wait ....