Skip to content

Commit 11fc0ac

Browse files
committed
Bump min PHP and PHPUnit versions
1 parent 32823ec commit 11fc0ac

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
php:
44
- 7.3
55
- 7.2
6-
- 7.1
76

87
notifications:
98
slack: nukacode:HyFrc2QLi5PC5fPxadm07O5v

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
**Version Support**
1212
`Laravel >= 5.8.0`
13-
`PHP >= 7.1.0`
13+
`PHP >= 7.2.0`
1414

1515
- [Installation](#installation)
1616
- [Usage](#usage)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1.0",
13+
"php": "^7.2.0",
1414
"laravel/framework": ">=5.8.0",
1515
"guzzlehttp/guzzle": "^6.0",
1616
"nukacode/database": "^1.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^7.0",
19+
"phpunit/phpunit": "^8.0",
2020
"orchestra/testbench": "^3.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)