Unverified Commit b3264ea4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

php84Extensions.phalcon: remove broken flag (#397983)

parents e744dc44 6a2be790
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,6 +37,5 @@ buildPecl rec {
    license = licenses.bsd3;
    homepage = "https://phalcon.io";
    maintainers = teams.php.members ++ [ maintainers.krzaczek ];
    broken = lib.versionAtLeast php.version "8.4";
  };
}