Skip to content

Commit

Permalink
Merge pull request #43 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Drop support for PHP 7.4, Add support for PHP 8.2
  • Loading branch information
Ocramius authored Nov 16, 2022
2 parents ca9cfe1 + 2a9956e commit c52f68e
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 226 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -33,18 +33,18 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-json": "*",
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-diactoros": "^2.2",
"laminas/laminas-diactoros": "^2.21",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^4.29.0"
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.30"
},
"suggest": {
"mezzio/mezzio-csrf": "^1.0 || ^1.0-dev for CSRF protection capabilities",
Expand Down
Loading

0 comments on commit c52f68e

Please sign in to comment.