Skip to content

Commit

Permalink
Merge pull request #54 from fezfez/8.4
Browse files Browse the repository at this point in the history
Add support for PHP 8.4 and upgrade Laminas coding standard to ^3.0
  • Loading branch information
gsteel authored Nov 17, 2024
2 parents 8df7b23 + 0de6e90 commit ea09ead
Show file tree
Hide file tree
Showing 8 changed files with 1,086 additions and 734 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
}
}
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"extra": {
},
"require": {
"php": "~8.1.0 || ~8.2.0|| ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"brick/varexporter": "^0.3.2 || ^0.4 || ^0.5",
"laminas/laminas-config": "^3.7",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-stdlib": "^3.6",
"webimpress/safe-writer": "^1.0.2 || ^2.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-loader": "^2.10",
"laminas/laminas-mvc": "^3.6.1",
"laminas/laminas-servicemanager": "^3.22.1",
"phpunit/phpunit": "^10.4.2",
"laminas/laminas-coding-standard": "^3.0.1",
"laminas/laminas-loader": "^2.11",
"laminas/laminas-mvc": "^3.7.0",
"laminas/laminas-servicemanager": "^3.23.0",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.15"
"vimeo/psalm": "^5.26.1"
},
"suggest": {
"laminas/laminas-console": "Laminas\\Console component",
Expand Down Expand Up @@ -73,6 +73,7 @@
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"conflict": {
"zendframework/zend-modulemanager": "*"
"zendframework/zend-modulemanager": "*",
"amphp/amp":"<2.6.4"
}
}
Loading

0 comments on commit ea09ead

Please sign in to comment.