Skip to content

Commit

Permalink
Merge pull request #49 from ghostwriter/feature/php-8.2-support
Browse files Browse the repository at this point in the history
Feature: Support PHP 8.2
  • Loading branch information
Ocramius committed Nov 16, 2022
2 parents 8c04c75 + 7f232b7 commit 174b36d
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 222 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"fig/http-message-util": "^1.1",
"mezzio/mezzio-router": "^3.1",
"psr/container": "^1.0 || ^2.0",
Expand All @@ -34,7 +34,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand Down

0 comments on commit 174b36d

Please sign in to comment.