Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example ResourceService #131

Merged
merged 15 commits into from
Jan 15, 2016
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions services/ResourceService/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
26 changes: 26 additions & 0 deletions services/ResourceService/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "islandora/resource-service",
"description": "RESTful service providing resources in Fedora 4",
"repositories": [
{
"type": "vcs",
"url": "/Users/dpino/Desktop/Development/ISLANDORAWORK/CLAW_MICRO/chullo"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of below comment: Should this be the main github repo and just make this PR rely on the Chullo PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

completely. Not needed anymore, since we have agreement on chullo. Will change this during the day. Thanks @whikloj

}
],
"require": {
"islandora/chullo": "dev-api",
"silex/silex": "^1.3",
"symfony/config": "^3.0",
"twig/twig": "^1.23",
"symfony/psr-http-message-bridge": "^0.2.0"
},
"autoload": {
"psr-4": {"Islandora\\ResourceService\\": "src/"}
},
"authors": [
{
"name": "Diego Pino Navarro",
"email": "[email protected]"
}
]
}
Loading