Archived
1
0
Fork 0

Composer: update to phalcon >= 4.0.0 and php >=7.4.0

This commit is contained in:
Henrik Hautakoski 2022-07-26 19:39:02 +02:00
parent 5708effa6f
commit 53f50ba49e
2 changed files with 1315 additions and 288 deletions

View file

@ -2,8 +2,9 @@
"name" : "pnx/httpcb",
"description" : "",
"require": {
"php": ">=7.0.0",
"ext-phalcon": ">=3.4.0",
"php": ">=7.4.0",
"ext-phalcon": ">=4.0.0",
"ext-psr": "*",
"ext-redis": "*",
"ext-yaml": "*",
"robmorgan/phinx": "^0.10.6",