Skip to content

Commit

Permalink
Merge pull request #7 from Pezhvak/patch-1
Browse files Browse the repository at this point in the history
Update phpdotenv to v4
  • Loading branch information
snuzi committed May 27, 2020
2 parents cfed064 + ecb9349 commit a2f5972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sabri/tiktok",
"type": "App",
"type": "library",
"description" : "sabri/tiktok is php Tiktok scraper",
"keywords": ["php", "tiktok", "musically"],
"homepage" : "http://github.com/snuzi",
Expand All @@ -16,7 +16,7 @@
},
"require": {
"guzzlehttp/guzzle": "^6.3",
"vlucas/phpdotenv": "^3.6"
"vlucas/phpdotenv": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a2f5972

Please sign in to comment.