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.

43 lines
837 B

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