Ivan Aksamentov 
							
						 
					 
					
						
						
						
						
							
						
						
							581131e0fe 
							
						 
					 
					
						
						
							
							Fix PHP Symfony non-primitive return type being forced to be an array ( #3515 )  
						
						 
						
						... 
						
						
						
						* Fix PHP Symfony non-primitive return type being forced to be an array
https://github.com/OpenAPITools/openapi-generator/issues/3514 
* Update PHP Symfony samples 
						
						
					 
					
						2019-08-02 06:54:13 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc0c24b955 
							
						 
					 
					
						
						
							
							Minor wording change ( #2875 )  
						
						 
						
						... 
						
						
						
						* better wording for version of openapi doc
* update petstore samples 
						
						
					 
					
						2019-05-13 15:59:59 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							2807ed0af9 
							
						 
					 
					
						
						
							
							update petstore samples  
						
						 
						
						
						
						
					 
					
						2019-03-06 09:27:25 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2eb99f602a 
							
						 
					 
					
						
						
							
							Add Bearer authentication support to Python client ( #1999 )  
						
						 
						
						... 
						
						
						
						* add bearer auth support to python
* add bearer auth support to python
* update python oas2 petstore samples
* update samples
* add bearer format
* update php symfony samle 
						
						
					 
					
						2019-01-30 22:16:53 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jérémie Bresson 
							
						 
					 
					
						
						
						
						
							
						
						
							a7dfc650b6 
							
						 
					 
					
						
						
							
							Swagger parser update: 2.0.8-OpenAPITools.org-1  ( #1721 )  
						
						 
						
						... 
						
						
						
						* Update Swagger-Parser Version
* Update samples
* surpress javadoc warning
* fix TS tests
* Set version to 2.0.8-OpenAPITools.org-1 
						
						
					 
					
						2018-12-22 18:12:08 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihito Nakano 
							
						 
					 
					
						
						
						
						
							
						
						
							872dd546f4 
							
						 
					 
					
						
						
							
							Update php related samples ( #375 )  
						
						 
						
						... 
						
						
						
						* Update php client (OAS3)
bin/openapi3/php-petstore.sh
* Update symfony server (OAS2)
bin/php-symfony-petstore.sh
* Lumen: remove 'swagger'
* Update lumen server (OAS2)
* Update php client (security): deleted 'SwaggerClient-php' folder
* Update TEST_DIR
* Update php client tests (OAS3)
bin/openapi3/php-petstore.sh
* Update php client (OAS2)
bin/php-petstore.sh
* Fix
* Fix lumen -> php-lumen
* Update lumen server (security)
* Delete moved files
currently it will generate into under 'lib' folder.
* Fix slim -> php-slim
* Update slim server (security)
bin/security/slim-petstore-server.sh
* Fix
* Update dot files 
						
						
					 
					
						2018-05-09 10:34:19 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ad92572e4 
							
						 
					 
					
						
						
							
							Update default value for PHP server generators (slim, silex) ( #272 )  
						
						 
						
						... 
						
						
						
						* update php slim samples
* update php silex samples
* update php silex default value 
						
						
					 
					
						2018-04-30 15:18:13 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69133d3677 
							
						 
					 
					
						
						
							
							Update PHP Symfony server petstore with OAS2, OAS3 ( #255 )  
						
						 
						
						... 
						
						
						
						* update php symfony with oas2 petstore
* update php symfony with oas3 petstore 
						
						
					 
					
						2018-04-28 14:38:37 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								naelrashdeen 
							
						 
					 
					
						
						
						
						
							
						
						
							5d59dd10ec 
							
						 
					 
					
						
						
							
							[PHP][Symfony] Further enhancements ( #7001 )  
						
						 
						
						... 
						
						
						
						* Further enchancements for PHP-Symfony. Fixes issues described in #6999 
* Ran shell script to update petstore sample 
						
						
					 
					
						2017-11-27 16:25:50 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								naelrashdeen 
							
						 
					 
					
						
						
						
						
							
						
						
							b034e4446a 
							
						 
					 
					
						
						
							
							[PHP][Symfony] Enhancements ( #6615 )  
						
						 
						
						... 
						
						
						
						* Removed commented code
* Input validation is now supported as strict JSON validation
* [PHP][Symfony] Improve the implementation
Closes  #6614 
* Generated code is tested to assure it compiles and updated README to dynamically load dependencies via composer
* Updated shell script because shippable tests were failing 
						
						
					 
					
						2017-10-23 22:50:56 +08:00