Skip to content

Commit 67ba754

Browse files
chore(deps): update dependency laminas/laminas-servicemanager to v4 (#4)
* chore(deps): update dependency laminas/laminas-servicemanager to v4 | datasource | package | from | to | | ---------- | ------------------------------ | ------ | ----- | | packagist | laminas/laminas-servicemanager | 3.24.0 | 4.5.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependencies, namespace, and configurations - Correct test namespace in `RemoteSpecificationLoaderTest`. - Update Composer requirements for dependencies. - Adjust configurations in `composer.json` and `composer.lock`. - Include additional required extensions and packages. - Update dependency versions and resolve conflicts. --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Fahl <git@fahl-design.de>
1 parent 4ce8676 commit 67ba754

4 files changed

Lines changed: 216 additions & 182 deletions

File tree

composer-require-checker.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
{
2-
"php-core-extensions": [
3-
"core",
4-
"date",
5-
"dom",
6-
"filter",
7-
"gd",
8-
"hash",
9-
"iconv",
10-
"json",
11-
"libxml",
12-
"mbstring",
13-
"openssl",
14-
"pcre",
15-
"spl",
16-
"standard",
17-
"tokenizer",
18-
"xml",
19-
"zlib",
20-
"curl",
21-
"fileinfo"
22-
],
23-
"symbol-whitelist": [
24-
],
252
"scan-files": [
263
"src/**/*.php",
274
"config/*.php",

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@
33
"description": "A lightweight PHP OpenAPI mock server using Mezzio and PSR-15 middleware.",
44
"license": "MIT",
55
"type": "library",
6-
"homepage": "https://www.webproject.xyz",
76
"authors": [
87
{
98
"name": "Benjamin Fahl",
109
"email": "ben+github@webproject.xyz",
1110
"role": "developer"
1211
}
1312
],
13+
"homepage": "https://www.webproject.xyz",
1414
"require": {
1515
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
16+
"ext-filter": "*",
1617
"ext-random": "*",
1718
"devizzent/cebe-php-openapi": "^1.1",
1819
"fakerphp/faker": "^1.24.1",
1920
"laminas/laminas-diactoros": "^3.8",
20-
"laminas/laminas-servicemanager": "^3.24",
21+
"laminas/laminas-servicemanager": "^3.24 || ^4.0",
2122
"league/openapi-psr7-validator": "^0.22",
2223
"mezzio/mezzio": "^3.27",
2324
"mezzio/mezzio-fastroute": "^3.14",
@@ -51,9 +52,6 @@
5152
"slam/phpstan-laminas-framework": "^2.0",
5253
"webproject-xyz/codeception-module-ai-reporter": "^1.0.1"
5354
},
54-
"bin": [
55-
"bin/openapi-mock-server"
56-
],
5755
"autoload": {
5856
"psr-4": {
5957
"WebProject\\PhpOpenApiMockServer\\": "src/"
@@ -67,6 +65,9 @@
6765
"WebProject\\PhpOpenApiMockServer\\Tests\\": "tests/"
6866
}
6967
},
68+
"bin": [
69+
"bin/openapi-mock-server"
70+
],
7071
"config": {
7172
"allow-plugins": {
7273
"codeception/c3": true,

0 commit comments

Comments
 (0)