Skip to content

Commit

Permalink
Update composer to use PHP 8.1 and recent phpunit version.
Browse files Browse the repository at this point in the history
Use laminas-http instead of zend-http.
  • Loading branch information
João Santos committed Jul 5, 2023
1 parent 11c4e2f commit 5fa5664
Show file tree
Hide file tree
Showing 4 changed files with 2,879 additions and 1,263 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"config": {
"platform": {
"php": "7.0.32"
"php": "8.1"
}
},
"authors": [
Expand All @@ -26,7 +26,7 @@
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.3",
"php-coveralls/php-coveralls": "^2.1"
},
Expand Down
Loading

0 comments on commit 5fa5664

Please sign in to comment.