improve composer behaviour for psalm; bump dev dependencies and add sqlite3+mysqli

pull/229/head
David Goodwin 7 years ago
parent 59dc05d746
commit 77b87107f9

@ -14,6 +14,9 @@
"php": ">=5.2" "php": ">=5.2"
}, },
"require-dev": { "require-dev": {
"ext-sqlite3": "*",
"ext-mysqli": "*",
"php": ">7.2.0",
"friendsofphp/php-cs-fixer": "^2.7", "friendsofphp/php-cs-fixer": "^2.7",
"vimeo/psalm":"^3.0", "vimeo/psalm":"^3.0",
"jakub-onderka/php-parallel-lint": "^1.0", "jakub-onderka/php-parallel-lint": "^1.0",
@ -23,7 +26,8 @@
"autoload": { "autoload": {
"files": [ "files": [
"config.inc.php", "config.inc.php",
"functions.inc.php" "functions.inc.php",
"lib/smarty/libs/bootstrap.php"
] ]
} }
} }

Loading…
Cancel
Save