Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
support php8
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Dec 4, 2020
1 parent db4df94 commit b663fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}
],
"require": {
"php": "^7.1",
"php": ">=7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "7.5.6",
"phpunit/phpunit": ">=7.5.6",
"php-http/psr7-integration-tests": "dev-master"
},
"provide": {
Expand Down

0 comments on commit b663fe4

Please sign in to comment.