Skip to content

Commit 0c81dcc

Browse files
authored
Merge pull request #2 from Viktor-Illich/allow-php8
allow php8.0
2 parents 9a549ed + 62956f8 commit 0c81dcc

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
7+
"php": "^7.2 || ^8.0",
88
"ext-mongodb": "*",
99
"code-tool/jaeger-client-php": "^3"
1010
},
@@ -22,6 +22,6 @@
2222
]
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^6.5.5"
25+
"phpunit/phpunit": "^9.0"
2626
}
2727
}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.0/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
>

0 commit comments

Comments
 (0)