mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue