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.
1 parent ca0a624 commit f8106a8Copy full SHA for f8106a8
composer.json
@@ -19,7 +19,7 @@
19
"php": "^7.0"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": "^6.1"
+ "phpunit/phpunit": "^6.2"
23
24
"autoload": {
25
"classmap": [
phpunit.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.0/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.2/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
forceCoversAnnotation="true"
6
beStrictAboutCoversAnnotation="true"
0 commit comments