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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-15 18:03:25 +00:00 committed by GitHub
parent df65f08dec
commit 78342537a0
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",
"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",