Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save luebbert42/7b17b58c95561b51d74022508881e951 to your computer and use it in GitHub Desktop.

Select an option

Save luebbert42/7b17b58c95561b51d74022508881e951 to your computer and use it in GitHub Desktop.
composer.json
{
"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