{ "name": "zitec/rule-engine-bundle-acdr", "type": "symfony-bundle", "version": "1.0.1", "license": "MIT", "authors": [ { "name": "Andrei Ciovica", "email": "andrei.ciovica@zitec.com" }, { "name": "Zitec", "homepage": "https://www.zitec.com" } ], "require": { "php": ">=7.1" }, "suggest": { "doctrine/orm": "For using Rule entities", "sonata-project/doctrine-orm-admin-bundle": "For easy administration of the doctrine entities." }, "autoload": { "psr-4": { "Zitec\\RuleEngineBundle\\": "" } } }