Update Composer dependency versions

This commit is contained in:
Alex Cabal 2020-03-01 10:48:48 -06:00
parent e3bf6115c8
commit caa623bd0b

View file

@ -1,13 +1,13 @@
{
"require-dev": {
"phpstan/phpstan": "^0.11.2",
"thecodingmachine/phpstan-safe-rule": "^0.1.3"
"phpstan/phpstan": "^0.12.11",
"thecodingmachine/phpstan-safe-rule": "^1.0.0"
},
"autoload": {
"psr-4": {"": "lib/"},
"files": ["lib/Constants.php", "lib/CoreFunctions.php"]
},
"require": {
"thecodingmachine/safe": "^0.1.14"
"thecodingmachine/safe": "^1.0.0"
}
}