Skip to content

Commit

Permalink
Merge branch 'release/2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 28, 2018
2 parents cf5b197 + 84ea678 commit 629a3bf
Show file tree
Hide file tree
Showing 46 changed files with 732 additions and 558 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
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[main]
host = https://www.transifex.com

[glpi-plugin-tag.glpipot-7]
[glpi-plugin-tag.tag-pot]
file_filter = locales/<lang>.po
source_file = locales/tag.pot
source_lang = en

type = PO
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.1"
"glpi-project/tools": "^0.1"
},
"config": {
"platform": {
"php": "5.6"
}
}
}
Loading

0 comments on commit 629a3bf

Please sign in to comment.