We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32823ec commit 11fc0acCopy full SHA for 11fc0ac
.travis.yml
@@ -3,7 +3,6 @@ language: php
3
php:
4
- 7.3
5
- 7.2
6
- - 7.1
7
8
notifications:
9
slack: nukacode:HyFrc2QLi5PC5fPxadm07O5v
README.md
@@ -10,7 +10,7 @@
10
11
**Version Support**
12
`Laravel >= 5.8.0`
13
-`PHP >= 7.1.0`
+`PHP >= 7.2.0`
14
15
- [Installation](#installation)
16
- [Usage](#usage)
composer.json
@@ -10,13 +10,13 @@
}
],
"require": {
- "php": "^7.1.0",
+ "php": "^7.2.0",
"laravel/framework": ">=5.8.0",
"guzzlehttp/guzzle": "^6.0",
"nukacode/database": "^1.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^7.0",
+ "phpunit/phpunit": "^8.0",
20
"orchestra/testbench": "^3.0"
21
22
"autoload": {
0 commit comments