composer.json 360 B

123456789101112131415161718
  1. {
  2. "name": "lunar/git_first",
  3. "description": "Test project",
  4. "autoload": {
  5. "psr-4": {
  6. "Lunar\\GitFirst\\": "src/"
  7. }
  8. },
  9. "authors": [
  10. {
  11. "name": "axkuhta",
  12. "email": "11133304+AXKuhta@users.noreply.github.com"
  13. }
  14. ],
  15. "require": {
  16. "mikecao/flight": "^2.0"
  17. }
  18. }