Skip to content

Commit

Permalink
Merge branch 'release/1.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 28, 2018
2 parents d0e03ac + cb6d35b commit 9406eea
Show file tree
Hide file tree
Showing 33 changed files with 938 additions and 964 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

env:
global:
- DB=mysql
matrix:
#- GLPIVER=9.1.2 ==> not released yet!
- GLPIVER=9.2/bugfixes
- GLPIVER=9.3/bugfixes

before_script:
- composer self-update
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-plugin-fields.fieldspot]
[glpi-plugin-plugin-fields.fields-pot]
file_filter = locales/<lang>.po
source_file = locales/fields.pot
source_lang = en

type = PO
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"glpi-project/tools": "^0.1.0",
"glpi-project/tools": "^0.1",
"atoum/atoum": "^3.1"
},
"require": {
"php": ">=5.6.0"
"php": ">=5.6"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "5.6.0"
"php": "5.6"
}
}
}
Loading

0 comments on commit 9406eea

Please sign in to comment.