Merge pull request #5896 from firefly-iii/dependabot/composer/develop/league/fractal-0.20

Bump league/fractal from 0.19.2 to 0.20
This commit is contained in:
James Cole 2022-03-15 18:09:52 +00:00 committed by GitHub
commit 24a6f5f36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
composer.lock generated
View File

@ -2829,28 +2829,28 @@
}, },
{ {
"name": "league/fractal", "name": "league/fractal",
"version": "0.19.2", "version": "0.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/fractal.git", "url": "https://github.com/thephpleague/fractal.git",
"reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c" "reference": "419b0cbf5c23a06886a583c2fc0530db2360a70f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/fractal/zipball/06dc15f6ba38f2dde2f919d3095d13b571190a7c", "url": "https://api.github.com/repos/thephpleague/fractal/zipball/419b0cbf5c23a06886a583c2fc0530db2360a70f",
"reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c", "reference": "419b0cbf5c23a06886a583c2fc0530db2360a70f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4" "php": ">=7.4"
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "^2.5", "doctrine/orm": "^2.5",
"illuminate/contracts": "~5.0", "illuminate/contracts": "~5.0",
"mockery/mockery": "~0.9", "mockery/mockery": "^1.3",
"pagerfanta/pagerfanta": "~1.0.0", "pagerfanta/pagerfanta": "~1.0.0",
"phpunit/phpunit": "^4.8.35 || ^7.5", "phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "~1.5|~2.0|~3.4", "squizlabs/php_codesniffer": "~3.4",
"zendframework/zend-paginator": "~2.3" "zendframework/zend-paginator": "~2.3"
}, },
"suggest": { "suggest": {
@ -2861,7 +2861,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.13-dev" "dev-master": "0.20.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -2891,9 +2891,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/fractal/issues", "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", "name": "league/mime-type-detection",