Skip to content

Commit

Permalink
add github topics
Browse files Browse the repository at this point in the history
  • Loading branch information
flug committed Jun 26, 2020
1 parent 3a52a3f commit a1de95f
Show file tree
Hide file tree
Showing 26 changed files with 1,472 additions and 1,285 deletions.
6 changes: 6 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ TWITTER_ACCESS_TOKEN_SECRET=
# MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###

###> knplabs/github-api ###
GITHUB_AUTH_METHOD=http_password
GITHUB_USERNAME=username
GITHUB_SECRET=password_or_token
###< knplabs/github-api ###
1 change: 1 addition & 0 deletions .php-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.4.5
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"ext-ctype": "*",
"ext-iconv": "*",
"abraham/twitteroauth": "^1.1",
"knplabs/github-api": "^2.14",
"nyholm/psr7": "^1.3",
"sensio/framework-extra-bundle": "^5.1",
"symfony/asset": "5.1.*",
"symfony/console": "5.1.*",
Expand Down
Loading

0 comments on commit a1de95f

Please sign in to comment.