Skip to content

Commit

Permalink
Merge pull request #67 from laminas/2.5.x-merge-up-into-3.0.x_HHu0QXls
Browse files Browse the repository at this point in the history
Merge release 2.5.0 into 3.0.x
  • Loading branch information
gsteel authored Jan 23, 2025
2 parents 5cc3ee5 + 9f6750a commit c22d327
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.phpunit.result.cache
/.phpunit.cache
/.psalm-cache
/docs/html/
/laminas-mkdoc-theme.tgz
Expand Down
3 changes: 3 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-cache": "^4.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-cache": "^4.1"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "2.0"
},
"require-dev": {
"laminas/laminas-cache-storage-adapter-test": "^4.0",
"laminas/laminas-cache-storage-adapter-test": "^4.1",
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^10.5.41",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.18"
"vimeo/psalm": "^5.26.1"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit c22d327

Please sign in to comment.