File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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"
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" />
Original file line number Diff line number Diff line change 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"
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" />
You can’t perform that action at this time.
0 commit comments