diff --git a/README.md b/README.md index c81c3e3..20bf58e 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,4 @@ camunda1: camunda2: type: 'camunda' baseUrl: 'http://172.17.0.1:8081/engine-rest/' -``` \ No newline at end of file +``` diff --git a/composer.json b/composer.json index e685aa6..defb0ad 100755 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "php": "^7.2", "ext-ctype": "*", "ext-iconv": "*", + "linkorb/org-sync": "^1.1", "symfony/console": "4.3.*", "symfony/dotenv": "4.3.*", "symfony/flex": "^1.3.1", @@ -17,6 +18,12 @@ "require-dev": { "phpunit/phpunit": "^8" }, + "repositories": [ + { + "type": "vcs", + "url": "git@github.com:amsprost/org-sync.git" + } + ], "config": { "preferred-install": { "*": "dist" diff --git a/composer.lock b/composer.lock index 4b05fff..662c928 100644 --- a/composer.lock +++ b/composer.lock @@ -60,16 +60,16 @@ }, { "name": "doctrine/annotations", - "version": "v1.6.1", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24" + "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb", + "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb", "shasum": "" }, "require": { @@ -78,12 +78,12 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^7.5@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -96,6 +96,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -104,10 +108,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -124,7 +124,7 @@ "docblock", "parser" ], - "time": "2019-03-25T19:12:02+00:00" + "time": "2019-08-08T18:11:40+00:00" }, { "name": "doctrine/lexer", @@ -458,6 +458,7 @@ }, "require": { "doctrine/annotations": "^1.6", + "ext-json": "*", "knplabs/github-api": "^2.11", "php": "^7.2", "php-http/guzzle6-adapter": "^1.1", @@ -782,21 +783,21 @@ }, { "name": "php-http/message", - "version": "1.7.2", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", - "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1" + "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/b159ffe570dffd335e22ef0b91a946eacb182fa1", - "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1", + "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c", + "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c", "shasum": "" }, "require": { "clue/stream-filter": "^1.4", - "php": "^5.4 || ^7.0", + "php": "^7.1", "php-http/message-factory": "^1.0.2", "psr/http-message": "^1.0" }, @@ -822,7 +823,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -850,7 +851,7 @@ "message", "psr-7" ], - "time": "2018-11-01T09:32:41+00:00" + "time": "2019-08-05T06:55:08+00:00" }, { "name": "php-http/message-factory", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index cbefffa..0047d33 100755 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -16,4 +16,4 @@ - \ No newline at end of file +