Skip to content

Commit

Permalink
A couple more updates from the repo move. (#2)
Browse files Browse the repository at this point in the history
* A couple more updates from the repo move.

* Prepare for 0.0.1 release.

* Add license info to composer.json
  • Loading branch information
ruebot authored and whikloj committed May 13, 2016
1 parent fff2acf commit e105b2e
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 40 deletions.
5 changes: 3 additions & 2 deletions CollectionService/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}],
"require": {
"islandora/chullo": "^0.0",
"islandora/resource-service" : "dev-sprint-002",
"islandora/transaction-service" : "dev-sprint-002",
"islandora/resource-service" : "^0.0",
"islandora/transaction-service" : "^0.0",
"silex/silex": "^1.3",
"symfony/config": "^3.0",
"twig/twig": "^1.23",
Expand All @@ -27,6 +27,7 @@
"autoload": {
"psr-4": {"Islandora\\CollectionService\\": "src/"}
},
"license": "MIT",
"authors": [
{
"name": "Islandora Foundation",
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,26 @@ This mounts all the various individual microservices under the `/islandora` URL,

See the individual services for more information on their endpoints.

## Maintainers/Sponsors

* UPEI
* discoverygarden inc.
* LYRASIS
* McMaster University
* University of Limerick
* York University
* University of Manitoba
* Simon Fraser University
* PALS
* American Philosophical Society
* common media inc.

Maintainers:

* [Jared Whiklo](https://github.com/whikloj)
* [Diego Pino](https://github.com/diegopino)
* [Nick Ruest](https://github.com/ruebot)

## License

[MIT](https://opensource.org/licenses/MIT)
1 change: 1 addition & 0 deletions ResourceService/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"autoload": {
"psr-4": {"Islandora\\ResourceService\\": "src/"}
},
"license": "MIT",
"authors": [
{
"name": "Islandora Foundation",
Expand Down
3 changes: 2 additions & 1 deletion TransactionService/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"islandora/chullo": "^0.0",
"islandora/resource-service": "dev-sprint-002",
"islandora/resource-service": "^0.0",
"silex/silex": "^1.3"
},
"autoload": {
Expand All @@ -19,6 +19,7 @@
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.0@dev"
},
"license": "MIT",
"authors": [
{
"name": "Islandora Foundation",
Expand Down
16 changes: 12 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"islandora/chullo": "^0.0",
"islandora/resource-service": "dev-sprint-002",
"islandora/collection-service": "dev-sprint-002",
"islandora/resource-service" : "^0.0",
"islandora/collection-service" : "^0.0",
"silex/silex": "^1.3",
"symfony/config": "^3.0",
"twig/twig": "^1.23",
Expand All @@ -46,11 +46,19 @@
},
{
"name": "Jared Whiklo",
"email": "[email protected]"
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Nick Ruest",
"email": "[email protected]"
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Diego Pino",
"email": "[email protected]",
"role": "Maintainer"
}

]
}
67 changes: 34 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e105b2e

Please sign in to comment.