Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Created June 8, 2020 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickstewart95/22dc0e1d1467d1bea6cb4433a415478b to your computer and use it in GitHub Desktop.
Save nickstewart95/22dc0e1d1467d1bea6cb4433a415478b to your computer and use it in GitHub Desktop.
{
"autoload": {
"psr-4": {
"Sample\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"illuminate/database": "^7.14.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment