users weekly stats as bar-chart in dashboard (#847)

This commit is contained in:
Kevin Papst
2019-06-13 18:38:49 +02:00
committed by GitHub
parent e1f862507e
commit 3311f17bbb
96 changed files with 2754 additions and 846 deletions

30
composer.lock generated
View File

@@ -2971,33 +2971,37 @@
},
{
"name": "kevinpapst/adminlte-bundle",
"version": "2.7.3",
"version": "2.8.1",
"source": {
"type": "git",
"url": "https://github.com/kevinpapst/AdminLTEBundle.git",
"reference": "bbe650bda5319ac55637457e23d60bcafb734da1"
"reference": "62df10d0565f2ed5971b1a28ef30195ad1893807"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kevinpapst/AdminLTEBundle/zipball/bbe650bda5319ac55637457e23d60bcafb734da1",
"reference": "bbe650bda5319ac55637457e23d60bcafb734da1",
"url": "https://api.github.com/repos/kevinpapst/AdminLTEBundle/zipball/62df10d0565f2ed5971b1a28ef30195ad1893807",
"reference": "62df10d0565f2ed5971b1a28ef30195ad1893807",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/config": ">3.4",
"symfony/dependency-injection": ">3.4",
"symfony/event-dispatcher": ">3.4",
"symfony/http-foundation": ">3.4",
"symfony/http-kernel": ">3.4",
"symfony/options-resolver": ">3.4",
"symfony/security-core": ">3.4",
"symfony/config": ">4.0",
"symfony/dependency-injection": ">4.0",
"symfony/event-dispatcher": ">4.0",
"symfony/http-foundation": ">4.0",
"symfony/http-kernel": ">4.0",
"symfony/options-resolver": ">4.0",
"symfony/security-core": ">4.0",
"twig/twig": ">2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10",
"knplabs/knp-menu-bundle": "^2.2",
"phpspec/prophecy": "^1.6",
"phpunit/phpunit": "^7.3"
"phpstan/phpstan": "^0.11.8",
"phpstan/phpstan-phpunit": "^0.11.2",
"phpunit/phpunit": "^7.3",
"symfony/framework-bundle": ">4.0"
},
"suggest": {
"friendsofsymfony/user-bundle": "Allows easy user management and security support",
@@ -3028,7 +3032,7 @@
}
],
"description": "Admin theme bundle for Symfony 4 based on AdminLTE 2.4.8 with FOSUserBundle support",
"time": "2019-05-13T16:17:08+00:00"
"time": "2019-06-13T11:25:39+00:00"
},
{
"name": "kimai/kimai2-composer",