forked from pluginsGLPI/fields
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove usage of dropped 'SELECT DISTINCT' * Replace usage of deprecated 'DBMysql::fetch_assoc()' * Replace usage of deprecated 'DBMysql::fetch_array()' * Add marketplace compatibility * Add icon for fields container * Use GLPI 9.5 min required PHP version * Add 1.11.0 version definition
- Loading branch information
1 parent
1383f2f
commit 702a238
Showing
14 changed files
with
628 additions
and
402 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
{ | ||
"require-dev": { | ||
"glpi-project/tools": "^0.1", | ||
"atoum/atoum": "^3.1" | ||
}, | ||
"require": { | ||
"php": ">=5.6" | ||
"php": "^7.2" | ||
}, | ||
"require-dev": { | ||
"atoum/atoum": "^3.1", | ||
"glpi-project/tools": "^0.1" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"platform": { | ||
"php": "5.6" | ||
} | ||
"php": "7.2.0" | ||
}, | ||
"sort-packages": true | ||
} | ||
} |
Oops, something went wrong.