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.

40 line
825 B

  1. {
  2. "name": "spt/bundle-core",
  3. "version": "1.0.2",
  4. "type": "symfony-bundle",
  5. "description": "Core bundle for basic functionality",
  6. "require": {
  7. "php": ">=8.1",
  8. "symfony/security-bundle": "^6.3",
  9. "doctrine/doctrine-bundle": "^2.11",
  10. "doctrine/orm": "^2.17",
  11. "doctrine/doctrine-migrations-bundle": "^3.3"
  12. },
  13. "autoload": {
  14. "psr-4": {
  15. "Spt\\CoreBundle\\": "src/"
  16. }
  17. },
  18. "authors": [
  19. {
  20. "name": "Daniel Knudsen",
  21. "email": "d.knudsen@spawntree.de"
  22. },
  23. {
  24. "name": "Florian Eisenmenger",
  25. "email": "f.eisenmenger@spawntree.de"
  26. }
  27. ],
  28. "config": {
  29. },
  30. "require-dev": {
  31. "symfony/maker-bundle": "^1.51"
  32. },
  33. "scripts": {
  34. "auto-scripts": {
  35. "cache:clear": "symfony-cmd",
  36. "assets:install %PUBLIC_DIR%": "symfony-cmd"
  37. }
  38. }
  39. }