[php-symfony] Symfony6 support (#11810)

* support symfony6

* fix issues with StrictJsonDeserialization

* regenerate samples

* add suggestions

* update samples

* support php 7.4 and symfony 5

* allow versions based on semantic versioning

* regenerate sample

* change method of determining result types

* update samples

* describe usage of bundle in symfony app

* better documentation

* fix duplicate auth methods

* do not set namespace for default types

* fix UploadedFile type

* next try fixing auth

* regenerate samples

* fix: auth method shall not be duplicated

* Revert "fix duplicate auth methods"

This reverts commit 0dc418737b.

* chore: regenerate samples

* fix tests

* regenerate sample

* more fixes for tests

* update tests

* add kernel shutdown

Co-authored-by: Benjamin Haeublein <benjaminh@testing-vm.lan.benjaminh.de>
Co-authored-by: Renaud de Chivré <renaud@tahitiwebdesign.com>
This commit is contained in:
Benjamin Häublein
2022-05-25 09:34:50 +02:00
committed by GitHub
parent 96dd6c5806
commit 77fa028bb3
70 changed files with 603 additions and 776 deletions

View File

@@ -2,7 +2,7 @@
/**
* OpenAPIServerApiPass
*
* PHP version 7.1.3
* PHP version 8.1.1
*
* @category Class
* @package OpenAPI\Server\DependencyInjection\Compiler

View File

@@ -2,7 +2,7 @@
/**
* OpenAPIServerExtension
*
* PHP version 7.1.3
* PHP version 8.1.1
*
* @category Class
* @package OpenAPI\Server\DependencyInjection
@@ -50,7 +50,7 @@ class OpenAPIServerExtension extends Extension
$loader->load('services.yml');
}
public function getAlias()
public function getAlias(): string
{
return 'open_api_server';
}