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.

25 lines
701B

  1. {
  2. "name": "lc/admin-bundle",
  3. "type": "symfony-bundle",
  4. "description": "Administration for Symfony applications based on easyadmin",
  5. "keywords": ["backend", "admin", "generator"],
  6. "homepage": "https://gitea.laclic.fr/Laclic/SovBundle",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "La clic !",
  11. "homepage": "https://www.laclic.fr/"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=7.2.5",
  16. "artgris/filemanager-bundle": "^2.2",
  17. "easycorp/easyadmin-bundle": "^3.0",
  18. "friendsofsymfony/ckeditor-bundle": "^2.2",
  19. "stof/doctrine-extensions-bundle": "^1.5",
  20. },
  21. "config": {
  22. "sort-packages": true
  23. }
  24. }