From 78342537a0e8127df64d6f3a39882b0819040900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 18:03:25 +0000 Subject: [PATCH] Bump league/fractal from 0.19.2 to 0.20 Bumps [league/fractal](https://github.com/thephpleague/fractal) from 0.19.2 to 0.20. - [Release notes](https://github.com/thephpleague/fractal/releases) - [Changelog](https://github.com/thephpleague/fractal/blob/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/fractal/compare/0.19.2...0.20) --- updated-dependencies: - dependency-name: league/fractal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 08b6cde2b6..1d87a905e2 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",