Skip to content

Commit

Permalink
Allow php 8.3, migrate to phpunit 10, psalm 5 + update baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Nov 2, 2023
1 parent 650a98b commit dc04c00
Show file tree
Hide file tree
Showing 10 changed files with 1,207 additions and 1,195 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
/.phpunit.cache/
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
}
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0|| ~8.3.0",
"brick/varexporter": "^0.3.2",
"laminas/laminas-config": "^3.7",
"laminas/laminas-eventmanager": "^3.4",
Expand All @@ -39,9 +39,9 @@
"laminas/laminas-loader": "^2.9.0",
"laminas/laminas-mvc": "^3.5.0",
"laminas/laminas-servicemanager": "^3.19.0",
"phpunit/phpunit": "^9.5.25",
"phpunit/phpunit": "^10",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^4.29"
"vimeo/psalm": "^5"
},
"suggest": {
"laminas/laminas-console": "Laminas\\Console component",
Expand Down
Loading

0 comments on commit dc04c00

Please sign in to comment.