We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a549ed + 62956f8 commit 0c81dccCopy full SHA for 0c81dcc
composer.json
@@ -4,7 +4,7 @@
4
"type": "library",
5
"license": "MIT",
6
"require": {
7
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
8
"ext-mongodb": "*",
9
"code-tool/jaeger-client-php": "^3"
10
},
@@ -22,6 +22,6 @@
22
]
23
24
"require-dev": {
25
- "phpunit/phpunit": "^6.5.5"
+ "phpunit/phpunit": "^9.0"
26
}
27
phpunit.xml.dist
@@ -2,7 +2,7 @@
2
3
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.0/phpunit.xsd"
backupGlobals="false"
colors="true"
>
0 commit comments