Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebookarchive/php-graph-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.x
Choose a base ref
...
head repository: Slickdeals/php-graph-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.x
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 29, 2023

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    9df81f7 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 composer.json
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@
"description": "Facebook SDK for PHP",
"keywords": ["facebook", "sdk"],
"type": "library",
"homepage": "https://github.com/facebook/php-graph-sdk",
"homepage": "https://github.com/Slickdeals/php-graph-sdk",
"license": "Facebook Platform",
"authors": [
{
"name": "Facebook",
"homepage": "https://github.com/facebook/php-graph-sdk/contributors"
"homepage": "https://github.com/Slickdeals/php-graph-sdk/contributors"
}
],
"require": {
"php": "^5.4|^7.0"
"php": "^5.4|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",