Licitator 1.0
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

5 years ago
  1. {
  2. "name": "zitec/rule-engine-bundle-acdr",
  3. "type": "symfony-bundle",
  4. "version": "1.0.1",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Andrei Ciovica",
  9. "email": "andrei.ciovica@zitec.com"
  10. },
  11. {
  12. "name": "Zitec",
  13. "homepage": "https://www.zitec.com"
  14. }
  15. ],
  16. "require": {
  17. "php": ">=7.1"
  18. },
  19. "suggest": {
  20. "doctrine/orm": "For using Rule entities",
  21. "sonata-project/doctrine-orm-admin-bundle": "For easy administration of the doctrine entities."
  22. },
  23. "autoload": {
  24. "psr-4": { "Zitec\\RuleEngineBundle\\": "" }
  25. }
  26. }