Skip to content

Commit

Permalink
Merge pull request #32 from bufferapp/epd-726-replace-facebook-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
amooabeebadesina authored Jan 24, 2023
2 parents 5d9c348 + 7369f79 commit 9460bd6
Show file tree
Hide file tree
Showing 4 changed files with 937 additions and 579 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php

php:
- 7.1
- 7.3
- 8.1

before_script:
- composer self-update
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"name": "Tigran Hakobyan"
}],
"require": {
"php": ">=5.6.4",
"facebook/graph-sdk": "^5.5"
"php": ">=7.4",
"nickdnk/graph-sdk": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"mockery/mockery": "^0.9.9"
"phpunit/phpunit": "^9.5.27",
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9460bd6

Please sign in to comment.