major refactoring and cleanup

This commit is contained in:
Kevin Papst
2016-10-23 00:12:32 +02:00
parent 5a85b1d37e
commit c492d30be3
70 changed files with 1304 additions and 4027 deletions

172
composer.lock generated
View File

@@ -4,9 +4,54 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "5047e9bd8560365d5765f09e782b4ced",
"content-hash": "7a606e9098e49dd364fa6e997f56e699",
"hash": "8c9fa238b0d9190a97312f91782fb7a2",
"content-hash": "5c5c4734f4e8e74afdfd434661f75a7d",
"packages": [
{
"name": "avanzu/admin-theme-bundle",
"version": "1.3.4",
"source": {
"type": "git",
"url": "https://github.com/avanzu/AdminThemeBundle.git",
"reference": "24a1ac93ace744b5e8cffe6681009a4cc8f3a133"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/avanzu/AdminThemeBundle/zipball/24a1ac93ace744b5e8cffe6681009a4cc8f3a133",
"reference": "24a1ac93ace744b5e8cffe6681009a4cc8f3a133",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/assetic-bundle": ">=2.3",
"symfony/event-dispatcher": ">=2.3",
"symfony/http-foundation": ">=2.3",
"symfony/http-kernel": ">=2.3",
"symfony/twig-bundle": ">=2.3"
},
"require-dev": {
"hamcrest/hamcrest-php": "dev-master",
"mockery/mockery": "0.9.*@dev"
},
"type": "library",
"autoload": {
"psr-4": {
"Avanzu\\AdminThemeBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marc Bach",
"email": "mail@avanzu.de"
}
],
"description": "Admin Theme based on the AdminLTE Template for easy integration into symfony",
"time": "2015-12-29 23:17:55"
},
{
"name": "doctrine/annotations",
"version": "v1.2.7",
@@ -1073,129 +1118,6 @@
],
"time": "2014-01-12 16:20:24"
},
{
"name": "knplabs/knp-menu",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenu.git",
"reference": "964b5b3ca7fd23019147991f4f75f361d061eb20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/964b5b3ca7fd23019147991f4f75f361d061eb20",
"reference": "964b5b3ca7fd23019147991f4f75f361d061eb20",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"pimple/pimple": "~1.0",
"silex/silex": "~1.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/routing": "~2.3|~3.0",
"twig/twig": "~1.16|~2.0"
},
"suggest": {
"pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
"silex/silex": "for the integration with your silex application",
"twig/twig": "for the TwigRenderer and the integration with your templates"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-4": {
"Knp\\Menu\\": "src/Knp/Menu"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christophe Coevoet",
"email": "stof@notk.org"
},
{
"name": "KnpLabs",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
}
],
"description": "An object oriented menu library",
"homepage": "http://knplabs.com",
"keywords": [
"menu",
"tree"
],
"time": "2016-09-22 07:36:19"
},
{
"name": "knplabs/knp-menu-bundle",
"version": "2.1.3",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenuBundle.git",
"reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/0e4af7209dc03e39c51ec70b68ab2ba3177c25de",
"reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de",
"shasum": ""
},
"require": {
"knplabs/knp-menu": "~2.2",
"symfony/framework-bundle": "~2.3|~3.0"
},
"require-dev": {
"symfony/expression-language": "~2.4|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Knp\\Bundle\\MenuBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christophe Coevoet",
"email": "stof@notk.org"
},
{
"name": "Knplabs",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
}
],
"description": "This bundle provides an integration of the KnpMenu library",
"keywords": [
"menu"
],
"time": "2016-09-22 12:24:40"
},
{
"name": "kriswallsmith/assetic",
"version": "v1.3.2",