From c0fdff1427621dd2ca798b86da46cf23a8683860 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 4 Apr 2022 15:02:22 +0200 Subject: [PATCH] pkg: phalcon 5 test as well --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f25121656..a3ea8ca03 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2021 Franco Fichtner +# Copyright (c) 2014-2022 Franco Fichtner # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -129,7 +129,8 @@ CORE_COPYRIGHT_YEARS?= 2014-2022 CORE_DEPENDS_amd64?= beep \ suricata-devel -CORE_DEPENDS_PHP74= php74-openssl php74-json +CORE_DEPENDS_PHP74= php74-phalcon4 php74-openssl php74-json +CORE_DEPENDS_PHP80= php80-phalcon CORE_DEPENDS?= ca_root_nss \ choparp \ @@ -167,7 +168,6 @@ CORE_DEPENDS?= ca_root_nss \ php${CORE_PHP}-ldap \ php${CORE_PHP}-pdo \ php${CORE_PHP}-pecl-radius \ - php${CORE_PHP}-phalcon4 \ php${CORE_PHP}-phpseclib \ php${CORE_PHP}-session \ php${CORE_PHP}-simplexml \