feat(php): drop support for EOLed PHP versions and unify min required version (#17826)

This commit is contained in:
Simon Podlipsky 2025-03-24 06:59:01 +01:00 committed by GitHub
parent 7d977b63dc
commit 62b176e95d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
177 changed files with 206 additions and 191 deletions

View File

@ -5,7 +5,7 @@ Generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
## Overview ## Overview
This lightweight extensible client library is [PSR-7](https://www.php-fig.org/psr/psr-7), [PSR-11](https://www.php-fig.org/psr/psr-11), [PSR-17](https://www.php-fig.org/psr/psr-17) and [PSR-18](https://www.php-fig.org/psr/psr-18) complaint and relies on: This lightweight extensible client library is [PSR-7](https://www.php-fig.org/psr/psr-7), [PSR-11](https://www.php-fig.org/psr/psr-11), [PSR-17](https://www.php-fig.org/psr/psr-17) and [PSR-18](https://www.php-fig.org/psr/psr-18) complaint and relies on:
- PHP: >=7.4 - PHP: >=8.1
- [Data Transfer](https://github.com/Articus/DataTransfer): >=0.6 - [Data Transfer](https://github.com/Articus/DataTransfer): >=0.6

View File

@ -18,7 +18,7 @@
"version": "{{artifactVersion}}", "version": "{{artifactVersion}}",
"type": "library", "type": "library",
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1",
"articus/data-transfer": "^0.6", "articus/data-transfer": "^0.6",
"articus/openapi-generator-common": "^0.3", "articus/openapi-generator-common": "^0.3",
"articus/openapi-generator-apiclient": "^0.2", "articus/openapi-generator-apiclient": "^0.2",
@ -36,4 +36,4 @@
"nyholm/psr7": "^1.8", "nyholm/psr7": "^1.8",
"symfony/http-client": "^5.4" "symfony/http-client": "^5.4"
} }
} }

View File

@ -17,7 +17,7 @@
], ],
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.1.0", "php": "^8.1",
"flightphp/core": "^3.5.1", "flightphp/core": "^3.5.1",
"ext-json": "*" "ext-json": "*"
}, },

View File

@ -24,7 +24,7 @@
} }
], ],
"require": { "require": {
"php": ">=8.1", "php": "^8.1",
"laravel/framework": "^10.0", "laravel/framework": "^10.0",
"crell/serde": "^1.0" "crell/serde": "^1.0"
}, },

View File

@ -24,7 +24,7 @@
], ],
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.2.5", "php": "^8.1",
"laravel/lumen-framework": "^7.2" "laravel/lumen-framework": "^7.2"
}, },
"require-dev": { "require-dev": {

View File

@ -5,7 +5,7 @@ Generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
## Overview ## Overview
This server stub aims to provide light, yet comprehensive structure for your API project using: This server stub aims to provide light, yet comprehensive structure for your API project using:
- PHP: >=8.0 - PHP: >=8.1
- [Laminas Mezzio](https://docs.mezzio.dev/mezzio/): >=3.3 - [Laminas Mezzio](https://docs.mezzio.dev/mezzio/): >=3.3
- [Path Handler](https://github.com/Articus/PathHandler): >=0.7 - [Path Handler](https://github.com/Articus/PathHandler): >=0.7

View File

@ -18,7 +18,7 @@
"version": "{{artifactVersion}}", "version": "{{artifactVersion}}",
"type": "project", "type": "project",
"require": { "require": {
"php": "^8.0", "php": "^8.1",
"ext-yaml": "^2.2", "ext-yaml": "^2.2",
"mezzio/mezzio": "^3.3", "mezzio/mezzio": "^3.3",
"laminas/laminas-diactoros": "^2.5", "laminas/laminas-diactoros": "^2.5",
@ -36,4 +36,4 @@
"": "src/" "": "src/"
} }
} }
} }

View File

@ -5,7 +5,7 @@ Generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
## Overview ## Overview
This server stub aims to provide light, yet comprehensive structure for your API project using: This server stub aims to provide light, yet comprehensive structure for your API project using:
- PHP: >=7.3 - PHP: >=8.1
- [Laminas Mezzio](https://docs.mezzio.dev/mezzio/): >=3.2 - [Laminas Mezzio](https://docs.mezzio.dev/mezzio/): >=3.2
- [Path Handler](https://github.com/Articus/PathHandler): >=0.7 - [Path Handler](https://github.com/Articus/PathHandler): >=0.7

View File

@ -18,7 +18,7 @@
} }
], ],
"require": { "require": {
"php": "^7.3 || ^8.0", "php": "^8.1",
"ext-yaml": "^2.0", "ext-yaml": "^2.0",
"mezzio/mezzio": "^3.2", "mezzio/mezzio": "^3.2",
"laminas/laminas-diactoros": "^2.1", "laminas/laminas-diactoros": "^2.1",
@ -37,4 +37,4 @@
"": "src/" "": "src/"
} }
} }
} }

