Skip to content

Commit

Permalink
Merge pull request #32 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Add support for PHP 8.2, remove support for PHP 7.4
  • Loading branch information
Ocramius authored Oct 14, 2022
2 parents a5bf8b9 + d483eaf commit ee10fe6
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 263 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
Expand All @@ -8,3 +7,7 @@
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/renovate.json export-ignore
/composer.lock export-ignore
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -36,7 +36,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-json": "*",
"fig/http-message-util": "^1.1.2",
"psr/container": "^1.0 || ^2.0",
Expand All @@ -49,9 +49,9 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.11",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.17"
"vimeo/psalm": "^4.29"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ee10fe6

Please sign in to comment.