update jms
This commit is contained in:
parent
dc0a3d217a
commit
61111479db
@ -13,7 +13,7 @@
|
|||||||
"php": ">=7.1",
|
"php": ">=7.1",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"guzzle/guzzle": "~3.7",
|
"guzzle/guzzle": "~3.7",
|
||||||
"jms/serializer": "~0.12 || ~1.4",
|
"jms/serializer": "~0.12 || ~1.4.2",
|
||||||
"symfony/validator": "2.8.*"
|
"symfony/validator": "2.8.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
37
composer.lock
generated
37
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"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#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "30a8a446d0ad1f6c6aa41f4ef612b0f6",
|
"content-hash": "464b4746b38f4b99a1f77d9f83b80d98",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "doctrine/annotations",
|
"name": "doctrine/annotations",
|
||||||
@ -366,24 +366,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jms/serializer",
|
"name": "jms/serializer",
|
||||||
"version": "1.12.1",
|
"version": "1.4.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/schmittjoh/serializer.git",
|
"url": "https://github.com/schmittjoh/serializer.git",
|
||||||
"reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763"
|
"reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/93d6e03fcb71d45854cc44b5a84d645c02c5d763",
|
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b",
|
||||||
"reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763",
|
"reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/annotations": "^1.0",
|
"doctrine/annotations": "^1.0",
|
||||||
"doctrine/instantiator": "^1.0.3",
|
"doctrine/instantiator": "^1.0.3",
|
||||||
"jms/metadata": "^1.3",
|
"jms/metadata": "~1.1",
|
||||||
"jms/parser-lib": "1.*",
|
"jms/parser-lib": "1.*",
|
||||||
"php": "^5.5|^7.0",
|
"php": ">=5.5.0",
|
||||||
"phpcollection/phpcollection": "~0.1",
|
"phpcollection/phpcollection": "~0.1",
|
||||||
"phpoption/phpoption": "^1.1"
|
"phpoption/phpoption": "^1.1"
|
||||||
},
|
},
|
||||||
@ -397,25 +397,20 @@
|
|||||||
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
|
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
|
||||||
"phpunit/phpunit": "^4.8|^5.0",
|
"phpunit/phpunit": "^4.8|^5.0",
|
||||||
"propel/propel1": "~1.7",
|
"propel/propel1": "~1.7",
|
||||||
"psr/container": "^1.0",
|
|
||||||
"symfony/dependency-injection": "^2.7|^3.3|^4.0",
|
|
||||||
"symfony/expression-language": "^2.6|^3.0",
|
|
||||||
"symfony/filesystem": "^2.1",
|
"symfony/filesystem": "^2.1",
|
||||||
"symfony/form": "~2.1|^3.0",
|
"symfony/form": "~2.1",
|
||||||
"symfony/translation": "^2.1|^3.0",
|
"symfony/translation": "^2.1",
|
||||||
"symfony/validator": "^2.2|^3.0",
|
"symfony/validator": "^2.2",
|
||||||
"symfony/yaml": "^2.1|^3.0",
|
"symfony/yaml": "^2.1",
|
||||||
"twig/twig": "~1.12|~2.0"
|
"twig/twig": "~1.12|~2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/cache": "Required if you like to use cache functionality.",
|
|
||||||
"doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
|
|
||||||
"symfony/yaml": "Required if you'd like to serialize data to YAML format."
|
"symfony/yaml": "Required if you'd like to serialize data to YAML format."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-1.x": "1.11-dev"
|
"dev-master": "1.4-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -425,13 +420,9 @@
|
|||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"Apache2"
|
||||||
],
|
],
|
||||||
"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"
|
||||||
@ -446,7 +437,7 @@
|
|||||||
"serialization",
|
"serialization",
|
||||||
"xml"
|
"xml"
|
||||||
],
|
],
|
||||||
"time": "2018-06-01T12:10:12+00:00"
|
"time": "2016-11-13T10:20:11+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpcollection/phpcollection",
|
"name": "phpcollection/phpcollection",
|
||||||
|
Loading…
Reference in New Issue
Block a user