Skip to content

Commit

Permalink
Merge pull request #21 from sivaschenko/php8
Browse files Browse the repository at this point in the history
PHP8 сompatibility, Stock ticket STK-68866
  • Loading branch information
chfabbro authored Aug 31, 2021
2 parents 9c66a2c + 1d1b610 commit d9e6460
Show file tree
Hide file tree
Showing 21 changed files with 1,324 additions and 779 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
install: composer install
script: composer run test
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
}
],
"require": {
"php": "~7.1",
"guzzlehttp/guzzle": "~6.0"
"php": ">=7.3",
"guzzlehttp/guzzle": "~7.3"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.8",
"phpunit/phpunit": ">=6.0 <9.0",
"mockery/mockery": "^0.9.9"
"squizlabs/php_codesniffer": "~3.6.0",
"phpunit/phpunit": ">=6.0",
"mockery/mockery": "^1.4.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d9e6460

Please sign in to comment.