Skip to content

Commit 81ef99e

Browse files
committed
Merge branch 'release/2.6.0'
2 parents 275c759 + 0e09e28 commit 81ef99e

File tree

142 files changed

+5613
-4285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+5613
-4285
lines changed

.travis.yml

+1-1
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:

.tx/config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[glpi-plugin-datainjection.datainjection-243pot]
4+
[glpi-plugin-datainjection.datainjection-pot]
55
file_filter = locales/<lang>.po
66
source_file = locales/datainjection.pot
77
source_lang = en
8-
minimum_perc: 100
8+
type = PO

composer.json

+6-3
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.0"
3+
"glpi-project/tools": "^0.1"
4+
},
5+
"config": {
6+
"platform": {
7+
"php": "5.6"
8+
}
69
}
710
}

0 commit comments

Comments
 (0)