Skip to content

Commit

Permalink
Merge pull request #548 from psr7-sessions/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Drop PHP 8.0 support, update all non-major dependencies
  • Loading branch information
Ocramius committed Dec 9, 2022
2 parents f48a2e7 + 5fa4b2d commit 415daa4
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 86 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"dflydev/fig-cookies": "^3.0.0",
"lcobucci/jwt": "^4.2.1",
Expand All @@ -34,9 +34,9 @@
"doctrine/coding-standard": "^10.0.0",
"laminas/laminas-diactoros": "^2.22.0",
"laminas/laminas-httphandlerrunner": "^2.4.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.3",
"roave/infection-static-analysis-plugin": "^1.25.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.26.0",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^4.30.0"
},
Expand All @@ -46,7 +46,7 @@
"infection/extension-installer": false
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"sort-packages": true
},
Expand Down

0 comments on commit 415daa4

Please sign in to comment.