Skip to content

Commit

Permalink
Merge pull request #1 from ahmedash95/oop
Browse files Browse the repository at this point in the history
oop & implement cache
  • Loading branch information
ahmedash95 committed Feb 17, 2021
2 parents 9c7470c + bc1c5f4 commit 6aabf35
Show file tree
Hide file tree
Showing 17 changed files with 1,172 additions and 66 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"require": {
"joetannenbaum/alfred-workflow": "^0.1.2",
"tightenco/collect": "^8.19"
"tightenco/collect": "^8.19",
"symfony/http-client": "^5.2",
"symfony/cache": "^5.2"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}

0 comments on commit 6aabf35

Please sign in to comment.