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

build(deps-dev): update nesbot/carbon requirement from ^2.0.0 to ^3.0.2 #120

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on nesbot/carbon to permit the latest version.

Release notes

Sourced from nesbot/carbon's releases.

3.0.2

Complete commits list: https://github.com/briannesbitt/Carbon/compare/3.0.1...3.0.2

Summary:

  • Fixed PHP 8.1 issue "Enum case value must be compile-time evaluatable": Use static values for enums until dropping PHP 8.1 #2938
Commits
  • cf30cfc Merge pull request #2938 from briannesbitt/feature/use-static-values-for-enum
  • e5a98c2 Use static values for enums until dropping PHP 8.1
  • 4d65ef2 Fix code style
  • ac1112e Update PHP level of the build script
  • 6497784 Update PHP level of the build script
  • 975ce92 Merge pull request #2937 from kylekatarnls/fix/remove-macro
  • 8a67f56 Allow only callable or null for macro value
  • 27a6558 Merge pull request #2936 from kylekatarnls/fix/remove-macro
  • be9d749 Record mixin object methods only if they return callable
  • 4aa9e36 Merge pull request #2935 from kylekatarnls/fix/remove-macro
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
dependabot[bot] commented 7 months ago

Superseded by #124.