Skip to content

Commit b9fa5f5

Browse files
committed
Drop support for PHP 7.0
1 parent 05eb4c5 commit b9fa5f5

File tree

3 files changed

+45
-47
lines changed

3 files changed

+45
-47
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4+
- 7.3
45
- 7.2
56
- 7.1
6-
- 7.0
77

88
notifications:
99
slack: nukacode:HyFrc2QLi5PC5fPxadm07O5v

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.0.0",
12+
"php": "^7.1.0",
1313
"laravel/framework": "^5.5.0",
1414
"guzzlehttp/guzzle": "^6.0",
1515
"nukacode/database": "^1.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": ">=6.0",
19-
"orchestra/testbench": "^3.0",
20-
"vlucas/phpdotenv": "^3.3"
18+
"phpunit/phpunit": ">=5.0",
19+
"orchestra/testbench": "^3.0"
2120
},
2221
"autoload": {
2322
"psr-4": {

composer.lock

Lines changed: 41 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)