mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Update Composer dependency versions
This commit is contained in:
parent
e3bf6115c8
commit
caa623bd0b
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpstan/phpstan": "^0.11.2",
|
"phpstan/phpstan": "^0.12.11",
|
||||||
"thecodingmachine/phpstan-safe-rule": "^0.1.3"
|
"thecodingmachine/phpstan-safe-rule": "^1.0.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {"": "lib/"},
|
"psr-4": {"": "lib/"},
|
||||||
"files": ["lib/Constants.php", "lib/CoreFunctions.php"]
|
"files": ["lib/Constants.php", "lib/CoreFunctions.php"]
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"thecodingmachine/safe": "^0.1.14"
|
"thecodingmachine/safe": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue