Skip to content

Commit

Permalink
Merge pull request artdarek#11 from mohitmamoria/master
Browse files Browse the repository at this point in the history
updated config and readme to support php 5.3
  • Loading branch information
artdarek committed Sep 15, 2013
2 parents fbe836d + eebddf1 commit 85b1574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ return array(
'Facebook' => array(
'client_id' => '',
'client_secret' => '',
'scope' => [],
'scope' => array(),
),

)
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'Facebook' => array(
'client_id' => '',
'client_secret' => '',
'scope' => [],
'scope' => array(),
),

)
Expand Down

0 comments on commit 85b1574

Please sign in to comment.