bump serializer bundle (#1867)

This commit is contained in:
Kevin Papst
2020-08-04 10:28:43 +02:00
committed by GitHub
parent 86add9b9f7
commit dc162bf385

22
composer.lock generated
View File

@@ -3004,27 +3004,27 @@
}, },
{ {
"name": "jms/serializer-bundle", "name": "jms/serializer-bundle",
"version": "3.5.0", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git", "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
"reference": "5793ec59b2243365a625c0fd78415732097c11e8" "reference": "9986fff4d6c0ab099af0a7149376651e15c9a763"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/5793ec59b2243365a625c0fd78415732097c11e8", "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/9986fff4d6c0ab099af0a7149376651e15c9a763",
"reference": "5793ec59b2243365a625c0fd78415732097c11e8", "reference": "9986fff4d6c0ab099af0a7149376651e15c9a763",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"jms/serializer": "^2.3|^3.0", "jms/serializer": "^3.0",
"php": "^7.2", "php": "^7.2",
"symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0", "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0",
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0" "symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0"
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "^2.4", "doctrine/orm": "^2.4",
"phpunit/phpunit": "^6.0", "phpunit/phpunit": "^6.0|^7.0",
"symfony/expression-language": "^3.0 || ^4.0 || ^5.0", "symfony/expression-language": "^3.0 || ^4.0 || ^5.0",
"symfony/finder": "^3.0 || ^4.0 || ^5.0", "symfony/finder": "^3.0 || ^4.0 || ^5.0",
"symfony/form": "^3.0 || ^4.0 || ^5.0", "symfony/form": "^3.0 || ^4.0 || ^5.0",
@@ -3040,7 +3040,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.5-dev" "dev-master": "3.6-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3073,7 +3073,13 @@
"serialization", "serialization",
"xml" "xml"
], ],
"time": "2019-11-29T13:03:07+00:00" "funding": [
{
"url": "https://github.com/goetas",
"type": "github"
}
],
"time": "2020-05-23T06:13:14+00:00"
}, },
{ {
"name": "kevinpapst/adminlte-bundle", "name": "kevinpapst/adminlte-bundle",