Skip to content

Commit

Permalink
Merge pull request #144 from gsteel/drop-php-8.0
Browse files Browse the repository at this point in the history
Drop support for PHP 8.0
  • Loading branch information
gsteel committed Mar 16, 2023
2 parents b219282 + 9edad15 commit 998a9a7
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 64 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand All @@ -22,7 +22,7 @@
"wildbit/postmark-php": "4.0.2"
},
"require": {
"php": "~8.0 || ~8.1 || ~8.2",
"php": "~8.1 || ~8.2",
"ext-json": "*",
"fig/http-message-util": "^1.1",
"php-http/discovery": "^1.14.3",
Expand All @@ -38,7 +38,7 @@
"phpunit/phpunit": "^9.6.5",
"psalm/plugin-phpunit": "^0.18.4",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/options-resolver": "^5.3.7 || ^6.0.19",
"symfony/options-resolver": "^5.3.7 || ^6.2.7",
"vimeo/psalm": "^5.8.0"
},
"autoload": {
Expand Down
127 changes: 66 additions & 61 deletions composer.lock

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

0 comments on commit 998a9a7

Please sign in to comment.