Skip to content

Commit

Permalink
8.3 Updates (#260)
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 5a302d6 commit ed23fa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"prefer-stable": true,
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"diablomedia/zendframework1-exception": "^1.0.0",
"diablomedia/zendframework1-config": "^1.0.0 || ^2.0.0",
"diablomedia/zendframework1-loader": "^1.0.0",
"diablomedia/zendframework1-json": "^1.0.6",
"diablomedia/zendframework1-cache": "^1.0.0",
"diablomedia/zendframework1-controller": "^1.0.0",
"diablomedia/zendframework1-db": "^1.0.0",
"diablomedia/zendframework1-filter": "^1.0.0",
"diablomedia/zendframework1-view": "^1.0.4"
"diablomedia/zendframework1-exception": "^1.1.1",
"diablomedia/zendframework1-config": "^2.0.5",
"diablomedia/zendframework1-loader": "^1.0.5",
"diablomedia/zendframework1-json": "^1.0.7",
"diablomedia/zendframework1-cache": "^1.0.6",
"diablomedia/zendframework1-controller": "^1.0.6",
"diablomedia/zendframework1-db": "^1.0.5",
"diablomedia/zendframework1-filter": "^1.0.6",
"diablomedia/zendframework1-view": "^1.0.5"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -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">
<php>
<includePath>./tests</includePath>
</php>
Expand Down

0 comments on commit ed23fa5

Please sign in to comment.