File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 21
21
composer-options : ' --prefer-stable'
22
22
- php-version : ' 7.3'
23
23
composer-options : ' --prefer-stable'
24
+ - php-version : ' 7.4'
25
+ composer-options : ' --prefer-stable'
26
+ - php-version : ' 8.0'
27
+ composer-options : ' --prefer-stable'
24
28
25
29
steps :
26
30
- name : ' Check out'
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^7.1" ,
15
+ "php" : " ^7.1 || ^8.0 " ,
16
16
"php-http/client-common" : " ^1.0 || ^2.0" ,
17
17
"php-http/client-implementation" : " ^1.0" ,
18
18
"php-http/httplug" : " ^1.0 || ^2.0" ,
26
26
"psr/http-message" : " ^1.0"
27
27
},
28
28
"require-dev" : {
29
- "phpspec/phpspec" : " ^2.4 " ,
29
+ "phpspec/phpspec" : " ^5.0 || ^6.0 || ^7.0 " ,
30
30
"php-http/mock-client" : " ^1.2" ,
31
31
"php-xapi/test-fixtures" : " ^1.0" ,
32
32
"symfony/phpunit-bridge" : " ^5.2"
You can’t perform that action at this time.
0 commit comments