Skip to content

Commit

Permalink
Merge pull request #45 from fezfez/php8.3
Browse files Browse the repository at this point in the history
Allow php 8.3, migrate to phpunit 10, psalm 5 + update baseline
  • Loading branch information
gsteel committed Nov 2, 2023
2 parents 650a98b + c2e69d8 commit 4c4e6f2
Show file tree
Hide file tree
Showing 11 changed files with 1,191 additions and 1,205 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
}
}
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
},
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"brick/varexporter": "^0.3.2",
"php": "~8.1.0 || ~8.2.0|| ~8.3.0",
"brick/varexporter": "^0.3.2 || ^0.4",
"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.4.0",
"laminas/laminas-loader": "^2.9.0",
"laminas/laminas-mvc": "^3.5.0",
"laminas/laminas-servicemanager": "^3.19.0",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^4.29"
"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",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15"
},
"suggest": {
"laminas/laminas-console": "Laminas\\Console component",
Expand Down
Loading

0 comments on commit 4c4e6f2

Please sign in to comment.