mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
JMSSerializerBundle 1.0 compatibility
This commit is contained in:
parent
63c19758aa
commit
befeeb3e3f
@ -13,8 +13,8 @@ namespace Nelmio\ApiDocBundle\Parser;
|
||||
|
||||
use Metadata\MetadataFactoryInterface;
|
||||
use Nelmio\ApiDocBundle\Util\DocCommentExtractor;
|
||||
use JMS\SerializerBundle\Metadata\PropertyMetadata;
|
||||
use JMS\SerializerBundle\Metadata\VirtualPropertyMetadata;
|
||||
use JMS\Serializer\Metadata\PropertyMetadata;
|
||||
use JMS\Serializer\Metadata\VirtualPropertyMetadata;
|
||||
|
||||
/**
|
||||
* Uses the JMS metadata factory to extract input/output model information
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;
|
||||
|
||||
use JMS\SerializerBundle\Annotation as JMS;
|
||||
use JMS\Serializer\Annotation as JMS;
|
||||
|
||||
class JmsNested
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;
|
||||
|
||||
use JMS\SerializerBundle\Annotation as JMS;
|
||||
use JMS\Serializer\Annotation as JMS;
|
||||
|
||||
class JmsTest
|
||||
{
|
||||
|
@ -25,8 +25,8 @@
|
||||
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
||||
"symfony/validator": ">=2.1,<2.3-dev",
|
||||
"symfony/yaml": ">=2.1,<2.3-dev",
|
||||
"friendsofsymfony/rest-bundle": "dev-master",
|
||||
"jms/serializer-bundle": "0.9.*"
|
||||
"friendsofsymfony/rest-bundle": "dev-jms_serlializer_1_0",
|
||||
"jms/serializer-bundle": "1.0.*"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user