Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

37 Zeilen
952B

  1. {
  2. "name": "warehouse/app",
  3. "description": "A warehouse management app: locations, items, and stock movements",
  4. "scripts": {
  5. "serve": "php command.php serve",
  6. "test": "vendor/bin/phpunit"
  7. },
  8. "autoload": {
  9. "psr-4": {
  10. "App\\": "app",
  11. "Framework\\": "framework"
  12. },
  13. "files": [
  14. "framework/helpers.php"
  15. ]
  16. },
  17. "config": {
  18. "process-timeout": 0
  19. },
  20. "require": {
  21. "filp/whoops": "^2.1",
  22. "vlucas/phpdotenv": "^5.2",
  23. "symfony/console": "^5.1",
  24. "league/flysystem": "^2.0",
  25. "opis/closure": "^3.6",
  26. "monolog/monolog": "^2.2",
  27. "swiftmailer/swiftmailer": "^6.2",
  28. "wildbit/swiftmailer-postmark": "^3.3"
  29. },
  30. "require-dev": {
  31. "phpunit/phpunit": "^9.5",
  32. "symfony/panther": "^0.9.0",
  33. "dbrekelmans/bdi": "^0.3.0",
  34. "symfony/process": "^5.2"
  35. }
  36. }

Powered by TurnKey Linux.