Skip to content

Commit f8106a8

Browse files
Bump
1 parent ca0a624 commit f8106a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^6.1"
22+
"phpunit/phpunit": "^6.2"
2323
},
2424
"autoload": {
2525
"classmap": [

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.0/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.2/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
forceCoversAnnotation="true"
66
beStrictAboutCoversAnnotation="true"

0 commit comments

Comments
 (0)