diff --git a/composer.lock b/composer.lock index 091d614706..9839245cc0 100644 --- a/composer.lock +++ b/composer.lock @@ -2829,28 +2829,28 @@ }, { "name": "league/fractal", - "version": "0.19.2", + "version": "0.20", "source": { "type": "git", "url": "https://github.com/thephpleague/fractal.git", - "reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c" + "reference": "419b0cbf5c23a06886a583c2fc0530db2360a70f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/fractal/zipball/06dc15f6ba38f2dde2f919d3095d13b571190a7c", - "reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c", + "url": "https://api.github.com/repos/thephpleague/fractal/zipball/419b0cbf5c23a06886a583c2fc0530db2360a70f", + "reference": "419b0cbf5c23a06886a583c2fc0530db2360a70f", "shasum": "" }, "require": { - "php": ">=5.4" + "php": ">=7.4" }, "require-dev": { "doctrine/orm": "^2.5", "illuminate/contracts": "~5.0", - "mockery/mockery": "~0.9", + "mockery/mockery": "^1.3", "pagerfanta/pagerfanta": "~1.0.0", - "phpunit/phpunit": "^4.8.35 || ^7.5", - "squizlabs/php_codesniffer": "~1.5|~2.0|~3.4", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "~3.4", "zendframework/zend-paginator": "~2.3" }, "suggest": { @@ -2861,7 +2861,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.13-dev" + "dev-master": "0.20.x-dev" } }, "autoload": { @@ -2891,9 +2891,9 @@ ], "support": { "issues": "https://github.com/thephpleague/fractal/issues", - "source": "https://github.com/thephpleague/fractal/tree/0.19.2" + "source": "https://github.com/thephpleague/fractal/tree/0.20" }, - "time": "2020-01-24T23:17:29+00:00" + "time": "2022-03-07T23:12:17+00:00" }, { "name": "league/mime-type-detection",