updated theme, fix deprecations in events dispatching (#1145)

This commit is contained in:
Kevin Papst
2019-09-25 19:12:12 +02:00
committed by GitHub
parent d661c8b54e
commit 8d81a394ee
16 changed files with 86 additions and 71 deletions

104
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "668ca17f66c2121beab3c867b7aa21f9",
"content-hash": "36497a607713888a9a39731a007a9b90",
"packages": [
{
"name": "beberlei/doctrineextensions",
@@ -1070,16 +1070,16 @@
},
{
"name": "doctrine/orm",
"version": "v2.6.3",
"version": "v2.6.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8"
"reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8",
"url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
"reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
"shasum": ""
},
"require": {
@@ -1094,9 +1094,8 @@
"symfony/console": "~3.0|~4.0"
},
"require-dev": {
"doctrine/coding-standard": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^7.5",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
@@ -1121,6 +1120,10 @@
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
@@ -1129,10 +1132,6 @@
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
@@ -1148,7 +1147,7 @@
"database",
"orm"
],
"time": "2018-11-20T23:46:46+00:00"
"time": "2019-09-20T14:30:26+00:00"
},
{
"name": "doctrine/persistence",
@@ -2596,16 +2595,16 @@
},
{
"name": "jms/metadata",
"version": "2.0.0",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata.git",
"reference": "e918c3a65105f73b74d94a0837b9f7d611d5bf0c"
"reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e918c3a65105f73b74d94a0837b9f7d611d5bf0c",
"reference": "e918c3a65105f73b74d94a0837b9f7d611d5bf0c",
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/8d8958103485c2cbdd9a9684c3869312ebdaf73a",
"reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a",
"shasum": ""
},
"require": {
@@ -2633,13 +2632,13 @@
"MIT"
],
"authors": [
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
},
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "Class/method/property metadata management in PHP",
@@ -2649,20 +2648,20 @@
"xml",
"yaml"
],
"time": "2018-11-09T13:57:43+00:00"
"time": "2019-09-17T15:30:40+00:00"
},
{
"name": "jms/serializer",
"version": "3.2.0",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
"reference": "89fc2a7f53ae63b513e2339fdb6db6e49bfbc749"
"reference": "4c1e4296734385af7718ca71ec0febb4815b4a87"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/89fc2a7f53ae63b513e2339fdb6db6e49bfbc749",
"reference": "89fc2a7f53ae63b513e2339fdb6db6e49bfbc749",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4c1e4296734385af7718ca71ec0febb4815b4a87",
"reference": "4c1e4296734385af7718ca71ec0febb4815b4a87",
"shasum": ""
},
"require": {
@@ -2702,7 +2701,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.3-dev"
}
},
"autoload": {
@@ -2733,7 +2732,7 @@
"serialization",
"xml"
],
"time": "2019-09-04T10:17:24+00:00"
"time": "2019-09-20T14:24:07+00:00"
},
{
"name": "jms/serializer-bundle",
@@ -2810,23 +2809,23 @@
},
{
"name": "kevinpapst/adminlte-bundle",
"version": "2.8.5",
"version": "3.0",
"source": {
"type": "git",
"url": "https://github.com/kevinpapst/AdminLTEBundle.git",
"reference": "12c5deaad9276458a2536da281732d70e5255441"
"reference": "d1e0d21b497b7bf864138aba4b645379e6b51b83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kevinpapst/AdminLTEBundle/zipball/12c5deaad9276458a2536da281732d70e5255441",
"reference": "12c5deaad9276458a2536da281732d70e5255441",
"url": "https://api.github.com/repos/kevinpapst/AdminLTEBundle/zipball/d1e0d21b497b7bf864138aba4b645379e6b51b83",
"reference": "d1e0d21b497b7bf864138aba4b645379e6b51b83",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/config": ">4.0",
"symfony/config": ">4.1",
"symfony/dependency-injection": ">4.0",
"symfony/event-dispatcher": ">4.0",
"symfony/event-dispatcher": ">4.3",
"symfony/http-foundation": ">4.0",
"symfony/http-kernel": ">4.0",
"symfony/options-resolver": ">4.0",
@@ -2838,7 +2837,7 @@
"knplabs/knp-menu-bundle": "^2.2",
"phpspec/prophecy": "^1.6",
"phpstan/phpstan": "^0.11.8",
"phpstan/phpstan-phpunit": "^0.11.2",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.3",
"symfony/framework-bundle": ">4.0"
},
@@ -2871,7 +2870,7 @@
}
],
"description": "Admin theme bundle for Symfony 4 based on AdminLTE 2.4.8 with FOSUserBundle support",
"time": "2019-08-08T08:09:47+00:00"
"time": "2019-09-25T16:11:41+00:00"
},
{
"name": "kimai/kimai2-composer",
@@ -5459,16 +5458,16 @@
},
{
"name": "symfony/flex",
"version": "v1.4.5",
"version": "v1.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "4467ab35c82edebac58fe58c22cea166a805eb1f"
"reference": "133e649fdf08aeb8741be1ba955ccbe5cd17c696"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/4467ab35c82edebac58fe58c22cea166a805eb1f",
"reference": "4467ab35c82edebac58fe58c22cea166a805eb1f",
"url": "https://api.github.com/repos/symfony/flex/zipball/133e649fdf08aeb8741be1ba955ccbe5cd17c696",
"reference": "133e649fdf08aeb8741be1ba955ccbe5cd17c696",
"shasum": ""
},
"require": {
@@ -5504,7 +5503,7 @@
}
],
"description": "Composer plugin for Symfony",
"time": "2019-07-19T08:59:18+00:00"
"time": "2019-09-19T14:55:57+00:00"
},
{
"name": "symfony/form",
@@ -10080,16 +10079,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.11.15",
"version": "0.11.16",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d"
"reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1be5b3a706db16ac472a4c40ec03cf4c810b118d",
"reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b",
"reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b",
"shasum": ""
},
"require": {
@@ -10141,8 +10140,7 @@
"autoload": {
"psr-4": {
"PHPStan\\": [
"src/",
"build/PHPStan"
"src/"
]
}
},
@@ -10151,7 +10149,7 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2019-08-18T20:51:53+00:00"
"time": "2019-09-17T11:19:51+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@@ -10548,16 +10546,16 @@
},
{
"name": "phpunit/php-token-stream",
"version": "3.1.0",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
"reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
"shasum": ""
},
"require": {
@@ -10593,7 +10591,7 @@
"keywords": [
"tokenizer"
],
"time": "2019-07-25T05:29:42+00:00"
"time": "2019-09-17T06:23:10+00:00"
},
{
"name": "phpunit/phpunit",