Skip to content

Commit 6a8a4b8

Browse files
authored
8.3 Updates (#254)
* 8.3 Updates * versions
1 parent 165891e commit 6a8a4b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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": {
@@ -29,7 +29,7 @@
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/"

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)