Skip to content

Commit

Permalink
Merge pull request #42 from laminas/1.9.x-merge-up-into-2.0.x_Yz7kORb9
Browse files Browse the repository at this point in the history
Merge release 1.9.0 into 2.0.x
  • Loading branch information
gsteel authored Oct 11, 2024
2 parents 8069c46 + 433e71e commit 106daa5
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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": "*",
"container-interop/container-interop": "^1.1",
"laminas/laminas-i18n": "^2.13.0",
Expand All @@ -45,7 +45,7 @@
"laminas/laminas-coding-standard": "~2.5.0",
"phpspec/prophecy-phpunit": "^2.0.2",
"phpunit/phpunit": "^9.6.13",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.15"
},
"conflict": {
Expand Down
96 changes: 48 additions & 48 deletions composer.lock

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

0 comments on commit 106daa5

Please sign in to comment.