Skip to content

Commit

Permalink
Merge pull request #13 from ddeboer/php8
Browse files Browse the repository at this point in the history
Allow PHP 8
  • Loading branch information
dbu authored Nov 30, 2020
2 parents e20f109 + c35e4d8 commit 83a383b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0snapshot

env:
global:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"guzzlehttp/psr7": "^1.7",
"php-http/client-common": "^2.0",
"psr/log": "^1.1",
Expand All @@ -20,7 +20,6 @@
},
"require-dev": {
"symfony/phpunit-bridge": "^4.2|^5.0",
"friendsofphp/php-cs-fixer": "^2.14",
"phpstan/phpstan": "^0.12.57"
},
"autoload": {
Expand Down

0 comments on commit 83a383b

Please sign in to comment.