File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 "prefer-stable" : true ,
1212 "require" : {
1313 "php" : " ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" ,
14- "diablomedia/zendframework1-validate" : " ^1.0.0 " ,
15- "diablomedia/zendframework1-uri" : " ^1.0.0 "
14+ "diablomedia/zendframework1-validate" : " ^1.0.5 " ,
15+ "diablomedia/zendframework1-uri" : " ^1.0.5 "
1616 },
1717 "autoload" : {
1818 "psr-0" : {
2929 "phpstan/phpstan" : " 1.10.67" ,
3030 "friendsofphp/php-cs-fixer" : " 3.54.0" ,
3131 "maglnet/composer-require-checker" : " ^3.0.0" ,
32- "phpro/grumphp-shim" : " ^1.5 .0"
32+ "phpro/grumphp-shim" : " ^2.0 .0"
3333 },
3434 "include-path" : [
3535 " src/"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" beStrictAboutTestsThatDoNotTestAnything =" true" backupGlobals =" true" stderr =" true" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" displayDetailsOnTestsThatTriggerDeprecations =" true" displayDetailsOnTestsThatTriggerErrors =" true" displayDetailsOnTestsThatTriggerNotices =" true" displayDetailsOnTestsThatTriggerWarnings =" true" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" beStrictAboutTestsThatDoNotTestAnything =" true" backupGlobals =" true" stderr =" true" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" displayDetailsOnTestsThatTriggerDeprecations =" true" displayDetailsOnTestsThatTriggerErrors =" true" displayDetailsOnTestsThatTriggerNotices =" true" displayDetailsOnTestsThatTriggerWarnings =" true" failOnDeprecation = " true " failOnNotice = " true " >
33 <testsuites >
44 <testsuite name =" default" >
55 <directory >./tests</directory >
You can’t perform that action at this time.
0 commit comments