View File

@ -20,7 +20,7 @@ This server has been generated with [Laminas (Zend) PSR-7 implementation](https:
## Requirements ## Requirements
* Web server with URL rewriting * Web server with URL rewriting
* PHP 7.4 or newer * PHP 8.1 or newer
This package contains `.htaccess` for Apache configuration. This package contains `.htaccess` for Apache configuration.
If you use another server(Nginx, HHVM, IIS, lighttpd) check out [Web Servers](https://www.slimframework.com/docs/v3/start/web-servers.html) doc. If you use another server(Nginx, HHVM, IIS, lighttpd) check out [Web Servers](https://www.slimframework.com/docs/v3/start/web-servers.html) doc.

View File

@ -22,7 +22,7 @@
} }
], ],
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1",
"dyorg/slim-token-authentication": "dev-slim4", "dyorg/slim-token-authentication": "dev-slim4",
{{#isGuzzlePsr7}} {{#isGuzzlePsr7}}
"guzzlehttp/psr7": "^1.6.1", "guzzlehttp/psr7": "^1.6.1",

View File

@ -10,7 +10,7 @@ jobs:
strategy: strategy:
matrix: matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest] operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.4', '8.0', '8.1'] php-versions: ['8.1']
runs-on: ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }}
steps: steps:
- name: Checkout - name: Checkout

View File

