Kanboard now requires PHP >= 7.2 since other versions are deprecated
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"discard-changes": true
|
||||
},
|
||||
"require" : {
|
||||
"php" : ">=5.6.0",
|
||||
"php" : ">=7.2.0",
|
||||
"ext-simplexml" : "*",
|
||||
"ext-dom" : "*",
|
||||
"ext-xml" : "*",
|
||||
@@ -50,17 +50,17 @@
|
||||
]
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/php-code-coverage": "4.0.8",
|
||||
"phpunit/php-token-stream": "1.4.12",
|
||||
"doctrine/instantiator": "1.0.5",
|
||||
"phpunit/php-code-coverage": "^6",
|
||||
"phpunit/php-token-stream": "^3.1",
|
||||
"doctrine/instantiator": "^1.1",
|
||||
"phpdocumentor/reflection-docblock": "3.3.2",
|
||||
"symfony/debug": "3.4.2",
|
||||
"symfony/yaml": "3.4.2",
|
||||
"symfony/finder": "3.4.8",
|
||||
"symfony/stopwatch" : "3.4.2",
|
||||
"myclabs/deep-copy": "1.7.0",
|
||||
"phpunit/phpunit" : "5.7.24",
|
||||
"phpunit/phpunit-selenium": "3.0.3",
|
||||
"phpunit/phpunit" : "^7",
|
||||
"phpunit/phpunit-selenium": "^7",
|
||||
"roave/security-advisories": "dev-master"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user