Use stable dependencies and force compatibility with PHP 5.6

This commit is contained in:
Cédric Anne 2018-06-22 11:59:45 +02:00
parent 33484aae68
commit 72a8c561ea
2 changed files with 519 additions and 340 deletions

View File

@ -1,7 +1,10 @@
{ {
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": { "require-dev": {
"glpi-project/tools": "^0.1.0" "glpi-project/tools": "^0.1"
},
"config": {
"platform": {
"php": "5.6"
}
} }
} }

850
composer.lock generated

File diff suppressed because it is too large Load Diff