Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelscommits authored Nov 12, 2022
1 parent d33a6e9 commit 5e1f3f9
Show file tree
Hide file tree
Showing 22 changed files with 1,500 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "raque/api",
"autoload": {
"psr-4": {
"App\\": "src/"
},
"files": ["src/helpers.php"]
},
"authors": [
{
"name": "Raquel",
"email": "[email protected]"
}
],
"require": {
"bramus/router": "^1.6",
"larapack/dd": "^1.1",
"vlucas/phpdotenv": "^5.5"
}
}
Loading

0 comments on commit 5e1f3f9

Please sign in to comment.