Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Missing composer file for action.share (vendor is commited instead).
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 13, 2016
1 parent 1d2b479 commit 6f7ca45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/src/plugins/action.share/composer.json
@@ -0,0 +1,11 @@
{
"name": "Sharing Features",
"description": "Share files and folders with internal or external collaborators",
"homepage": "https://pydio.com/",
"license":"AGPL-3.0",
"autoload": {
"psr-4": {
"Pydio\\Share\\": "./src"
}
}
}

0 comments on commit 6f7ca45

Please sign in to comment.