diff --git a/composer.json b/composer.json index 748e3b412..e52a9c8af 100644 --- a/composer.json +++ b/composer.json @@ -35,16 +35,16 @@ "symfony/event-dispatcher": "^2.5|^3|^4" }, "require-dev": { - "patchwork/jsqueeze": "~2", - "natxet/CssMin": "3.0.4", - "pear/archive_tar": "^1.4.2", + "codeception/aspect-mock": "^1|^2.1.1", "codeception/base": "^2.3.7", - "goaop/framework": "~2.1.2", "codeception/verify": "^0.3.2", - "codeception/aspect-mock": "^1|^2.1.1", + "goaop/framework": "2.2.0", "greg-1-anderson/composer-test-scenarios": "^1", - "satooshi/php-coveralls": "^2", + "natxet/CssMin": "3.0.4", + "patchwork/jsqueeze": "~2", + "pear/archive_tar": "^1.4.2", "phpunit/php-code-coverage": "~2|~4", + "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.8" }, "scripts": { diff --git a/composer.lock b/composer.lock index 4211f82bf..aef323a2f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "27eda046ef343bce7c37d7bdf0fe5064", + "content-hash": "def1d831492ee10ce1b67aa3626fa6ae", "packages": [ { "name": "consolidation/annotated-command", @@ -1376,6 +1376,80 @@ ], "time": "2017-02-24T16:22:25+00:00" }, + { + "name": "doctrine/cache", + "version": "v1.7.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/cache.git", + "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", + "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", + "shasum": "" + }, + "require": { + "php": "~7.1" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" + }, + "require-dev": { + "alcaeus/mongo-php-adapter": "^1.1", + "mongodb/mongodb": "^1.1", + "phpunit/phpunit": "^5.7", + "predis/predis": "~1.0" + }, + "suggest": { + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Caching library offering an object-oriented API for many cache backends", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "cache", + "caching" + ], + "time": "2017-08-25T07:02:50+00:00" + }, { "name": "doctrine/instantiator", "version": "1.0.5", @@ -1486,29 +1560,32 @@ }, { "name": "goaop/framework", - "version": "2.1.2", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/goaop/framework.git", - "reference": "6e2a0fe13c1943db02a67588cfd27692bddaffa5" + "reference": "152abbffffcba72d2d159b892deb40b0829d0f28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/goaop/framework/zipball/6e2a0fe13c1943db02a67588cfd27692bddaffa5", - "reference": "6e2a0fe13c1943db02a67588cfd27692bddaffa5", + "url": "https://api.github.com/repos/goaop/framework/zipball/152abbffffcba72d2d159b892deb40b0829d0f28", + "reference": "152abbffffcba72d2d159b892deb40b0829d0f28", "shasum": "" }, "require": { - "doctrine/annotations": "~1.0", - "goaop/parser-reflection": "~1.2", + "doctrine/annotations": "^1.2.3", + "doctrine/cache": "^1.5", + "goaop/parser-reflection": "~1.4", "jakubledl/dissect": "~1.0", "php": ">=5.6.0" }, "require-dev": { "adlawson/vfs": "^0.12", "doctrine/orm": "^2.5", - "phpunit/phpunit": "^4.8", - "symfony/console": "^2.7|^3.0" + "phpunit/phpunit": "^5.7", + "symfony/console": "^2.7|^3.0", + "symfony/filesystem": "^3.3", + "symfony/process": "^3.3" }, "suggest": { "symfony/console": "Enables the usage of the command-line tool." @@ -1545,7 +1622,7 @@ "library", "php" ], - "time": "2017-07-12T11:46:25+00:00" + "time": "2018-01-05T23:07:51+00:00" }, { "name": "goaop/parser-reflection", @@ -1628,6 +1705,7 @@ } ], "description": "Useful scripts for testing multiple sets of Composer dependencies.", + "abandoned": "g-1-a/composer-test-scenarios", "time": "2018-01-17T20:25:16+00:00" }, {