123456789101112131415161718 |
- {
- "name": "lunar/git_first",
- "description": "Test project",
- "autoload": {
- "psr-4": {
- "Lunar\\GitFirst\\": "src/"
- }
- },
- "authors": [
- {
- "name": "axkuhta",
- "email": "11133304+AXKuhta@users.noreply.github.com"
- }
- ],
- "require": {
- "mikecao/flight": "^2.0"
- }
- }
|