Skip to content

Commit

Permalink
Merge pull request #39 from laminas/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
  • Loading branch information
gsteel authored Nov 21, 2024
2 parents 3b7ec58 + 0c0cc1e commit 19fd6a3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-intl": "*",
"giggsey/libphonenumber-for-php": "^8.13.1",
"laminas/laminas-filter": "^2.27",
Expand All @@ -47,10 +47,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^3.0.1",
"laminas/laminas-config-aggregator": "^1.15",
"laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-config-aggregator": "^1.17",
"laminas/laminas-servicemanager": "^3.23.0",
"maglnet/composer-require-checker": "^4.7.1",
"phpunit/phpunit": "^10.5.37",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.26.1"
},
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnIncompleteTests="true"
displayDetailsOnSkippedTests="true"
displayDetailsOnPhpunitDeprecations="true"
failOnPhpunitDeprecation="true"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
>
<source>
<include>
Expand Down

0 comments on commit 19fd6a3

Please sign in to comment.