Skip to content

Commit

Permalink
Upgraded the dependencies, now depending on at least PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waltertamboer committed Jan 16, 2019
1 parent 288777e commit 061c85f
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,9 @@
"homepage": "https://polderknowledge.com",
"license": "MIT",
"require": {
"php": "~5.5|~7.0",
"bitexpert/phing-securitychecker": "^0.2.1",
"polderknowledge/coding-standards": "^1.1",
"wimg/php-compatibility": "^8.1"
},
"autoload": {
"psr-4": {
"PolderKnowledge\\BuildTools\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"PolderKnowledge\\BuildToolsTest\\": "tests"
}
"php": "~7.1",
"bitexpert/phing-securitychecker": "^0.3.1",
"polderknowledge/coding-standards": "^2.0"
},
"bin": [
"bin/pk-init-build.php"
Expand Down

0 comments on commit 061c85f

Please sign in to comment.