Alexander M. Turek
0f15282292
Allow psr/cache versions 2 and 3
2021-04-19 14:56:15 +02:00
Guilhem Niot
a48fb7b48a
Merge pull request #1796 from phansys/autoload
...
Declare "autoload-dev" for `Nelmio\ApiDocBundle\Tests\` namespace
2021-03-14 17:11:27 +01:00
Guilhem Niot
a4d2c6f761
Merge pull request #1793 from derrabus/patch-1
...
Fix branch alias
2021-03-14 17:10:00 +01:00
Javier Spagnoletti
301da08cb3
Declare "autoload-dev" for Nelmio\ApiDocBundle\Tests\
namespace
2021-03-12 17:46:40 -03:00
Alexander M. Turek
deb80730e1
Fix branch alias
2021-03-12 13:16:07 +01:00
Javier Spagnoletti
3ef1549bf8
Use explicit dependency declarations
2021-03-12 00:35:44 -03:00
Guilhem Niot
ba3fe1cdfa
Merge branch '3.x'
2020-12-17 00:06:17 +01:00
Guilhem Niot
76c6f05023
Use stable version of FOSRestBundle
2020-12-16 21:31:45 +01:00
Guilhem Niot
a9e8db4af0
Fix the tests ( #1761 )
...
* Bump phpunit-bridge
* Bump many dependencies
2020-12-10 23:00:21 +01:00
Guilhem Niot
363fd26f7c
Merge branch '3.x'
2020-12-10 22:28:55 +01:00
Guilhem Niot
6d995a6e03
Add php 8 support ( #1745 )
...
* Add php 8 support
* Ignore platform reqs
* Change php constraint
* Use vendor/bin/simple-phpunit directly
* Remove willdurand/hateoas-bundle when testing php8
* Merge 3.x
* Move to github actions
* Fix the tests
* Change ./phpunit permissions
* Update deprecations policy
2020-12-10 21:59:36 +01:00
Guilhem Niot
34598be7ee
Merge branch '3.x'
2020-07-24 17:00:10 +02:00
SAMUEL NELA
0e7803888a
Excluded tests from classmap ( #1521 )
2020-07-24 15:48:12 +02:00
Guilhem Niot
f420532121
Support using annotations only at the class level of controllers ( #1668 )
...
* Support using annotations only at the class level of controllers
* Fix dependencies
* Bump dependency
2020-07-11 17:53:09 +02:00
Guilhem Niot
58f791c0f7
Merge branch '3.x'
2020-05-31 17:54:32 +02:00
Guilhem Niot
1f4dfb0b2b
Add FOSRestBundle 3.x support ( #1637 )
...
* Add FOSRestBundle 3.x support
* fix cs
* Update phpunit config
* Fix deprecations
* Fix tests when running with fosrest < 2.8
* revert change
2020-05-31 17:47:18 +02:00
Guilhem Niot
b31522af7e
Fix branch name
2020-05-31 11:35:34 +02:00
Guilhem Niot
cd4aa3705e
Update dev version
2020-05-31 11:35:13 +02:00
Guilhem Niot
ffa61b5f30
Merge branch '3.x'
2020-05-31 11:33:59 +02:00
Guilhem Niot
f9f5fad4d8
Update dev version
2020-05-31 11:33:40 +02:00
Filip Benčo
78664ef9ec
OpenApi 3 Support ( #1623 )
...
* Initial pass for OA3 upgrade
* Fix Util Tests
* Fix first batch of Unit Tests. Up to Model
* Another batch of fixed tests
* Update annotations
* Convert Model & Property Describers
* Update tests, Fix RouteDescribers, FIx additional bugs
* Another batch of updates
* Another batch of fixed Functional Tests
* Fix FunctionalTest tests
* Fix Bazinga Tests
* FIx FOS Rest
* Fix JMS TEsts & describers
* Fix all Tests
* Fix few stuff from own CR
* CS Fixes
* CS Fixes 2
* CS Fixes 3
* CS Fixes 4
* Remove collection bug
* Updates after first CRs
* CS
* Drop support for SF3
* Update the docs
* Add an upgrade guide
* misc doc fixes
* Configurable media types
* Code Style Fixes
* Don't use ::$ref for @Response and @RequestBody
* Fix upgrading guide
* Fix OA case
Co-authored-by: Filip Benčo <filip.benco@websupport.sk>
Co-authored-by: Guilhem Niot <guilhem.niot@gmail.com>
Co-authored-by: Mantis Development <mantis@users.noreply.github.com>
2020-05-28 13:19:11 +02:00
Javier Spagnoletti
1e800c48e6
Allow "phpdocumentor/reflection-docblock:5.0"
2020-02-19 16:26:38 -03:00
Tobias Nyholm
bb1f228efa
Update branch alias
2019-12-31 00:41:05 +01:00
Maxime Helias
bfcbf59caf
Allow Symfony 5
2019-11-29 13:59:27 +01:00
Maxime Helias
3888d6b976
Fix build travis
2019-11-20 12:15:00 +01:00
Asmir Mustafic
eb255010a0
Support typed embedded relation with willdurand/hateoas 3.0 ( #1510 )
...
* allow typed embedded relation with hateoas 3.0
* symfony/framework-bundle 4.2.7 is broken
https://github.com/symfony/symfony/pull/31156
* internal public methods
2019-05-02 10:02:16 +02:00
Asmir Mustafic
4fbf096595
require jms v3
2019-04-23 15:13:44 +02:00
Guilhem N
92dfcc41a4
Bump Phpunit Bridge ( #1499 )
2019-04-10 21:44:40 +02:00
Asmir Mustafic
d15b4123c1
add hateoas v3 compat
2019-01-26 20:55:52 +01:00
Asmir Mustafic
d00d145b20
allow jms serializer bundle 3.0
2019-01-11 10:42:01 +01:00
Javier Spagnoletti
df9893428e
[JMSModelDescriber] Allow to use free form objects from JMS serialization ( #1368 )
...
* [JMSModelDescriber] Allow to use free form objects from JMS serialization
* Remove unused variable
* Refactor `describeItem()`
* Add more tests
* early detect of free form objects
* Add test for array property without type
* Merge `findPropertyType()` and `registerPropertyType()` methods
* Update `registerPropertyType()` in order to set "object" as type for arrays with undefined item types
* Set "additionalProperties" definition for arrays without defined items
* Simplified `registerPropertyType()`
* Merged `registerPropertyType()` into `describeItem()`
* Fix comment
* Fix comment
2018-08-21 17:41:32 +02:00
Markus Poerschke
072f189059
Update PHPUnit to 6.5 and allow newer version of PHPUnit Bridge
2018-05-28 13:58:42 +02:00
Asmir Mustafic
4253ff6b67
Merge pull request #1277 from goetas/bazinga-hateoas
...
Add basic BazingaHateoasBundle support
2018-05-05 14:49:17 +02:00
Guilhem Niot
8a29e6824d
Add a test case
2018-03-22 19:03:25 +01:00
Javier Spagnoletti
ec851ca65c
Allow to filter routes by host ( #1121 )
2018-03-17 10:37:54 -03:00
Guilhem N
3799dc1338
Allow EXSyst/swagger ~0.4
2018-02-03 17:54:48 +01:00
Mairu
5e96c6fce2
allow phpdocumentor/reflection-docblock version ^4.0 ( #1191 )
2018-01-18 23:37:33 +01:00
Guilhem N
eda4a0a340
Always require phpdocumentor/reflection-docblock ( #1186 )
2018-01-13 14:18:13 +01:00
Guilhem Niot
a09c105955
Fix Api-Platform support
2018-01-04 18:08:14 +01:00
Guilhem Niot
eb77f3708c
Cleanup
2018-01-04 11:34:23 +01:00
Guilhem N
48107de67d
Merge branch 'master' into complex_groups
2017-12-21 17:17:36 +01:00
Guilhem Niot
a4fe1f8078
Fix CS
2017-12-17 10:44:07 +01:00
Kori
29ec20bda1
Fix exception when attempting to read swagger annotation for virtual property ( #1136 )
...
* Fix exception when attempting to read swagger annotation for virtual property
* drop jms 1.0, add stopwatch for dependency
2017-12-09 14:31:56 +01:00
Yi Ping
d4bf23bcfb
Fix complex groups for jms serializer
2017-12-08 10:38:49 +08:00
Guilhem N
8a023a1897
Update travis config ( #1117 )
2017-11-27 14:40:22 +01:00
Tarmo Leppänen
87f40feefc
Support for PHP 7.2 ( #1094 )
...
* Support for PHP 7.2
* Update composer.json
2017-09-27 20:29:54 +02:00
Tobias Nyholm
585baa2477
Syntax update
...
`~7.0|~7.1` is the same as `~7.0`. I think you mean to do `7.0.*|7.1.*` since PHP does not do Semver.
2017-08-28 20:42:50 +02:00
Guilhem Niot
9d86a81f2c
Bump exsyst/swagger version
2017-07-25 10:45:34 +02:00
Guilhem Niot
b8479d02e1
Add JMS serializer support
2017-07-25 10:09:41 +02:00
Guilhem Niot
8eb084908d
Add forms support
2017-06-24 19:54:48 +02:00