Skip to content

Commit 01992df

Browse files
committed
Update minimum PHP version to 5.6
1 parent cce644a commit 01992df

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ checks:
33

44
tools:
55
external_code_coverage:
6-
runs: 5
6+
runs: 3

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: php
22
php:
3-
- 5.4
4-
- 5.5
53
- 5.6
64
- 7.0
75
- 7.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ To install the library, run the following command and you will get the latest ve
4242
Requirements
4343
------------
4444

45-
* You must have at least PHP version 5.4 installed on your system.
45+
* You must have at least PHP version 5.6 installed on your system.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": "https://github.com/secondtruth/php-phar-compiler"
1818
},
1919
"require": {
20-
"php": ">=5.4"
20+
"php": ">=5.6"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "5.7.*",

0 commit comments

Comments
 (0)