Skip to content

Commit

Permalink
Merge branch 'release/2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Sep 10, 2018
2 parents 1cfd4bb + fd6c7c4 commit 211bf27
Show file tree
Hide file tree
Showing 21 changed files with 625 additions and 358 deletions.
8 changes: 8 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[main]
host = https://www.transifex.com

[glpi-plugin-sccm.sccm-pot]
file_filter = locales/<lang>.po
source_file = locales/sccm.pot
source_lang = en_GB
type = PO
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Extend GLPI with Plugins.

## Synopsis

Plugin to synchronize computers from SCCM (version 1802) to GLPI (version 9.2).
Plugin to synchronize computers from SCCM (version 1802) to GLPI (version 9.2 and 9.3).
It uses the "FusionInventory for GLPI" plugin and the power of its internal engine:

### Workflow
Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">= 7.0.0"
},
"require-dev": {
"glpi-project/tools": "^0.1.0",
"glpi-project/coding-standard": "0.5.0"
"glpi-project/tools": "^0.1"
},
"config": {
"platform": {
"php": "7.0"
}
}
}
Loading

0 comments on commit 211bf27

Please sign in to comment.