composer.json 322 B

12345678910111213141516
  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. }