mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Show the version number of Part-DB on homepage.
This commit is contained in:
parent
a748a6328d
commit
95cd56f0bd
11 changed files with 150 additions and 6 deletions
110
composer.lock
generated
110
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "61459a4adf332f0c6f3242b54f1eedb1",
|
||||
"content-hash": "b8930537cde9ee459d093b68931b8d5a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
@ -1429,6 +1429,62 @@
|
|||
],
|
||||
"time": "2018-11-05T09:00:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikolaposa/version",
|
||||
"version": "2.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikolaposa/version.git",
|
||||
"reference": "9fd723babf6fccc9ee221e3b987348af0b00a8c7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikolaposa/version/zipball/9fd723babf6fccc9ee221e3b987348af0b00a8c7",
|
||||
"reference": "9fd723babf6fccc9ee221e3b987348af0b00a8c7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^1.11",
|
||||
"phpunit/phpunit": "^4.7"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Version\\": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nikola Poša",
|
||||
"email": "posa.nikola@gmail.com",
|
||||
"homepage": "http://www.nikolaposa.in.rs"
|
||||
}
|
||||
],
|
||||
"description": "Value Object that represents a SemVer-compliant version number.",
|
||||
"homepage": "https://github.com/nikolaposa/version",
|
||||
"keywords": [
|
||||
"semantic",
|
||||
"semver",
|
||||
"version",
|
||||
"versioning"
|
||||
],
|
||||
"time": "2018-04-22T08:54:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ocramius/package-versions",
|
||||
"version": "1.4.0",
|
||||
|
@ -2097,6 +2153,58 @@
|
|||
],
|
||||
"time": "2018-12-11T16:59:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "shivas/versioning-bundle",
|
||||
"version": "3.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/shivas/versioning-bundle.git",
|
||||
"reference": "ff92fb096646a1330f1e72cdd8ed83a581079450"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/ff92fb096646a1330f1e72cdd8ed83a581079450",
|
||||
"reference": "ff92fb096646a1330f1e72cdd8ed83a581079450",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"nikolaposa/version": "^2.2",
|
||||
"php": "^7.0",
|
||||
"symfony/console": "^3.4|^4.0",
|
||||
"symfony/framework-bundle": "^3.4|^4.0",
|
||||
"symfony/process": "^3.4|^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^1.0",
|
||||
"phpunit/phpunit": "^5.5"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Shivas\\VersioningBundle\\": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Audrius Karabanovas",
|
||||
"email": "audrius@karabanovas.net",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"keywords": [
|
||||
"semantic",
|
||||
"semver",
|
||||
"version",
|
||||
"versioning"
|
||||
],
|
||||
"time": "2018-04-30T06:42:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
"version": "v6.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue