Skip to content

Commit 83a383b

Browse files
authored
Merge pull request #13 from ddeboer/php8
Allow PHP 8
2 parents e20f109 + c35e4d8 commit 83a383b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 7.2
1111
- 7.3
1212
- 7.4
13+
- 8.0snapshot
1314

1415
env:
1516
global:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2",
14+
"php": "^7.2 || ^8.0",
1515
"guzzlehttp/psr7": "^1.7",
1616
"php-http/client-common": "^2.0",
1717
"psr/log": "^1.1",
@@ -20,7 +20,6 @@
2020
},
2121
"require-dev": {
2222
"symfony/phpunit-bridge": "^4.2|^5.0",
23-
"friendsofphp/php-cs-fixer": "^2.14",
2423
"phpstan/phpstan": "^0.12.57"
2524
},
2625
"autoload": {

0 commit comments

Comments
 (0)