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.

32 lines
939 B

5 years ago
  1. {
  2. "name": "prometeo/prometeo-command",
  3. "type": "symfony-bundle",
  4. "version": "1.0.3",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Miguel Angel Pescador",
  9. "email": "miguelangelps@prometeoinnova.com"
  10. },
  11. {
  12. "name": "Prometeo Innovations S.L.",
  13. "homepage": "https://www.prometeoinnovations.com"
  14. }
  15. ],
  16. "require": {
  17. "php": ">=7.2",
  18. "symfony/maker-bundle": "^1.14",
  19. "sonata-project/admin-bundle": "^3.56",
  20. "symfony/panther": "^0.6",
  21. "dama/doctrine-test-bundle": "^6.3",
  22. "doctrine/doctrine-fixtures-bundle": "^3.3",
  23. "phpoffice/phpword": "^0.17"
  24. },
  25. "suggest": {
  26. "doctrine/orm": "To access database",
  27. "sonata-project/doctrine-orm-admin-bundle": "For Generate entities and admin"
  28. },
  29. "autoload": {
  30. "psr-4": { "Prometeo\\CommandsBundle\\": "" }
  31. }
  32. }