We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9087da5 commit a41166fCopy full SHA for a41166f
.github/workflows/ci.yaml
@@ -21,6 +21,10 @@ jobs:
21
composer-options: '--prefer-stable'
22
- php-version: '7.3'
23
24
+ - php-version: '7.4'
25
+ composer-options: '--prefer-stable'
26
+ - php-version: '8.0'
27
28
29
steps:
30
- name: 'Check out'
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "php": "^7.1",
+ "php": "^7.1||^8.0",
16
"php-http/client-common": "^1.0 || ^2.0",
17
"php-http/client-implementation": "^1.0",
18
"php-http/httplug": "^1.0 || ^2.0",
@@ -52,7 +52,7 @@
52
},
53
"extra": {
54
"branch-alias": {
55
- "dev-master": "0.7.x-dev"
+ "dev-master": "0.8.x-dev"
56
57
58
0 commit comments