Created
June 7, 2025 19:21
-
-
Save luebbert42/7b17b58c95561b51d74022508881e951 to your computer and use it in GitHub Desktop.
composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "informatik/quizzy", | |
| "description": "Ein kleines SQLite-Quiz mit PHP", | |
| "type": "project", | |
| "autoload": { | |
| "psr-4": { | |
| "flight\\": "flight/" | |
| } | |
| }, | |
| "require": { | |
| "mikecao/flight": "^3.15" | |
| }, | |
| "minimum-stability": "stable", | |
| "prefer-stable": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment