Skip to content

Commit

Permalink
Merge pull request #171 from gsteel/dont-ignore-platform-reqs
Browse files Browse the repository at this point in the history
Don't ignore platform requirements on 8.3
  • Loading branch information
Ocramius committed Sep 4, 2023
2 parents aca7364 + 87fd4e9 commit f1ff453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .laminas-ci.json
@@ -1,8 +1,5 @@
{
"extensions": [
"gd"
],
"ignore_php_platform_requirements": {
"8.3": true
}
]
}
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -48,7 +48,7 @@
"php-http/psr7-integration-tests": "^1.3",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.15.0"
},
"provide": {
"psr/http-factory-implementation": "^1.1 || ^2.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1ff453

Please sign in to comment.