Skip to content

Commit

Permalink
Merge branch 'release/2.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 28, 2018
2 parents 5d4d0f2 + 4731d1b commit 6a0dd68
Show file tree
Hide file tree
Showing 39 changed files with 1,168 additions and 984 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

#env:
Expand Down
3 changes: 1 addition & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[main]
host = https://www.transifex.com

[glpi-project-plugin-genericobject.genericobjectpot]
[glpi-project-plugin-genericobject.genericobject-pot]
file_filter = locales/<lang>.po
source_file = locales/genericobject.pot
source_lang = en
type = PO
minimum_perc: 100
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"glpi-project/tools": "^0.1.2"
"glpi-project/tools": "^0.1"
},
"config": {
"platform": {
"php": "5.6"
}
}
}
Loading

0 comments on commit 6a0dd68

Please sign in to comment.