Skip to content

Commit 893e608

Browse files
authored
Merge pull request #217 from clue-labs/update-dev
Update test environment and dev dependencies
2 parents 2ce0b5d + 853f11e commit 893e608

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"react/promise": "^3 || ^2.7"
1919
},
2020
"require-dev": {
21-
"phpstan/phpstan": "1.9.2 || 1.4.10",
22-
"phpunit/phpunit": "^9.5 || ^7.5",
21+
"phpstan/phpstan": "1.10.6 || 1.4.10",
22+
"phpunit/phpunit": "^9.6 || ^7.5",
2323
"psr/container": "^2 || ^1"
2424
},
2525
"autoload": {

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!-- PHPUnit configuration file with new format for PHPUnit 9.5+ -->
3+
<!-- PHPUnit configuration file with new format for PHPUnit 9.6+ -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
66
bootstrap="vendor/autoload.php"
77
cacheResult="false"
88
colors="true"
@@ -21,7 +21,7 @@
2121
<php>
2222
<ini name="error_reporting" value="-1" />
2323
<!-- Evaluate assertions, requires running with "php -d zend.assertions=1 vendor/bin/phpunit" -->
24-
<!-- <ini name="zend.assertions=1" value="1" /> -->
24+
<!-- <ini name="zend.assertions" value="1" /> -->
2525
<ini name="assert.active" value="1" />
2626
<ini name="assert.exception" value="1" />
2727
<ini name="assert.bail" value="0" />

phpunit.xml.legacy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!-- PHPUnit configuration file with old PHPUnit 7 format for PHP < 7.3 -->
3+
<!-- PHPUnit configuration file with old format for legacy PHPUnit -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
66
bootstrap="vendor/autoload.php"
@@ -19,7 +19,7 @@
1919
<php>
2020
<ini name="error_reporting" value="-1" />
2121
<!-- Evaluate assertions, requires running with "php -d zend.assertions=1 vendor/bin/phpunit" -->
22-
<!-- <ini name="zend.assertions=1" value="1" /> -->
22+
<!-- <ini name="zend.assertions" value="1" /> -->
2323
<ini name="assert.active" value="1" />
2424
<ini name="assert.exception" value="1" />
2525
<ini name="assert.bail" value="0" />

0 commit comments

Comments
 (0)