Skip to content

Commit 94f3178

Browse files
committed
require 7.2
1 parent c0808a4 commit 94f3178

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
- 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.1.0",
14+
"php": ">=7.2.0",
1515
"nuwave/lighthouse": "^3.0|^4.0",
1616
"laravel/passport": "^7.0|^8.0",
1717
"laravel/socialite": "^4.3",

0 commit comments

Comments
 (0)