Skip to content

Commit

Permalink
8.3 Updates (#258)
Browse files Browse the repository at this point in the history
* 8.3 Updates

* versions
  • Loading branch information
jaydiablo committed Apr 19, 2024
1 parent aab8e9b commit 985329c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -11,9 +11,9 @@
"prefer-stable": true,
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"diablomedia/zendframework1-layout": "^1.0.3",
"diablomedia/zendframework1-mail": "^1.0.0",
"diablomedia/zendframework1-log": "^1.0.0"
"diablomedia/zendframework1-layout": "^1.0.5",
"diablomedia/zendframework1-mail": "^1.0.5",
"diablomedia/zendframework1-log": "^1.0.5"
},
"autoload": {
"classmap": [
Expand All @@ -29,7 +29,7 @@
"phpunit/phpunit": "^9.6.19 || ^10.5.18",
"phpstan/phpstan": "1.10.67",
"friendsofphp/php-cs-fixer": "3.54.0",
"diablomedia/zendframework1-view-helper-layout": "*",
"diablomedia/zendframework1-view-helper-layout": ">=1.0.4",
"maglnet/composer-require-checker": "^3.0.0",
"phpro/grumphp-shim": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<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">
<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">
<testsuites>
<testsuite name="default">
<directory>./tests</directory>
Expand Down

0 comments on commit 985329c

Please sign in to comment.