Skip to content

Commit

Permalink
Merge pull request #90 from gsteel/drop-php-8-upgrade-phpunit
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, Upgrade PHPUnit to 10.1.x
  • Loading branch information
Ocramius committed May 24, 2023
2 parents 08c929e + 1bb377c commit a5d62e9
Show file tree
Hide file tree
Showing 29 changed files with 1,465 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.phpcs-cache
/.phpunit.result.cache
/.phpunit.cache
/.psalm-cache/
/docs/html/
/laminas-mkdoc-theme.tgz
Expand Down
3 changes: 0 additions & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -31,19 +31,19 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"laminas/laminas-filter": "^2.13",
"laminas/laminas-servicemanager": "^3.16.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-validator": "^2.15"
},
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^10.1.3",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^5.4",
"psr/http-message": "^1.1",
"vimeo/psalm": "^5.12",
"webmozart/assert": "^1.11"
},
"suggest": {
Expand Down
Loading

0 comments on commit a5d62e9

Please sign in to comment.