@ -2,7 +2,7 @@
{{#appName}} {{#appName}}
* {{{.}}} * {{{.}}}
{{/appName}} {{/appName}}
* PHP version 7.4 * PHP version 8.1
* *
* @package {{invokerPackage}} * @package {{invokerPackage}}
* @author OpenAPI Generator team * @author OpenAPI Generator team
@ -20,4 +20,4 @@
* Contact: {{{.}}} * Contact: {{{.}}}
{{/infoEmail}} {{/infoEmail}}
* Generated by: https://github.com/openapitools/openapi-generator.git * Generated by: https://github.com/openapitools/openapi-generator.git
*/ */

View File

@ -24,7 +24,7 @@
} }
], ],
"require": { "require": {
"php": ">=8.1", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* ApiException * ApiException
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Configuration * Configuration
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}
@ -20,7 +20,7 @@ namespace {{invokerPackage}};
/** /**
* Configuration Class Doc Comment * Configuration Class Doc Comment
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* HeaderSelector * HeaderSelector
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -2,7 +2,7 @@
/** /**
* ModelInterface * ModelInterface
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{modelPackage}} * @package {{modelPackage}}

View File

@ -2,7 +2,7 @@
/** /**
* ObjectSerializer * ObjectSerializer
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -12,8 +12,7 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}).
### Requirements ### Requirements
PHP 7.4 and later. PHP 8.1 and later.
Should also work with PHP 8.0.
### Composer ### Composer

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* {{classname}} * {{classname}}
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* {{classname}}Test * {{classname}}Test
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -24,7 +24,7 @@
} }
], ],
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",

View File

@ -27,7 +27,7 @@
"sort-packages": true "sort-packages": true
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",

View File

@ -4,7 +4,7 @@
/** /**
* {{classname}} * {{classname}}
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -4,7 +4,7 @@
/** /**
* {{classname}}Test * {{classname}}Test
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package {{invokerPackage}} * @package {{invokerPackage}}

View File

@ -5,7 +5,7 @@ Generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
## Overview ## Overview
This lightweight extensible client library is [PSR-7](https://www.php-fig.org/psr/psr-7), [PSR-11](https://www.php-fig.org/psr/psr-11), [PSR-17](https://www.php-fig.org/psr/psr-17) and [PSR-18](https://www.php-fig.org/psr/psr-18) complaint and relies on: This lightweight extensible client library is [PSR-7](https://www.php-fig.org/psr/psr-7), [PSR-11](https://www.php-fig.org/psr/psr-11), [PSR-17](https://www.php-fig.org/psr/psr-17) and [PSR-18](https://www.php-fig.org/psr/psr-18) complaint and relies on:
- PHP: >=7.4 - PHP: >=8.1
- [Data Transfer](https://github.com/Articus/DataTransfer): >=0.6 - [Data Transfer](https://github.com/Articus/DataTransfer): >=0.6

View File

@ -18,7 +18,7 @@
"version": "1.0.0", "version": "1.0.0",
"type": "library", "type": "library",
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1",
"articus/data-transfer": "^0.6", "articus/data-transfer": "^0.6",
"articus/openapi-generator-common": "^0.3", "articus/openapi-generator-common": "^0.3",
"articus/openapi-generator-apiclient": "^0.2", "articus/openapi-generator-apiclient": "^0.2",
@ -36,4 +36,4 @@
"nyholm/psr7": "^1.8", "nyholm/psr7": "^1.8",
"symfony/http-client": "^5.4" "symfony/http-client": "^5.4"
} }
} }

View File

@ -7,8 +7,7 @@ This spec is mainly for testing Petstore server and contains fake endpoints, mod
### Requirements ### Requirements
PHP 7.4 and later. PHP 8.1 and later.
Should also work with PHP 8.0.
### Composer ### Composer

View File

@ -18,7 +18,7 @@
} }
], ],
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* AnotherFakeApi * AnotherFakeApi
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* DefaultApi * DefaultApi
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* FakeApi * FakeApi
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* FakeClassnameTags123Api * FakeClassnameTags123Api
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PetApi * PetApi
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* StoreApi * StoreApi
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* UserApi * UserApi
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* ApiException * ApiException
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Configuration * Configuration
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client
@ -29,7 +29,7 @@ namespace OpenAPI\Client;
/** /**
* Configuration Class Doc Comment * Configuration Class Doc Comment
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* HeaderSelector * HeaderSelector
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* AdditionalPropertiesClass * AdditionalPropertiesClass
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* AllOfWithSingleRef * AllOfWithSingleRef
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Animal * Animal
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ApiResponse * ApiResponse
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ArrayOfArrayOfNumberOnly * ArrayOfArrayOfNumberOnly
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ArrayOfNumberOnly * ArrayOfNumberOnly
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ArrayTest * ArrayTest
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Capitalization * Capitalization
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Cat * Cat
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Category * Category
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ClassModel * ClassModel
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Client * Client
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* DeprecatedObject * DeprecatedObject
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Dog * Dog
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* EnumArrays * EnumArrays
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* EnumClass * EnumClass
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* EnumTest * EnumTest
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* EnumWithNameAndDescription * EnumWithNameAndDescription
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* FakeBigDecimalMap200Response * FakeBigDecimalMap200Response
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* File * File
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* FileSchemaTestClass * FileSchemaTestClass
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Foo * Foo
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* FooGetDefaultResponse * FooGetDefaultResponse
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* FormatTest * FormatTest
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* HasOnlyReadOnly * HasOnlyReadOnly
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* HealthCheckResult * HealthCheckResult
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* MapTest * MapTest
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* MixedPropertiesAndAdditionalPropertiesClass * MixedPropertiesAndAdditionalPropertiesClass
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Model200Response * Model200Response
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ModelInterface * ModelInterface
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client\Model * @package OpenAPI\Client\Model

View File

@ -2,7 +2,7 @@
/** /**
* ModelList * ModelList
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ModelReturn * ModelReturn
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Name * Name
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* NullableClass * NullableClass
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* NumberOnly * NumberOnly
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ObjectWithDeprecatedFields * ObjectWithDeprecatedFields
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Order * Order
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* OuterComposite * OuterComposite
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* OuterEnum * OuterEnum
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* OuterEnumDefaultValue * OuterEnumDefaultValue
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* OuterEnumInteger * OuterEnumInteger
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* OuterEnumIntegerDefaultValue * OuterEnumIntegerDefaultValue
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* OuterObjectWithEnumProperty * OuterObjectWithEnumProperty
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Pet * Pet
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* PropertyNameMapping * PropertyNameMapping
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ReadOnlyFirst * ReadOnlyFirst
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* SingleRefType * SingleRefType
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* SpecialModelName * SpecialModelName
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Tag * Tag
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* TestInlineFreeformAdditionalPropertiesRequest * TestInlineFreeformAdditionalPropertiesRequest
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* User * User
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ObjectSerializer * ObjectSerializer
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -21,7 +21,7 @@
"sort-packages": true "sort-packages": true
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "eaa4af6876416b9e7ba17683702be606", "content-hash": "009d7a0d82a4fb312013b81667ee90b6",
"packages": [ "packages": [
{ {
"name": "clue/stream-filter", "name": "clue/stream-filter",
@ -4973,11 +4973,11 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.2", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*" "ext-mbstring": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.6.0"
} }

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Configuration * Configuration
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client
@ -29,7 +29,7 @@ namespace OpenAPI\Client;
/** /**
* Configuration Class Doc Comment * Configuration Class Doc Comment
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* HeaderSelector * HeaderSelector
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* AdditionalPropertiesClass * AdditionalPropertiesClass
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* AllOfWithSingleRef * AllOfWithSingleRef
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* Animal * Animal
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

View File

@ -2,7 +2,7 @@
/** /**
* ApiResponse * ApiResponse
* *
* PHP version 7.4 * PHP version 8.1
* *
* @category Class * @category Class
* @package OpenAPI\Client * @package OpenAPI\Client

Some files were not shown because too many files have changed in this diff Show More