We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b0e91 commit 9efe17fCopy full SHA for 9efe17f
composer.json
@@ -15,9 +15,9 @@
15
"php": ">= 7.1",
16
"ext-json": "*",
17
"justinrainbow/json-schema": "^5",
18
+ "laminas/laminas-http": "^2.11",
19
"phpunit/phpunit": "^7.5||^8.0||^9.0",
- "rize/uri-template": "^0.3.0",
20
- "zendframework/zend-http": "2.5 - 3"
+ "rize/uri-template": "^0.3.0"
21
},
22
"require-dev": {
23
"friendsofphp/php-cs-fixer": "^2.0",
src/PhpUnit/AssertsTrait.php
@@ -6,8 +6,8 @@
6
7
use FR3D\SwaggerAssertions\SchemaManager;
8
use JsonSchema\Validator;
9
+use Laminas\Http\Header\ContentType;
10
use PHPUnit\Framework\Assert;
-use Zend\Http\Header\ContentType;
11
12
/**
13
* Facade functions for interact with raw constraints.
0 commit comments