composer update jms/serializer-bundle to ^2.
This commit is contained in:
parent
1bac5b68bf
commit
115b097929
|
@ -79,9 +79,6 @@ swiftmailer:
|
||||||
password: "%mailer_password%"
|
password: "%mailer_password%"
|
||||||
spool: { type: memory }
|
spool: { type: memory }
|
||||||
|
|
||||||
jms_serializer:
|
|
||||||
enable_short_alias: false
|
|
||||||
|
|
||||||
knp_markdown:
|
knp_markdown:
|
||||||
parser:
|
parser:
|
||||||
service: app.point.markdown_parser
|
service: app.point.markdown_parser
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"sensio/framework-extra-bundle": "^5.0.0",
|
"sensio/framework-extra-bundle": "^5.0.0",
|
||||||
"incenteev/composer-parameter-handler": "^2.0",
|
"incenteev/composer-parameter-handler": "^2.0",
|
||||||
"ob/highcharts-bundle": "^1.2",
|
"ob/highcharts-bundle": "^1.2",
|
||||||
"jms/serializer-bundle": "^1.1",
|
"jms/serializer-bundle": "^2",
|
||||||
"knplabs/knp-markdown-bundle": "^1.4",
|
"knplabs/knp-markdown-bundle": "^1.4",
|
||||||
"knplabs/knp-paginator-bundle": "^2.5",
|
"knplabs/knp-paginator-bundle": "^2.5",
|
||||||
"unreal4u/telegram-api": "^2.2",
|
"unreal4u/telegram-api": "^2.2",
|
||||||
|
|
50
composer.lock
generated
50
composer.lock
generated
|
@ -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": "25070b6017a4491a6e112ec681985169",
|
"content-hash": "e625671965c67f8b010d7f159092beed",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
|
@ -2012,60 +2012,62 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jms/serializer-bundle",
|
"name": "jms/serializer-bundle",
|
||||||
"version": "1.5.0",
|
"version": "2.4.3",
|
||||||
"target-dir": "JMS/SerializerBundle",
|
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
|
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
|
||||||
"reference": "85ee039a2b7f89d77c403e33cee7b43a875c31e5"
|
"reference": "e5231652ce24b8673b2ac70bc76b0cabaf35deea"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/85ee039a2b7f89d77c403e33cee7b43a875c31e5",
|
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/e5231652ce24b8673b2ac70bc76b0cabaf35deea",
|
||||||
"reference": "85ee039a2b7f89d77c403e33cee7b43a875c31e5",
|
"reference": "e5231652ce24b8673b2ac70bc76b0cabaf35deea",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"jms/serializer": "^1.7",
|
"jms/serializer": "^1.10",
|
||||||
"php": ">=5.4.0",
|
"php": "^5.4|^7.0",
|
||||||
"phpoption/phpoption": "^1.1.0",
|
"phpoption/phpoption": "^1.1.0",
|
||||||
"symfony/framework-bundle": "~2.3|~3.0"
|
"symfony/framework-bundle": "~2.3|~3.0|~4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/doctrine-bundle": "*",
|
|
||||||
"doctrine/orm": "*",
|
"doctrine/orm": "*",
|
||||||
"phpunit/phpunit": "^4.2|^5.0",
|
"phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
|
||||||
"symfony/browser-kit": "*",
|
"symfony/expression-language": "~2.6|~3.0|~4.0",
|
||||||
"symfony/class-loader": "*",
|
"symfony/finder": "^2.3|^3.0|^4.0",
|
||||||
"symfony/css-selector": "*",
|
|
||||||
"symfony/expression-language": "~2.6|~3.0",
|
|
||||||
"symfony/finder": "*",
|
|
||||||
"symfony/form": "*",
|
"symfony/form": "*",
|
||||||
"symfony/process": "*",
|
|
||||||
"symfony/stopwatch": "*",
|
"symfony/stopwatch": "*",
|
||||||
"symfony/twig-bundle": "*",
|
"symfony/twig-bundle": "*",
|
||||||
"symfony/validator": "*",
|
"symfony/validator": "*",
|
||||||
"symfony/yaml": "*"
|
"symfony/yaml": "*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
|
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
|
||||||
|
"symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
|
||||||
},
|
},
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.5-dev"
|
"dev-master": "2.4-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-4": {
|
||||||
"JMS\\SerializerBundle": ""
|
"JMS\\SerializerBundle\\": ""
|
||||||
}
|
},
|
||||||
|
"exclude-from-classmap": [
|
||||||
|
"/Tests/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"Apache-2.0"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Asmir Mustafic",
|
||||||
|
"email": "goetas@gmail.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Johannes M. Schmitt",
|
"name": "Johannes M. Schmitt",
|
||||||
"email": "schmittjoh@gmail.com"
|
"email": "schmittjoh@gmail.com"
|
||||||
|
@ -2080,7 +2082,7 @@
|
||||||
"serialization",
|
"serialization",
|
||||||
"xml"
|
"xml"
|
||||||
],
|
],
|
||||||
"time": "2017-05-10T10:17:17+00:00"
|
"time": "2018-12-09T07:52:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "knplabs/knp-components",
|
"name": "knplabs/knp-components",
|
||||||
|
|
Loading…
Reference in a new issue