Skip to content

Commit e8455ea

Browse files
committed
Update to new webvsocket including OpenAPI spec
1 parent da6c01f commit e8455ea

File tree

11,515 files changed

+66106
-316530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,515 files changed

+66106
-316530
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8 || ^7.4",
12+
"php": "^8.1",
1313
"api-clients/openapi-client-generator": "dev-master",
1414
"cebe/php-openapi": "dev-openapi-31 as 1.6.0",
1515
"wyrihaximus/hydrator": "dev-master"
@@ -27,7 +27,7 @@
2727
"config": {
2828
"sort-packages": true,
2929
"platform": {
30-
"php": "7.4.7"
30+
"php": "8.1.13"
3131
},
3232
"allow-plugins": {
3333
"dealerdirect/phpcodesniffer-composer-installer": true,
@@ -39,6 +39,6 @@
3939
}
4040
},
4141
"require-dev": {
42-
"wyrihaximus/async-test-utilities": "^3.4.24"
42+
"wyrihaximus/async-test-utilities": "^5.0"
4343
}
4444
}

composer.lock

Lines changed: 2356 additions & 1454 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/clients/api.github.com.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
spec: https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.yaml
1+
spec: https://raw.githubusercontent.com/github/rest-api-description/main/descriptions-next/api.github.com/api.github.com.yaml
22
namespace: ApiClients\Client\Github\OpenAPI\ApiGitHubCom
33
destination: src/OpenAPI/ApiGitHubCom

etc/clients/ghes-2.18.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/clients/ghes-2.19.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/clients/ghes-2.20.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/clients/ghes-2.21.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/clients/ghes-2.22.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/clients/ghes-3.0.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/clients/ghes-3.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
spec: https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/ghes-3.1/ghes-3.1.yaml
1+
spec: https://raw.githubusercontent.com/github/rest-api-description/main/descriptions-next/ghes-3.1/ghes-3.1.yaml
22
namespace: ApiClients\Client\Github\OpenAPI\GitHubEnterprise\v3_1
33
destination: src/OpenAPI/GitHubEnterprise/v3_1

0 commit comments

Comments
 (0)