diff --git a/CollectionService/composer.json b/CollectionService/composer.json index 459035ff..9d5fbd70 100644 --- a/CollectionService/composer.json +++ b/CollectionService/composer.json @@ -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", @@ -27,6 +27,7 @@ "autoload": { "psr-4": {"Islandora\\CollectionService\\": "src/"} }, + "license": "MIT", "authors": [ { "name": "Islandora Foundation", diff --git a/README.md b/README.md index 504198a9..2d29eecc 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/ResourceService/composer.json b/ResourceService/composer.json index f8ad34a1..b4142bee 100644 --- a/ResourceService/composer.json +++ b/ResourceService/composer.json @@ -16,6 +16,7 @@ "autoload": { "psr-4": {"Islandora\\ResourceService\\": "src/"} }, + "license": "MIT", "authors": [ { "name": "Islandora Foundation", diff --git a/TransactionService/composer.json b/TransactionService/composer.json index 88f12673..dd94aa28 100644 --- a/TransactionService/composer.json +++ b/TransactionService/composer.json @@ -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": { @@ -19,6 +19,7 @@ "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "^2.0@dev" }, + "license": "MIT", "authors": [ { "name": "Islandora Foundation", diff --git a/composer.json b/composer.json index 2af66ece..41bc764b 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -46,11 +46,19 @@ }, { "name": "Jared Whiklo", - "email": "jwhiklo@gmail.com" + "email": "jwhiklo@gmail.com", + "role": "Maintainer" }, { "name": "Nick Ruest", - "email": "ruestn@gmail.com" + "email": "ruestn@gmail.com", + "role": "Maintainer" + }, + { + "name": "Diego Pino", + "email": "dpino@krayon.cl", + "role": "Maintainer" } + ] } diff --git a/composer.lock b/composer.lock index 8407902e..568b5f18 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ef74a8745a28385e26b7cf9a6de3ced6", - "content-hash": "b9c4018e1765abb8739fc99cd2c33961", + "hash": "9f02e35a4e7bd2e26140db43eff232c7", + "content-hash": "0905e173dc93c5b7247bae5718a367a2", "packages": [ { "name": "easyrdf/easyrdf", @@ -297,18 +297,18 @@ }, { "name": "islandora/collection-service", - "version": "dev-sprint-002", + "version": "dev-master", "dist": { "type": "path", "url": "CollectionService", - "reference": "3b8d55953d3916ebdce5c454d2c70dd364185661", + "reference": "280f93c58aa5d6ab89d7e608f78f8e3f15aa8a8a", "shasum": null }, "require": { "easyrdf/easyrdf": "^0.9.1", "islandora/chullo": "^0.0", - "islandora/resource-service": "dev-sprint-002", - "islandora/transaction-service": "dev-sprint-002", + "islandora/resource-service": "master", + "islandora/transaction-service": "master", "ml/json-ld": "^1.0", "silex/silex": "^1.3", "symfony/config": "^3.0", @@ -348,7 +348,7 @@ }, { "name": "islandora/resource-service", - "version": "dev-sprint-002", + "version": "dev-master", "dist": { "type": "path", "url": "ResourceService", @@ -396,16 +396,16 @@ }, { "name": "islandora/transaction-service", - "version": "dev-sprint-002", + "version": "dev-master", "dist": { "type": "path", "url": "TransactionService", - "reference": "ae5a46f9221abc2005217811cf1faf5d513b96fd", + "reference": "d0ec3bdefa103d251780da32ea065a315de26dac", "shasum": null }, "require": { "islandora/chullo": "^0.0", - "islandora/resource-service": "dev-sprint-002", + "islandora/resource-service": "master", "silex/silex": "^1.3" }, "require-dev": { @@ -941,12 +941,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "5f4f7b4aaf3615f62183e818f5efa542d4fb95f2" + "reference": "61c2c5bde2c32fdb8e60a03644e99451d7a069c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/5f4f7b4aaf3615f62183e818f5efa542d4fb95f2", - "reference": "5f4f7b4aaf3615f62183e818f5efa542d4fb95f2", + "url": "https://api.github.com/repos/symfony/debug/zipball/61c2c5bde2c32fdb8e60a03644e99451d7a069c8", + "reference": "61c2c5bde2c32fdb8e60a03644e99451d7a069c8", "shasum": "" }, "require": { @@ -990,7 +990,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2016-03-30 10:41:47" + "time": "2016-05-12 15:59:27" }, { "name": "symfony/event-dispatcher", @@ -1107,12 +1107,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "18b24bc32d2495ae79d76e777368786a6536fe31" + "reference": "bf70183fee96c62cc63bcf0f600ad1fcc23e8cd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/18b24bc32d2495ae79d76e777368786a6536fe31", - "reference": "18b24bc32d2495ae79d76e777368786a6536fe31", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/bf70183fee96c62cc63bcf0f600ad1fcc23e8cd0", + "reference": "bf70183fee96c62cc63bcf0f600ad1fcc23e8cd0", "shasum": "" }, "require": { @@ -1152,7 +1152,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2016-04-12 18:09:53" + "time": "2016-05-11 13:57:40" }, { "name": "symfony/http-kernel", @@ -1160,12 +1160,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "710fdc71161656d48cff0d788c5c3a2886e4ee40" + "reference": "80001c27501d33a46d2fff4f4615358612d87b1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/710fdc71161656d48cff0d788c5c3a2886e4ee40", - "reference": "710fdc71161656d48cff0d788c5c3a2886e4ee40", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/80001c27501d33a46d2fff4f4615358612d87b1c", + "reference": "80001c27501d33a46d2fff4f4615358612d87b1c", "shasum": "" }, "require": { @@ -1234,7 +1234,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2016-05-09 22:35:04" + "time": "2016-05-11 13:57:40" }, { "name": "symfony/polyfill-mbstring", @@ -1799,21 +1799,24 @@ }, { "name": "phpunit/php-timer", - "version": "1.0.7", + "version": "1.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "require-dev": { + "phpunit/phpunit": "~4|~5" + }, "type": "library", "autoload": { "classmap": [ @@ -1836,7 +1839,7 @@ "keywords": [ "timer" ], - "time": "2015-06-21 08:01:12" + "time": "2016-05-12 18:03:57" }, { "name": "phpunit/php-token-stream", @@ -2393,12 +2396,12 @@ "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "e2e47568fcdc8b5f18f1dca088659944681e9ab5" + "reference": "0434c489d21e402199fb0b4ab581af5009cb706d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e2e47568fcdc8b5f18f1dca088659944681e9ab5", - "reference": "e2e47568fcdc8b5f18f1dca088659944681e9ab5", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/0434c489d21e402199fb0b4ab581af5009cb706d", + "reference": "0434c489d21e402199fb0b4ab581af5009cb706d", "shasum": "" }, "require": { @@ -2463,14 +2466,12 @@ "phpcs", "standards" ], - "time": "2016-05-06 21:49:43" + "time": "2016-05-12 04:41:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { - "islandora/resource-service": 20, - "islandora/collection-service": 20, "squizlabs/php_codesniffer": 20 }, "prefer-stable": false,