diff --git a/apps/composer.json b/apps/composer.json index 90c5910..9585685 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -53,7 +53,7 @@ "roave/security-advisories": "dev-master", "behat/behat": "3.8.1", "phpstan/phpstan": "0.12.80", - "povils/phpmnd": "2.3.0" + "povils/phpmnd": "2.4.0" }, "config": { "optimize-autoloader": true, diff --git a/apps/composer.lock b/apps/composer.lock index 3b8e2e3..bd13582 100644 --- a/apps/composer.lock +++ b/apps/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2dc848478f4d90e7d029f28702978b1b", + "content-hash": "6f8ff67a2ece60d1e1d4c57cb3cfd9e6", "packages": [ { "name": "composer/installers", @@ -1378,28 +1378,28 @@ }, { "name": "phpunit/php-timer", - "version": "3.1.4", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258" + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/dc9368fae6ef2ffa57eba80a7410bcef81df6258", - "reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", "shasum": "" }, "require": { - "php": "^7.3" + "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -1425,7 +1425,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/master" + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" }, "funding": [ { @@ -1433,27 +1433,27 @@ "type": "github" } ], - "time": "2020-04-20T06:00:37+00:00" + "time": "2020-10-26T13:16:10+00:00" }, { "name": "povils/phpmnd", - "version": "v2.3.0", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/povils/phpmnd.git", - "reference": "51861e5f5fbd9edbd5c45da10d8e94952e8ba701" + "reference": "580a07ebbbc66f6f5339524952bb26414ae8d91e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/povils/phpmnd/zipball/51861e5f5fbd9edbd5c45da10d8e94952e8ba701", - "reference": "51861e5f5fbd9edbd5c45da10d8e94952e8ba701", + "url": "https://api.github.com/repos/povils/phpmnd/zipball/580a07ebbbc66f6f5339524952bb26414ae8d91e", + "reference": "580a07ebbbc66f6f5339524952bb26414ae8d91e", "shasum": "" }, "require": { "nikic/php-parser": "^4.0", - "php": "^7.1", + "php": "^7.1|^8.0", "php-parallel-lint/php-console-highlighter": "^0.4", - "phpunit/php-timer": "^2.0||^3.0", + "phpunit/php-timer": "^2.0||^3.0||^4.0||^5.0", "symfony/console": "^4.0||^5.0", "symfony/finder": "^4.0||^5.0" }, @@ -1488,9 +1488,9 @@ "description": "A tool to detect Magic numbers in codebase", "support": { "issues": "https://github.com/povils/phpmnd/issues", - "source": "https://github.com/povils/phpmnd/tree/master" + "source": "https://github.com/povils/phpmnd/tree/v2.4.0" }, - "time": "2020-05-03T16:20:58+00:00" + "time": "2021-02-27T17:30:03+00:00" }, { "name": "psr/container",