William Cheng
b226f52d13
Merge remote-tracking branch 'origin' into 4.0.x
2018-11-30 10:16:16 +08:00
Yuichi Okada
ce0253892c
[PHP client] Fix README.md template for php ( #1540 )
...
* Fix README.md template for php
* update php openapi3 samples
2018-11-26 13:41:27 +08:00
Akihito Nakano
34abedeb8a
[PHP] Bump minimum required version to PHP7.1 ( #1491 )
...
* Bump minimum required version to PHP7.1
ref: http://php.net/supported-versions.php
* Bump phpunit
* Update [api|model]_test.mustache
* Update samples
bin/openapi3/php-petstore.sh
* Update namespace of PHPUnit ("tests" folder)
* `setExpectedException` is deleted in PHPUnit 7.4
* Update namespace of "Assert" class
* The attribute 'name' is required
* Add anotation to exclude the test from risky testcheck
* Update samples (samples/client/petstore/php)
* Apply updates to "test" in openapi2 folder (samples/client/petstore/php)
b3495ecbfe
15e00ae89d
2fc6917d13
0d016c00ed
* Install php7.1
* Switch to php7
* Update samples (security)
bin/security/php-petstore.sh
2018-11-26 08:59:22 +07:00
Alwin Garside
792f95eb09
[PHP] Use appDescription in composer.mustache ( #1485 )
...
* Use appDescription in composer.mustache
* Update petstore files
* More updated php petstore files
* Yet another updated php petstore file
* Use "{{{appDescription}}}" instead of "{{appDescription}}"
2018-11-20 10:30:14 +09:00
Akihito Nakano
1ead8bcca5
[PHP] Drop support for PHP5.5 on php-client ( #993 )
...
* Drop suport for PHP5.5 on php-client
* Update samples
bin/php-petstore.sh
bin/openapi3/php-petstore.sh
* Update security samples
bin/security/php-petstore.sh
2018-09-07 17:39:33 +09:00
Yann Milin
c5463232d3
[PHP] Fix deserialize ApiException as a Model ( #757 )
...
* [PHP] Fix deserialize for default responses. Update samples
* [PHP] Update sample files
* Fix the distination ("-o") of petstore-security-test
* Clean up "petstore-security-test" folder
* Update petstore-security-test sample files
* Update petstore OpenAPI3 sample files
2018-09-07 00:52:59 +09:00
William Cheng
df815344d1
fix NPE in body parameter due to incorrect parameter/consume ( #563 )
2018-07-14 20:19:10 +08:00
Akihito Nakano
8e648e4d95
[PHP] Remove unnecessary IF statement ( #421 )
...
* Delete unused IF statement
JSON_PRETTY_PRINT is available since PHP 5.4.0
* Update samples
- bin/php-petstore.sh
- bin/security/php-petstore.sh
- bin/openapi3/php-petstore.sh
2018-06-30 20:30:25 +09:00
Mads Føhns
d19a2faf8e
[php] Correctly handle multiple valid responses ( #128 )
...
* #125 : Correctly handle multiple valid responses
* Fixed defaultResponses
* Fixed void-returns
* Fixed multiple return-types without an actual type
* Update the samples under openapi3 folder
2018-06-20 21:26:23 +09:00
Mads Føhns
3beeb4e777
#126 : Not-required properties now shows as nullable ( #129 )
2018-05-28 21:33:55 +08:00