add sonata admin
This commit is contained in:
parent
4d482a6374
commit
45caf62d4a
@ -30,6 +30,7 @@
|
|||||||
"php-http/httplug-bundle": "^1.10",
|
"php-http/httplug-bundle": "^1.10",
|
||||||
"sensio/distribution-bundle": "^5.0.19",
|
"sensio/distribution-bundle": "^5.0.19",
|
||||||
"sensio/framework-extra-bundle": "^5.0.0",
|
"sensio/framework-extra-bundle": "^5.0.0",
|
||||||
|
"sonata-project/admin-bundle": "^3.38",
|
||||||
"symfony/monolog-bundle": "^3.1.0",
|
"symfony/monolog-bundle": "^3.1.0",
|
||||||
"symfony/polyfill-apcu": "^1.0",
|
"symfony/polyfill-apcu": "^1.0",
|
||||||
"symfony/swiftmailer-bundle": "^2.6.4",
|
"symfony/swiftmailer-bundle": "^2.6.4",
|
||||||
|
772
composer.lock
generated
772
composer.lock
generated
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"_readme": [
|
"_readme": [
|
||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"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": "340327e74f4d3713baf607c9a61fc0e9",
|
"content-hash": "b9b462f4e7f59c09ca2cf0966683e92b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "clue/stream-filter",
|
"name": "clue/stream-filter",
|
||||||
@ -58,6 +58,71 @@
|
|||||||
],
|
],
|
||||||
"time": "2017-08-18T09:54:01+00:00"
|
"time": "2017-08-18T09:54:01+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "cocur/slugify",
|
||||||
|
"version": "v3.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/cocur/slugify.git",
|
||||||
|
"reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/cocur/slugify/zipball/b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
|
||||||
|
"reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-mbstring": "*",
|
||||||
|
"php": ">=5.5.9"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"laravel/framework": "~5.1",
|
||||||
|
"latte/latte": "~2.2",
|
||||||
|
"league/container": "^2.2.0",
|
||||||
|
"mikey179/vfsstream": "~1.6",
|
||||||
|
"mockery/mockery": "~0.9",
|
||||||
|
"nette/di": "~2.2",
|
||||||
|
"phpunit/phpunit": "~4.8|~5.2",
|
||||||
|
"pimple/pimple": "~1.1",
|
||||||
|
"plumphp/plum": "~0.1",
|
||||||
|
"silex/silex": "~1.3",
|
||||||
|
"symfony/config": "~2.4|~3.0",
|
||||||
|
"symfony/dependency-injection": "~2.4|~3.0",
|
||||||
|
"symfony/http-kernel": "~2.4|~3.0",
|
||||||
|
"twig/twig": "~1.26|~2.0",
|
||||||
|
"zendframework/zend-modulemanager": "~2.2",
|
||||||
|
"zendframework/zend-servicemanager": "~2.2",
|
||||||
|
"zendframework/zend-view": "~2.2"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Cocur\\Slugify\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Ivo Bathke",
|
||||||
|
"email": "ivo.bathke@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Florian Eckerstorfer",
|
||||||
|
"email": "florian@eckerstorfer.co",
|
||||||
|
"homepage": "https://florian.ec"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Converts a string into a slug.",
|
||||||
|
"keywords": [
|
||||||
|
"slug",
|
||||||
|
"slugify"
|
||||||
|
],
|
||||||
|
"time": "2018-01-22T09:00:48+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
@ -1471,6 +1536,129 @@
|
|||||||
],
|
],
|
||||||
"time": "2014-01-12T16:20:24+00:00"
|
"time": "2014-01-12T16:20:24+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "knplabs/knp-menu",
|
||||||
|
"version": "2.3.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/KnpLabs/KnpMenu.git",
|
||||||
|
"reference": "655630a1db0b72108262d1a844de3b1ba0885be5"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5",
|
||||||
|
"reference": "655630a1db0b72108262d1a844de3b1ba0885be5",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.6.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"psr/container": "^1.0",
|
||||||
|
"symfony/http-foundation": "~2.4|~3.0|^4.0",
|
||||||
|
"symfony/phpunit-bridge": "~3.3|^4.0",
|
||||||
|
"symfony/routing": "~2.3|~3.0|^4.0",
|
||||||
|
"twig/twig": "~1.16|~2.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"twig/twig": "for the TwigRenderer and the integration with your templates"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "2.3-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": "Symfony Community",
|
||||||
|
"homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "KnpLabs",
|
||||||
|
"homepage": "https://knplabs.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "An object oriented menu library",
|
||||||
|
"homepage": "https://knplabs.com",
|
||||||
|
"keywords": [
|
||||||
|
"menu",
|
||||||
|
"tree"
|
||||||
|
],
|
||||||
|
"time": "2017-11-18T20:49:26+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "knplabs/knp-menu-bundle",
|
||||||
|
"version": "v2.2.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/KnpLabs/KnpMenuBundle.git",
|
||||||
|
"reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/6bea43eb84fc67c43ab2b43709194efffa8a8ac0",
|
||||||
|
"reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"knplabs/knp-menu": "~2.3",
|
||||||
|
"php": "^5.6 || ^7",
|
||||||
|
"symfony/framework-bundle": "~2.7|~3.0 | ^4.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"symfony/expression-language": "~2.7|~3.0 | ^4.0",
|
||||||
|
"symfony/phpunit-bridge": "^3.3 | ^4.0",
|
||||||
|
"symfony/templating": "~2.7|~3.0 | ^4.0"
|
||||||
|
},
|
||||||
|
"type": "symfony-bundle",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "2.2.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Knp\\Bundle\\MenuBundle\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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": "2017-12-24T16:32:39+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
"version": "1.23.0",
|
"version": "1.23.0",
|
||||||
@ -2727,6 +2915,470 @@
|
|||||||
"description": "A security checker for your composer.lock",
|
"description": "A security checker for your composer.lock",
|
||||||
"time": "2018-02-28T22:10:01+00:00"
|
"time": "2018-02-28T22:10:01+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sonata-project/admin-bundle",
|
||||||
|
"version": "3.38.3",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sonata-project/SonataAdminBundle.git",
|
||||||
|
"reference": "871dd6446c53c6204910764679a4396596d141ab"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/871dd6446c53c6204910764679a4396596d141ab",
|
||||||
|
"reference": "871dd6446c53c6204910764679a4396596d141ab",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"doctrine/common": "^2.7",
|
||||||
|
"doctrine/inflector": "^1.1",
|
||||||
|
"knplabs/knp-menu-bundle": "^2.2",
|
||||||
|
"php": "^5.6 || ^7.0",
|
||||||
|
"sonata-project/block-bundle": "^3.11",
|
||||||
|
"sonata-project/core-bundle": "^3.9",
|
||||||
|
"sonata-project/exporter": "^1.8",
|
||||||
|
"symfony/asset": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/class-loader": "^2.8 || ^3.2",
|
||||||
|
"symfony/config": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/console": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/expression-language": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/form": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/property-access": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/routing": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/security-acl": "^2.8 || ^3.0",
|
||||||
|
"symfony/security-bundle": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/security-core": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/templating": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/translation": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/validator": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"twig/extensions": "^1.5",
|
||||||
|
"twig/twig": "^1.34 || ^2.0"
|
||||||
|
},
|
||||||
|
"conflict": {
|
||||||
|
"jms/di-extra-bundle": "<1.9",
|
||||||
|
"sonata-project/media-bundle": "<3.7",
|
||||||
|
"sonata-project/user-bundle": "<3.3"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"jms/di-extra-bundle": "^1.9",
|
||||||
|
"jms/translation-bundle": "^1.4",
|
||||||
|
"matthiasnoback/symfony-dependency-injection-test": "^1.1",
|
||||||
|
"sensio/generator-bundle": "^3.1",
|
||||||
|
"sonata-project/intl-bundle": "^2.4",
|
||||||
|
"symfony/filesystem": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/phpunit-bridge": "^4.0",
|
||||||
|
"symfony/yaml": "^2.8 || ^3.2 || ^4.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"jms/di-extra-bundle": "Annotations for Admin definition",
|
||||||
|
"jms/translation-bundle": "Extract message keys from Admins",
|
||||||
|
"sensio/generator-bundle": "Add sonata:admin:generate command",
|
||||||
|
"sonata-project/intl-bundle": "Add localized date and number into the list"
|
||||||
|
},
|
||||||
|
"type": "symfony-bundle",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Sonata\\AdminBundle\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sonata Community",
|
||||||
|
"homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Thomas Rabaix",
|
||||||
|
"email": "thomas.rabaix@sonata-project.org",
|
||||||
|
"homepage": "https://sonata-project.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "The missing Symfony Admin Generator",
|
||||||
|
"homepage": "https://sonata-project.org/bundles/admin",
|
||||||
|
"keywords": [
|
||||||
|
"Admin Generator",
|
||||||
|
"admin",
|
||||||
|
"bootstrap",
|
||||||
|
"sonata"
|
||||||
|
],
|
||||||
|
"time": "2018-08-21T17:48:44+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sonata-project/block-bundle",
|
||||||
|
"version": "3.12.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sonata-project/SonataBlockBundle.git",
|
||||||
|
"reference": "8196b71f73282c884f2176a1b90ba05cb6c99eaa"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/8196b71f73282c884f2176a1b90ba05cb6c99eaa",
|
||||||
|
"reference": "8196b71f73282c884f2176a1b90ba05cb6c99eaa",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"doctrine/common": "^2.3",
|
||||||
|
"php": "^5.6 || ^7.0",
|
||||||
|
"sonata-project/cache": "^1.0 || ^2.0",
|
||||||
|
"sonata-project/core-bundle": "^3.4",
|
||||||
|
"symfony/asset": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/config": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/console": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/form": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/templating": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"twig/twig": "^1.34 || ^2.0"
|
||||||
|
},
|
||||||
|
"conflict": {
|
||||||
|
"jms/di-extra-bundle": "<1.7.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"jms/di-extra-bundle": "^1.7",
|
||||||
|
"knplabs/knp-menu-bundle": "^2.0",
|
||||||
|
"sonata-project/admin-bundle": "^3.22",
|
||||||
|
"symfony/debug": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/phpunit-bridge": "^4.0",
|
||||||
|
"symfony/stopwatch": "^2.8 || ^3.2 || ^4.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"jms/di-extra-bundle": "Annotations for Block definition",
|
||||||
|
"knplabs/knp-menu-bundle": "^2.0",
|
||||||
|
"sonata-project/cache-bundle": "^3.0"
|
||||||
|
},
|
||||||
|
"type": "symfony-bundle",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Sonata\\BlockBundle\\": "src/"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"src/Resources/stubs/symfony2.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sonata Community",
|
||||||
|
"homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Thomas Rabaix",
|
||||||
|
"email": "thomas.rabaix@sonata-project.org",
|
||||||
|
"homepage": "https://sonata-project.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony SonataBlockBundle",
|
||||||
|
"homepage": "https://sonata-project.org/bundles/block",
|
||||||
|
"keywords": [
|
||||||
|
"block",
|
||||||
|
"sonata"
|
||||||
|
],
|
||||||
|
"time": "2018-03-12T10:03:52+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sonata-project/cache",
|
||||||
|
"version": "2.0.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sonata-project/cache.git",
|
||||||
|
"reference": "2e2fdabf40bfe566c68406aae238a721cddabf74"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74",
|
||||||
|
"reference": "2e2fdabf40bfe566c68406aae238a721cddabf74",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": "^7.1",
|
||||||
|
"psr/log": "^1.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"doctrine/orm": "^2.5",
|
||||||
|
"doctrine/phpcr-odm": "^1.4",
|
||||||
|
"jackalope/jackalope-doctrine-dbal": "^1.2",
|
||||||
|
"predis/predis": "^1.1",
|
||||||
|
"sllh/php-cs-fixer-styleci-bridge": "^2.1",
|
||||||
|
"symfony/phpunit-bridge": "^3.3"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"doctrine/orm": "ORM support",
|
||||||
|
"doctrine/phpcr-odm": "PHPCR ODM support",
|
||||||
|
"ext-apc": "Caching with ext/apc",
|
||||||
|
"ext-memcached": "Caching with ext/memcached",
|
||||||
|
"predis/predis": "Install redis php"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "2.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Sonata\\Cache\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Thomas Rabaix",
|
||||||
|
"email": "thomas.rabaix@gmail.com",
|
||||||
|
"homepage": "https://sonata-project.org/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sonata Community",
|
||||||
|
"homepage": "https://github.com/sonata-project/cache/contributors"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Cache library",
|
||||||
|
"homepage": "https://github.com/sonata-project/cache",
|
||||||
|
"keywords": [
|
||||||
|
"cache",
|
||||||
|
"memcached",
|
||||||
|
"mongodb",
|
||||||
|
"redis"
|
||||||
|
],
|
||||||
|
"time": "2017-12-08T09:22:44+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sonata-project/core-bundle",
|
||||||
|
"version": "3.11.2",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sonata-project/SonataCoreBundle.git",
|
||||||
|
"reference": "16a89c9dd5f99a3308b992bc5dcc14e16cbdf797"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/16a89c9dd5f99a3308b992bc5dcc14e16cbdf797",
|
||||||
|
"reference": "16a89c9dd5f99a3308b992bc5dcc14e16cbdf797",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"cocur/slugify": "^1.4 || ^2.0 || ^3.0",
|
||||||
|
"php": "^5.6 || ^7.0",
|
||||||
|
"sonata-project/datagrid-bundle": "^2.0",
|
||||||
|
"symfony/config": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/form": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/property-access": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/translation": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/validator": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"twig/extensions": "^1.5",
|
||||||
|
"twig/twig": "^1.34 || ^2.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"doctrine/orm": "^2.4",
|
||||||
|
"doctrine/phpcr-odm": "^1.0",
|
||||||
|
"jackalope/jackalope-doctrine-dbal": "^1.0",
|
||||||
|
"jms/serializer-bundle": "^1.0 || ^2.0",
|
||||||
|
"matthiasnoback/symfony-config-test": "^2.1",
|
||||||
|
"matthiasnoback/symfony-dependency-injection-test": "^1.1",
|
||||||
|
"nelmio/api-doc-bundle": "^2.11",
|
||||||
|
"sonata-project/exporter": "^1.3",
|
||||||
|
"symfony/phpunit-bridge": "^4.0"
|
||||||
|
},
|
||||||
|
"type": "symfony-bundle",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Sonata\\CoreBundle\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sonata Community",
|
||||||
|
"homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Thomas Rabaix",
|
||||||
|
"email": "thomas.rabaix@sonata-project.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony SonataCoreBundle",
|
||||||
|
"homepage": "https://sonata-project.org/bundles/core",
|
||||||
|
"keywords": [
|
||||||
|
"sonata"
|
||||||
|
],
|
||||||
|
"time": "2018-07-18T22:10:58+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sonata-project/datagrid-bundle",
|
||||||
|
"version": "2.3.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sonata-project/SonataDatagridBundle.git",
|
||||||
|
"reference": "4e53da7f3a027eee10f1f2bf37237b2b7cffaa71"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/4e53da7f3a027eee10f1f2bf37237b2b7cffaa71",
|
||||||
|
"reference": "4e53da7f3a027eee10f1f2bf37237b2b7cffaa71",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": "^5.6 || ^7.0",
|
||||||
|
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/form": "^2.8 || ^3.2 || ^4.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"doctrine/orm": "^2.4",
|
||||||
|
"symfony/phpunit-bridge": "^3.3"
|
||||||
|
},
|
||||||
|
"type": "symfony-bundle",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "2.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Sonata\\DatagridBundle\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sonata Community",
|
||||||
|
"homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Thomas Rabaix",
|
||||||
|
"email": "thomas.rabaix@sonata-project.org",
|
||||||
|
"homepage": "https://sonata-project.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony SonataDatagridBundle",
|
||||||
|
"homepage": "https://sonata-project.org/bundles/datagrid",
|
||||||
|
"keywords": [
|
||||||
|
"datagrid",
|
||||||
|
"sonata"
|
||||||
|
],
|
||||||
|
"time": "2017-12-12T17:04:29+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sonata-project/exporter",
|
||||||
|
"version": "1.9.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sonata-project/exporter.git",
|
||||||
|
"reference": "6dbea3379447f672f46fccd7e29210cc1246aea9"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/sonata-project/exporter/zipball/6dbea3379447f672f46fccd7e29210cc1246aea9",
|
||||||
|
"reference": "6dbea3379447f672f46fccd7e29210cc1246aea9",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": "^5.6 || ^7.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"doctrine/dbal": "^2.5",
|
||||||
|
"doctrine/orm": "^2.4.5",
|
||||||
|
"matthiasnoback/symfony-config-test": "^2.0",
|
||||||
|
"matthiasnoback/symfony-dependency-injection-test": "^1.0",
|
||||||
|
"propel/propel1": "^1.6",
|
||||||
|
"symfony/config": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/phpunit-bridge": "^4.0",
|
||||||
|
"symfony/property-access": "^2.8 || ^3.2 || ^4.0",
|
||||||
|
"symfony/routing": "^2.8 || ^3.2 || ^4.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-curl": "*",
|
||||||
|
"propel/propel1": "^1.6",
|
||||||
|
"symfony/property-access": "To be able to export from database entities",
|
||||||
|
"symfony/routing": "To be able to export the routes of a Symfony app"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Exporter\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Thomas Rabaix",
|
||||||
|
"email": "thomas.rabaix@gmail.com",
|
||||||
|
"homepage": "https://sonata-project.org/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Lightweight Exporter library",
|
||||||
|
"homepage": "https://github.com/sonata-project/Exporter",
|
||||||
|
"keywords": [
|
||||||
|
"client",
|
||||||
|
"csv",
|
||||||
|
"data",
|
||||||
|
"export",
|
||||||
|
"xls"
|
||||||
|
],
|
||||||
|
"time": "2018-07-04T16:52:00+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "swiftmailer/swiftmailer",
|
"name": "swiftmailer/swiftmailer",
|
||||||
"version": "v5.4.9",
|
"version": "v5.4.9",
|
||||||
@ -3184,6 +3836,67 @@
|
|||||||
],
|
],
|
||||||
"time": "2018-01-31T18:08:44+00:00"
|
"time": "2018-01-31T18:08:44+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "symfony/security-acl",
|
||||||
|
"version": "v3.0.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/symfony/security-acl.git",
|
||||||
|
"reference": "ab4dfe2d95e038cd367dd04604487b0a3359bcff"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/symfony/security-acl/zipball/ab4dfe2d95e038cd367dd04604487b0a3359bcff",
|
||||||
|
"reference": "ab4dfe2d95e038cd367dd04604487b0a3359bcff",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.5.9",
|
||||||
|
"symfony/security-core": "~2.8|~3.0|~4.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"doctrine/common": "~2.2",
|
||||||
|
"doctrine/dbal": "~2.2",
|
||||||
|
"psr/log": "~1.0",
|
||||||
|
"symfony/phpunit-bridge": "~2.8|~3.0|~4.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"doctrine/dbal": "For using the built-in ACL implementation",
|
||||||
|
"symfony/class-loader": "For using the ACL generateSql script",
|
||||||
|
"symfony/finder": "For using the ACL generateSql script"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.0-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Symfony\\Component\\Security\\Acl\\": ""
|
||||||
|
},
|
||||||
|
"exclude-from-classmap": [
|
||||||
|
"/Tests/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Fabien Potencier",
|
||||||
|
"email": "fabien@symfony.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Symfony Community",
|
||||||
|
"homepage": "https://symfony.com/contributors"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony Security Component - ACL (Access Control List)",
|
||||||
|
"homepage": "https://symfony.com",
|
||||||
|
"time": "2017-07-21T06:01:18+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/swiftmailer-bundle",
|
"name": "symfony/swiftmailer-bundle",
|
||||||
"version": "v2.6.7",
|
"version": "v2.6.7",
|
||||||
@ -3452,6 +4165,61 @@
|
|||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-01-03T07:38:00+00:00"
|
"time": "2018-01-03T07:38:00+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "twig/extensions",
|
||||||
|
"version": "v1.5.2",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/twigphp/Twig-extensions.git",
|
||||||
|
"reference": "2c1a86526d0044065220d1b51ac08348bea5ca82"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c1a86526d0044065220d1b51ac08348bea5ca82",
|
||||||
|
"reference": "2c1a86526d0044065220d1b51ac08348bea5ca82",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"twig/twig": "^1.27|^2.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"symfony/phpunit-bridge": "^3.4",
|
||||||
|
"symfony/translation": "^2.7|^3.4"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"symfony/translation": "Allow the time_diff output to be translated"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.5-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"Twig_Extensions_": "lib/"
|
||||||
|
},
|
||||||
|
"psr-4": {
|
||||||
|
"Twig\\Extensions\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Fabien Potencier",
|
||||||
|
"email": "fabien@symfony.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Common additional features for Twig that do not directly belong in core",
|
||||||
|
"keywords": [
|
||||||
|
"i18n",
|
||||||
|
"text"
|
||||||
|
],
|
||||||
|
"time": "2018-05-22T13:26:07+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "twig/twig",
|
"name": "twig/twig",
|
||||||
"version": "v2.4.8",
|
"version": "v2.4.8",
|
||||||
|
0
web/config.php
Executable file → Normal file
0
web/config.php
Executable file → Normal file
Loading…
Reference in New Issue
Block a user