Skip to content

Commit

Permalink
Merge pull request #118 from netglue/drop-PHP-8.0
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0
  • Loading branch information
gsteel committed Feb 10, 2023
2 parents c594eeb + 0b8696d commit a4bf7a9
Show file tree
Hide file tree
Showing 2 changed files with 853 additions and 665 deletions.
18 changes: 10 additions & 8 deletions composer.json
Expand Up @@ -12,39 +12,41 @@
}
],
"require": {
"php": "~8.0 || ~8.1 || ~8.2.0",
"php": "~8.1 || ~8.2.0",
"ext-json": "*",
"php-http/discovery": "^1.14.1",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"symfony/http-client": "^6.2",
"webmozart/assert": "^1.10"
},
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^11.0.0",
"doctrine/coding-standard": "^11.1",
"ergebnis/composer-normalize": "^2.29",
"infection/infection": "^0.26.16",
"laminas/laminas-diactoros": "^2.22",
"infection/infection": "^0.26.19",
"laminas/laminas-diactoros": "^2.24",
"php-http/curl-client": "^2.2.1",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^9.6.3",
"psalm/plugin-phpunit": "^0.18.4",
"react/child-process": "^0.6.5",
"react/http": "^1.8",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.2"
"vimeo/psalm": "^5.6"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"php-http/discovery": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand Down

0 comments on commit a4bf7a9

Please sign in to comment.