composer.json: require psr >= 1.2
This commit is contained in:
parent
88318f00ba
commit
64e80ab58b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"require": {
|
||||
"php": ">=7.4.0",
|
||||
"ext-phalcon": ">=4.0.0",
|
||||
"ext-psr": "*",
|
||||
"ext-psr": ">=1.2",
|
||||
"ext-redis": "*",
|
||||
"ext-yaml": "*",
|
||||
"robmorgan/phinx": "^0.10.6",
|
||||
|
|
|
|||
Reference in a new issue