Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodfraind committed Feb 3, 2016
1 parent bd4d6b2 commit b81695c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"type": "claroline-plugin",
"license": "GPL-3.0+",
"require": {
"php": ">=5.4.1",
"php": ">=5.5",
"claroline/core-bundle": "~6.0",
"hwi/oauth-bundle": "0.4.*@dev"
},
"autoload": {
"psr-0": { "Claroline\\Facebook": "" }
},
"target-dir": "Claroline/FacebookBundle"
"psr-4": { "Claroline\\Facebook\\": "" }
}
}

0 comments on commit b81695c

Please sign in to comment.