Skip to content

Commit 9461dcd

Browse files
committed
fix composer and travis
1 parent b94a2f2 commit 9461dcd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

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

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
74
- 7.1
85

9-
install: composer install --no-dev
6+
install: composer install
107

118
script: phpunit --configuration phpunit.xml --coverage-text --testsuite=Linux

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ PHP OS Detector
88

99
A small PHP utility library that detects the OS the server is running on.
1010

11+
## Compatibility
12+
13+
Although only tested in PHP 7, PHP OS Detector should be compatible with PHP 5.3 or greater
14+
1115
## Installation
1216
You can install it by cloning the git repository or using composer.
1317

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"Tivie\\OS\\": "src/"
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)