Skip to content

Commit

Permalink
Only for GLPI 9.2.1
Browse files Browse the repository at this point in the history
Add pChart by composer
fix #7
Fix divisions by zero
Add show_item_stats hooks into ticket
  • Loading branch information
tsmr committed Nov 10, 2017
1 parent 9cf131e commit 30183db
Show file tree
Hide file tree
Showing 59 changed files with 1,692 additions and 14,667 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist/
vendor/
.gh_token
*.min.*

10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"glpi-project/tools": "^0.1.0"
},
"require": {
"szymach/c-pchart": "^3.0"
}
}
Loading

0 comments on commit 30183db

Please sign in to comment.