Skip to content

Commit e105b2e

Browse files
ruebotwhikloj
authored andcommitted
A couple more updates from the repo move. (#2)
* A couple more updates from the repo move. * Prepare for 0.0.1 release. * Add license info to composer.json
1 parent fff2acf commit e105b2e

6 files changed

Lines changed: 72 additions & 40 deletions

File tree

CollectionService/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}],
1212
"require": {
1313
"islandora/chullo": "^0.0",
14-
"islandora/resource-service" : "dev-sprint-002",
15-
"islandora/transaction-service" : "dev-sprint-002",
14+
"islandora/resource-service" : "^0.0",
15+
"islandora/transaction-service" : "^0.0",
1616
"silex/silex": "^1.3",
1717
"symfony/config": "^3.0",
1818
"twig/twig": "^1.23",
@@ -27,6 +27,7 @@
2727
"autoload": {
2828
"psr-4": {"Islandora\\CollectionService\\": "src/"}
2929
},
30+
"license": "MIT",
3031
"authors": [
3132
{
3233
"name": "Islandora Foundation",

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,26 @@ This mounts all the various individual microservices under the `/islandora` URL,
3939

4040
See the individual services for more information on their endpoints.
4141

42+
## Maintainers/Sponsors
43+
44+
* UPEI
45+
* discoverygarden inc.
46+
* LYRASIS
47+
* McMaster University
48+
* University of Limerick
49+
* York University
50+
* University of Manitoba
51+
* Simon Fraser University
52+
* PALS
53+
* American Philosophical Society
54+
* common media inc.
55+
56+
Maintainers:
57+
58+
* [Jared Whiklo](https://github.com/whikloj)
59+
* [Diego Pino](https://github.com/diegopino)
60+
* [Nick Ruest](https://github.com/ruebot)
61+
4262
## License
4363

4464
[MIT](https://opensource.org/licenses/MIT)

ResourceService/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"autoload": {
1717
"psr-4": {"Islandora\\ResourceService\\": "src/"}
1818
},
19+
"license": "MIT",
1920
"authors": [
2021
{
2122
"name": "Islandora Foundation",

TransactionService/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"islandora/chullo": "^0.0",
12-
"islandora/resource-service": "dev-sprint-002",
12+
"islandora/resource-service": "^0.0",
1313
"silex/silex": "^1.3"
1414
},
1515
"autoload": {
@@ -19,6 +19,7 @@
1919
"phpunit/phpunit": "^4.8",
2020
"squizlabs/php_codesniffer": "^2.0@dev"
2121
},
22+
"license": "MIT",
2223
"authors": [
2324
{
2425
"name": "Islandora Foundation",

composer.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"islandora/chullo": "^0.0",
24-
"islandora/resource-service": "dev-sprint-002",
25-
"islandora/collection-service": "dev-sprint-002",
24+
"islandora/resource-service" : "^0.0",
25+
"islandora/collection-service" : "^0.0",
2626
"silex/silex": "^1.3",
2727
"symfony/config": "^3.0",
2828
"twig/twig": "^1.23",
@@ -46,11 +46,19 @@
4646
},
4747
{
4848
"name": "Jared Whiklo",
49-
"email": "jwhiklo@gmail.com"
49+
"email": "jwhiklo@gmail.com",
50+
"role": "Maintainer"
5051
},
5152
{
5253
"name": "Nick Ruest",
53-
"email": "ruestn@gmail.com"
54+
"email": "ruestn@gmail.com",
55+
"role": "Maintainer"
56+
},
57+
{
58+
"name": "Diego Pino",
59+
"email": "dpino@krayon.cl",
60+
"role": "Maintainer"
5461
}
62+
5563
]
5664
}

composer.lock

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)