Skip to content

Commit 8384a9c

Browse files
committed
dropped PHP 5.* support
Without code changes, so it might still work ;)
1 parent 5d956c8 commit 8384a9c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.5
11-
- 5.6
1210
- 7
1311
- 7.1
1412
- 7.2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.5",
18+
"php": ">=7",
1919
"ext-json": "*"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)