Skip to content

Commit d9e6460

Browse files
authored
Merge pull request #21 from sivaschenko/php8
PHP8 сompatibility, Stock ticket STK-68866
2 parents 9c66a2c + 1d1b610 commit d9e6460

21 files changed

Lines changed: 1324 additions & 779 deletions

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
22
php:
3-
- 7.1
4-
- 7.2
53
- 7.3
64
- 7.4
5+
- 8.0
76
install: composer install
87
script: composer run test

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}
1010
],
1111
"require": {
12-
"php": "~7.1",
13-
"guzzlehttp/guzzle": "~6.0"
12+
"php": ">=7.3",
13+
"guzzlehttp/guzzle": "~7.3"
1414
},
1515
"require-dev": {
16-
"squizlabs/php_codesniffer": "~2.8",
17-
"phpunit/phpunit": ">=6.0 <9.0",
18-
"mockery/mockery": "^0.9.9"
16+
"squizlabs/php_codesniffer": "~3.6.0",
17+
"phpunit/phpunit": ">=6.0",
18+
"mockery/mockery": "^1.4.3"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)