Skip to content

Commit 6761cf6

Browse files
author
Mario
committed
Upgrade to PHP 8.0+
1 parent 335d158 commit 6761cf6

9 files changed

+57
-5318
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
2-
vendor/
2+
composer.lock
3+
vendor/

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
6-
- hhvm
4+
- 8.0
75

86
install:
97
- composer install --prefer-source --no-interaction

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "WakaTime API for PHP",
44
"keywords": ["wakatime", "time tracking", "api"],
55
"require": {
6-
"php": ">=5.6",
7-
"guzzlehttp/guzzle": "~6.0"
6+
"php": ">=8.0",
7+
"guzzlehttp/guzzle": "~7.2"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^5.1",
11-
"vlucas/phpdotenv": "^2.2"
10+
"phpunit/phpunit": "^9.5",
11+
"vlucas/phpdotenv": "^5.5"
1212
},
1313
"license": "MIT",
1414
"authors": [

0 commit comments

Comments
 (0)