diff --git a/composer.lock b/composer.lock index bc09757..8e19ba0 100644 --- a/composer.lock +++ b/composer.lock @@ -1437,16 +1437,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.0.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d" + "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd088dc940a418f09cda079a9b5c7c478890fb8d", - "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4", + "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4", "shasum": "" }, "require": { @@ -1454,7 +1454,7 @@ "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "^6.5 || ^7.0" + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" }, "bin": [ "bin/php-parse" @@ -1462,7 +1462,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -1484,7 +1484,7 @@ "parser", "php" ], - "time": "2018-07-15T17:25:16+00:00" + "time": "2019-09-01T07:51:21+00:00" }, { "name": "nyholm/nsa", @@ -3430,16 +3430,16 @@ }, { "name": "symfony/maker-bundle", - "version": "v1.6.0", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "a1b0d9ff35219ec36c44fcc6213056cc339a1cf8" + "reference": "c4388410e2fb6321e77c5dd6e3cb2dba821f9fe6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/a1b0d9ff35219ec36c44fcc6213056cc339a1cf8", - "reference": "a1b0d9ff35219ec36c44fcc6213056cc339a1cf8", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/c4388410e2fb6321e77c5dd6e3cb2dba821f9fe6", + "reference": "c4388410e2fb6321e77c5dd6e3cb2dba821f9fe6", "shasum": "" }, "require": { @@ -3455,12 +3455,15 @@ "symfony/http-kernel": "^3.4|^4.0" }, "require-dev": { - "allocine/twigcs": "^3.0", "doctrine/doctrine-bundle": "^1.8", "doctrine/orm": "^2.3", "friendsofphp/php-cs-fixer": "^2.8", - "symfony/phpunit-bridge": "^3.4|^4.0", - "symfony/process": "^3.4|^4.0" + "friendsoftwig/twigcs": "^3.1.2", + "symfony/http-client": "^4.3", + "symfony/phpunit-bridge": "^3.4.19|^4.0", + "symfony/process": "^3.4|^4.0", + "symfony/security-core": "^3.4|^4.0", + "symfony/yaml": "^3.4|^4.0" }, "type": "symfony-bundle", "extra": { @@ -3491,7 +3494,7 @@ "scaffold", "scaffolding" ], - "time": "2018-08-07T16:05:09+00:00" + "time": "2019-08-18T17:34:03+00:00" }, { "name": "symfony/mime",