demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

chore(deps): update league/fractal requirement from ^0.19 to ^0.20 #108

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on league/fractal to permit the latest version.

Release notes

Sourced from league/fractal's releases.

0.20.1

What's Changed

New Contributors

Full Changelog: https://github.com/thephpleague/fractal/compare/0.20...0.20.1

Changelog

Sourced from league/fractal's changelog.

Next

Enhancements

  • Add links for all available includes to JsonApiSerializer #331 - Thanks @​matt-allan
  • Implement interface \JsonSerializable in Scopes to allow for direct usage with json_encode()

0.18.0 - 2019-05-09

Enhancements

  • Allow PHPUnit 7+ where available - Thanks @​ramsey
  • Changed the paginator to not call $paginator->getPaginate() in PhalconFrameworkPaginatorAdapter constructor - Thanks @​niden
  • Output an object for attributes when none are provided instead of an array in JsonApiSerializer - Thanks @​BastianHofmann
  • Include meta key for relationships in JsonApiSerializer - Thanks @​rawaludin
  • Allow self link to override defaults in JsonApiSerializer - Thanks @​biggator
  • Preserve numeric keys when converting Scopes to arrays by using array union instead of array_merge - Thanks @​andrewtweber
  • Output an object for links when none are provided instead of an array in ArraySerializer pagination - Thanks @​basavind
  • Allow arrays for field lists in $fractal->parseFieldsets() - Thanks @​flugger

0.17.0 - 2017-08-18

Enhancements

  • Add ScopeFactoryInterface and ScopeFactory
  • Add $options parameter to toJson
  • Added Serializer interface to SerializerAbstract
  • Add Primitive resource type, allows to use primitives
  • optimized primitive transformation when transformer is not given

0.16.0 - 2017-03-12

Enhancements

  • #358 Allow the ability to define meta on each object in collection
  • #362 Add DoctrinePaginatorAdapter to interface with Doctrine pagination
  • Implement sparse fieldset

0.15.0 - 2016-12-28

Enhancements

  • Custom links in serializer
  • PhalconPHP Paginator
  • tested on 7.1

0.14.0 - 2016-07-21

... (truncated)

Commits


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dresslerdemos commented 9 months ago

@dependabot recreate

dependabot[bot] commented 9 months ago

Looks like league/fractal is no longer updatable, so this is no longer needed.