You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
656 B
26 lines
656 B
{
|
|
"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\\": "" }
|
|
}
|
|
}
|