Commit be6c43d0 by Damien Moulard

add app versionning & display in footer

parent 63eab8f7
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f569a61c588e9ba0313fa37c884eba02", "content-hash": "bae4a82dec956bea8efb42f213adb6ba",
"packages": [ "packages": [
{ {
"name": "api-platform/api-pack", "name": "api-platform/api-pack",
...@@ -2083,10 +2083,16 @@ ...@@ -2083,10 +2083,16 @@
{ {
"name": "ekyna/payum-payzen", "name": "ekyna/payum-payzen",
"version": "1.5.x-dev", "version": "1.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/ekyna/PayumPayzen.git",
"reference": "9854667ee60fdd9ead297eb055e10ba1fdab3afe"
},
"dist": { "dist": {
"type": "path", "type": "zip",
"url": "./lib/ekyna/payum-payzen", "url": "https://api.github.com/repos/ekyna/PayumPayzen/zipball/9854667ee60fdd9ead297eb055e10ba1fdab3afe",
"reference": "17c280ea86308a430cc355578264a1c1f0800edd" "reference": "9854667ee60fdd9ead297eb055e10ba1fdab3afe",
"shasum": ""
}, },
"require": { "require": {
"payum/core": "^1.5", "payum/core": "^1.5",
...@@ -2115,10 +2121,7 @@ ...@@ -2115,10 +2121,7 @@
"keywords": [ "keywords": [
"payum", "payum",
"payzen" "payzen"
], ]
"transport-options": {
"relative": true
}
}, },
{ {
"name": "exsyst/swagger", "name": "exsyst/swagger",
...@@ -5030,6 +5033,59 @@ ...@@ -5030,6 +5033,59 @@
"time": "2019-11-15T08:54:08+00:00" "time": "2019-11-15T08:54:08+00:00"
}, },
{ {
"name": "nikolaposa/version",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikolaposa/version/zipball/7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"shasum": ""
},
"require": {
"php": "^7.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
"homepage": "https://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": "2019-08-11T08:31:54+00:00"
},
{
"name": "ocramius/package-versions", "name": "ocramius/package-versions",
"version": "1.9.0", "version": "1.9.0",
"source": { "source": {
...@@ -6890,6 +6946,59 @@ ...@@ -6890,6 +6946,59 @@
"time": "2018-12-19T17:14:59+00:00" "time": "2018-12-19T17:14:59+00:00"
}, },
{ {
"name": "shivas/versioning-bundle",
"version": "3.2.3",
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/44611dbbeeef81376baa32d65ac8c263fe307f62",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62",
"shasum": ""
},
"require": {
"nikolaposa/version": "^2.2 || ^3",
"php": "^7.0",
"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"
},
"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": "2019-12-08T15:52:26+00:00"
},
{
"name": "sonata-project/admin-bundle", "name": "sonata-project/admin-bundle",
"version": "3.71.0", "version": "3.71.0",
"source": { "source": {
...@@ -7333,6 +7442,7 @@ ...@@ -7333,6 +7442,7 @@
"keywords": [ "keywords": [
"sonata" "sonata"
], ],
"abandoned": true,
"time": "2020-06-04T16:33:00+00:00" "time": "2020-06-04T16:33:00+00:00"
}, },
{ {
...@@ -13481,6 +13591,7 @@ ...@@ -13481,6 +13591,7 @@
"i18n", "i18n",
"text" "text"
], ],
"abandoned": true,
"time": "2018-12-05T18:34:18+00:00" "time": "2018-12-05T18:34:18+00:00"
}, },
{ {
......
...@@ -50,4 +50,5 @@ return [ ...@@ -50,4 +50,5 @@ return [
Sonata\ClassificationBundle\SonataClassificationBundle::class => ['all' => true], Sonata\ClassificationBundle\SonataClassificationBundle::class => ['all' => true],
App\Application\Sonata\ClassificationBundle\ApplicationSonataClassificationBundle::class => ['all' => true], App\Application\Sonata\ClassificationBundle\ApplicationSonataClassificationBundle::class => ['all' => true],
Payum\Bundle\PayumBundle\PayumBundle::class => ['all' => true], Payum\Bundle\PayumBundle\PayumBundle::class => ['all' => true],
Shivas\VersioningBundle\ShivasVersioningBundle::class => ['all' => true],
]; ];
...@@ -338,6 +338,9 @@ ...@@ -338,6 +338,9 @@
"nikic/php-parser": { "nikic/php-parser": {
"version": "v4.1.0" "version": "v4.1.0"
}, },
"nikolaposa/version": {
"version": "3.2.0"
},
"ocramius/package-versions": { "ocramius/package-versions": {
"version": "1.3.0" "version": "1.3.0"
}, },
...@@ -455,6 +458,9 @@ ...@@ -455,6 +458,9 @@
"ref": "421933bf8f0e75546ac8e00cb3eb12904fa2ac1a" "ref": "421933bf8f0e75546ac8e00cb3eb12904fa2ac1a"
} }
}, },
"shivas/versioning-bundle": {
"version": "3.2.3"
},
"sonata-project/admin-bundle": { "sonata-project/admin-bundle": {
"version": "3.31", "version": "3.31",
"recipe": { "recipe": {
......
<footer class="container clearfix footer"> <footer class="container clearfix footer">
{# TODO : ajouter crédit et lien vers la solution de gestion de la monnaie locale complémentaire libre de droits #} {# TODO : ajouter crédit et lien vers la solution de gestion de la monnaie locale complémentaire libre de droits #}
<a href='http://www.kohinos.com' target='_blank'>© Kohinos 2020</a> <a href='http://www.kohinos.com' target='_blank'>© Kohinos 2020</a> - V{{ shivas_app_version }}
<div class='float-right'> <div class='float-right'>
<a href="{{ path('contact') }}">Nous contacter</a> <a href="{{ path('contact') }}">Nous contacter</a>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment