Skip to content

Commit 4f3d675

Browse files
Update php minimum requirement to 7.2
1 parent c433d7f commit 4f3d675

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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
sudo: false
44

55
php:
6-
- 7.1
76
- 7.2
87
- 7.3
98

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
To install this package you will need:
1313

1414
- Laravel >= 5.6
15-
- PHP 7.1.3+
15+
- PHP 7.2+
1616

1717

1818
Run this command to install via composer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.1.3",
23+
"php": ">=7.2",
2424
"illuminate/support": "5.6.*|5.7.*",
2525
"guzzlehttp/guzzle": "~6.0"
2626
},

0 commit comments

Comments
 (0)