We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3231829 commit e69cf6cCopy full SHA for e69cf6c
2 files changed
composer.json
@@ -17,8 +17,8 @@
17
"paragonie/random_compat": "~1.4|~2.0"
18
},
19
"require-dev": {
20
- "phpunit/phpunit": "4.5.*",
21
- "satooshi/php-coveralls": "1.0",
+ "phpunit/phpunit": "^4.8.35",
+ "php-coveralls/php-coveralls": "2.1",
22
"codeless/jugglecode": "1.0"
23
24
"autoload": {
phpunit.xml.dist
@@ -1,4 +1,7 @@
1
-<phpunit backupGlobals="true"
+<?xml version="1.0" encoding="UTF-8"?>
2
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
4
+ backupGlobals="true"
5
backupStaticAttributes="true"
6
colors="true"
7
convertErrorsToExceptions="true"
0 commit comments