-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace usage of deprecated 'DBMysql::fetch_assoc()' * Add marketplace compatibility * Use GLPI 9.5 min required PHP version * Add 1.0.0 version definition
- Loading branch information
1 parent
3218b47
commit b83ea17
Showing
8 changed files
with
725 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
{ | ||
"require-dev": { | ||
"glpi-project/tools": "^0.1" | ||
}, | ||
"require": { | ||
"php": "^7.2", | ||
"guzzlehttp/guzzle": "^6.2" | ||
}, | ||
"require-dev": { | ||
"glpi-project/tools": "^0.1" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"platform": { | ||
"php": "5.6" | ||
} | ||
"php": "7.2.0" | ||
}, | ||
"sort-packages": true | ||
} | ||
} |
Oops, something went wrong.