diff --git a/composer.json b/composer.json index 03466fb60..ea08e5f77 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ }, "require": { "php": ">=7.2", - "ext-phalcon": "^4.0" + "ext-phalcon": "^4.0", + "phalcon/incubator-acl": "^1.0.0-alpha.1" }, "require-dev": { "phpdocumentor/reflection-docblock": "2.0.4", diff --git a/composer.lock b/composer.lock index 4bfab4fed..b45f31723 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,67 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "50bb89b66a052ac2034ad5b000b2238d", - "packages": [], + "content-hash": "b6f69e31917ad3420c1f304cf35f1bf9", + "packages": [ + { + "name": "phalcon/incubator-acl", + "version": "v1.0.0-alpha.1", + "source": { + "type": "git", + "url": "https://github.com/phalcon/incubator-acl.git", + "reference": "33b4e184ef9c99d355c20eb983e85621015c6d3f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phalcon/incubator-acl/zipball/33b4e184ef9c99d355c20eb983e85621015c6d3f", + "reference": "33b4e184ef9c99d355c20eb983e85621015c6d3f", + "shasum": "" + }, + "require": { + "ext-phalcon": "^4.0", + "php": ">=7.2" + }, + "require-dev": { + "codeception/codeception": "^4.1", + "codeception/module-asserts": "^1.0.0", + "mongodb/mongodb": "^1.6", + "phalcon/ide-stubs": "^4.0", + "phpstan/phpstan": "^0.12.18", + "squizlabs/php_codesniffer": "3.5.1", + "vimeo/psalm": "3.6.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Phalcon\\Incubator\\Acl\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Phalcon Team", + "email": "team@phalcon.io", + "homepage": "https://phalcon.io/en/team" + }, + { + "name": "Contributors", + "homepage": "https://github.com/phalcon/incubator-acl/graphs/contributors" + } + ], + "description": "Phalcon Incubator Access Control List", + "homepage": "https://phalcon.io", + "keywords": [ + "acl", + "framework", + "incubator", + "phalcon" + ], + "time": "2020-04-13T22:00:37+00:00" + } + ], "packages-dev": [ { "name": "behat/gherkin", @@ -2815,7 +2874,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "phalcon/incubator-acl": 15 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {