Skip to content

Commit

Permalink
Merge pull request #75 from visto9259/2.10.x
Browse files Browse the repository at this point in the history
Added support for PHP 8.4. Updated minimum version for required dependencies. Updated to phpunit v10.
  • Loading branch information
samsonasik authored Dec 29, 2024
2 parents 4ab8f6e + dd06cab commit 2632405
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 367 deletions.
4 changes: 4 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-http": "^2.15",
"laminas/laminas-modulemanager": "^2.10",
"laminas/laminas-mvc": "^3.1",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-view": "^2.13.1",
"laminas/laminas-mvc": "^3.3",
"laminas/laminas-servicemanager": "^3.8",
"laminas/laminas-stdlib": "^3.8",
"laminas/laminas-view": "^2.14",
"symfony/var-dumper": "^6.0 || ^7.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.6.21",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.26.1"
},
Expand Down
Loading

0 comments on commit 2632405

Please sign in to comment.