Skip to content

Commit 56009b5

Browse files
authored
Merge pull request #1 from binaryk/php-72
Support for php ^7.2.
2 parents 7ad866c + a4401b5 commit 56009b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

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

33
php:
4+
- 7.2
45
- 7.3
56
- 7.4
67

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3",
19+
"php": "^7.2",
2020
"illuminate/support": "5.8.*|^6.0|^7.0",
2121
"symfony/stopwatch": "^4.0|^5.0"
2222
},

0 commit comments

Comments
 (0)