Skip to content

Commit 2e6d13d

Browse files
author
Alex Belenky
committed
Add analyze method
1 parent 69866b8 commit 2e6d13d

File tree

7 files changed

+1699
-23
lines changed

7 files changed

+1699
-23
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"description": "What if technology could help improve conversations online",
44
"type": "library",
55
"require": {
6-
"php": ">=7.0",
6+
"php": ">=7.1",
77
"guzzlehttp/guzzle": "^6.3"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^8.0"
10+
"phpunit/phpunit": "^8.0",
11+
"vlucas/phpdotenv": "^3.3"
1112
},
1213
"autoload": {
1314
"psr-4": {

0 commit comments

Comments
 (0)