From 9356e86e1b230d44d7496ae39303ad2c3cd6ce98 Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:07:52 +0200 Subject: [PATCH] Update composer.json to phalcon 5+ and migrations 3+ --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5a0d01102..c14bb6cc6 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,10 @@ "require": { "php": ">=7.2", "ext-pdo": "*", - "ext-phalcon": "^4.0.0", + "ext-phalcon": "^5.0.0", "psy/psysh": "~0.9", "nikic/php-parser": "^4.2.4", - "phalcon/migrations": "^2.0", + "phalcon/migrations": "^3.0", "vlucas/phpdotenv": "^3.6|^4.0|^5.0" }, "require-dev": {