Skip to content

Commit 9efe17f

Browse files
committed
Replace Zend dependency with Laminas
1 parent 68b0e91 commit 9efe17f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"php": ">= 7.1",
1616
"ext-json": "*",
1717
"justinrainbow/json-schema": "^5",
18+
"laminas/laminas-http": "^2.11",
1819
"phpunit/phpunit": "^7.5||^8.0||^9.0",
19-
"rize/uri-template": "^0.3.0",
20-
"zendframework/zend-http": "2.5 - 3"
20+
"rize/uri-template": "^0.3.0"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.0",

src/PhpUnit/AssertsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
use FR3D\SwaggerAssertions\SchemaManager;
88
use JsonSchema\Validator;
9+
use Laminas\Http\Header\ContentType;
910
use PHPUnit\Framework\Assert;
10-
use Zend\Http\Header\ContentType;
1111

1212
/**
1313
* Facade functions for interact with raw constraints.

0 commit comments

Comments
 (0)