Skip to content

Commit 8e4b504

Browse files
committed
Use stable dependencies and force compatibility with PHP 5.6
1 parent 21ab730 commit 8e4b504

File tree

3 files changed

+248
-152
lines changed

3 files changed

+248
-152
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22
php:
3-
- 5.5
43
- 5.6
54
- 7.0
65
- 7.1
6+
- 7.2
77
- nightly
88

99
#env:

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"minimum-stability": "dev",
3-
"prefer-stable": true,
42
"require-dev": {
5-
"glpi-project/tools": "^0.1.2"
3+
"glpi-project/tools": "^0.1"
4+
},
5+
"config": {
6+
"platform": {
7+
"php": "5.6"
8+
}
69
}
710
}

0 commit comments

Comments
 (0)