Skip to content

Commit 58b81a0

Browse files
author
Sébastien Lévêque
committed
Added PHP 8.0 to composer.json
1 parent 6de3555 commit 58b81a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
"sort-packages": true
1616
},
1717
"require": {
18-
"php": "^7.1",
18+
"php": "^5.4|^7.0|^8.0"
1919
"psr/http-message": "^1.0",
2020
"php-http/client-implementation": "^1.0",
2121
"php-http/httplug": "^1.0",
2222
"php-http/discovery": "^1.0",
23-
2423
"php-http/message": "^1.0"
2524
},
2625
"require-dev": {

0 commit comments

Comments
 (0)