mirror of
https://github.com/code-rhapsodie/versioning-bundle.git
synced 2026-04-29 17:03:09 +02:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "shivas/versioning-bundle",
|
|
"type": "symfony-bundle",
|
|
"keywords": ["semantic", "version", "versioning", "semver"],
|
|
"description": "Symfony3|4 application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
|
|
"homepage": "https://github.com/shivas/versioning-bundle",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Audrius Karabanovas",
|
|
"email": "audrius@karabanovas.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/shivas/versioning-bundle/issues",
|
|
"wiki": "https://github.com/shivas/versioning-bundle/wiki"
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"nikolaposa/version": "^2.2 || ^3",
|
|
"symfony/console": "^3.4 || ^4 || ^5",
|
|
"symfony/framework-bundle": "^3.4 || ^4 || ^5",
|
|
"symfony/process": "^3.4 || ^4 || ^5"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^6.5 || ^7",
|
|
"symfony/phpunit-bridge": "^4.3"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Shivas\\VersioningBundle\\": "" }
|
|
}
|
|
}
|