Kanboard requires at least PHP 5.6 now

This commit is contained in:
Frédéric Guillot
2017-12-15 11:24:35 -08:00
parent 2c72a283f2
commit a93b8e10f5
360 changed files with 14804 additions and 6773 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "fguillot/kanboard",
"name": "kanboard/kanboard",
"type": "project",
"description": "Kanban project management software",
"license": "MIT",
@@ -14,7 +14,7 @@
"discard-changes": true
},
"require" : {
"php" : ">=5.3.9",
"php" : ">=5.6.0",
"ext-simplexml" : "*",
"ext-dom" : "*",
"ext-xml" : "*",
@@ -37,10 +37,9 @@
"fguillot/simple-queue" : "1.0.1",
"paragonie/random_compat": "2.0.2",
"pimple/pimple" : "3.0.2",
"ramsey/array_column": "1.1.3",
"swiftmailer/swiftmailer" : "5.4.5",
"symfony/console" : "2.8.7",
"symfony/event-dispatcher" : "2.7.14",
"symfony/console" : "3.4.2",
"symfony/event-dispatcher" : "3.4.2",
"gregwar/captcha": "1.1.1",
"aferrandini/phpqrcode": "1.0.1"
},
@@ -50,15 +49,18 @@
"Kanboard\\" : "app/"
},
"files" : [
"app/functions.php",
"app/Library/password.php"
"app/functions.php"
]
},
"require-dev" : {
"phpdocumentor/reflection-docblock": "2.0.4",
"symfony/yaml": "2.8.7",
"symfony/stopwatch" : "2.6.13",
"phpunit/phpunit" : "4.8.26",
"phpunit/phpunit-selenium": "2.0.2"
"phpunit/php-code-coverage": "4.0.8",
"phpunit/php-token-stream": "1.4.12",
"doctrine/instantiator": "1.0.5",
"phpdocumentor/reflection-docblock": "3.3.2",
"symfony/debug": "3.4.2",
"symfony/yaml": "3.4.2",
"symfony/stopwatch" : "3.4.2",
"phpunit/phpunit" : "5.7.24",
"phpunit/phpunit-selenium": "3.0.3"
}
}