echoCTF / echoCTF.RED

A platform to develop, run and administer CTF competitions. The online echoCTF.RED platform user interfaces and codebase
https://echoCTF.RED/
BSD 2-Clause "Simplified" License
110 stars 24 forks source link

Update stripe/stripe-php requirement from ^12.0 to ^13.16 in /backend #1138

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on stripe/stripe-php to permit the latest version.

Release notes

Sourced from stripe/stripe-php's releases.

v13.16.0

  • #1666 Update generated code
    • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
    • Add support for all, create, deactivate, reactivate, retrieve, and update methods on resource Meter
    • Add support for create method on resources MeterEventAdjustment and MeterEvent
    • Add support for meter on Plan

See the changelog for more details.

Changelog

Sourced from stripe/stripe-php's changelog.

13.16.0 - 2024-03-28

  • #1666 Update generated code
    • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
    • Add support for all, create, deactivate, reactivate, retrieve, and update methods on resource Meter
    • Add support for create method on resources MeterEventAdjustment and MeterEvent
    • Add support for meter on Plan

13.15.0 - 2024-03-21

  • #1664 Update generated code
    • Add support for new resources ConfirmationToken and Forwarding.Request
    • Add support for retrieve method on resource ConfirmationToken
    • Add support for all, create, and retrieve methods on resource Request
    • Add support for new values forwarding_api_inactive, forwarding_api_invalid_parameter, forwarding_api_upstream_connection_error, and forwarding_api_upstream_connection_timeout on enum StripeError.code
    • Add support for mobilepay on PaymentMethod
    • Add support for new value mobilepay on enum PaymentMethod.type
    • Add support for name on Terminal.Configuration

13.14.0 - 2024-03-14

  • #1660 Update generated code
    • Add support for new resources Issuing.PersonalizationDesign and Issuing.PhysicalBundle
    • Add support for all, create, retrieve, and update methods on resource PersonalizationDesign
    • Add support for all and retrieve methods on resource PhysicalBundle
    • Add support for personalization_design on Issuing.Card

13.13.0 - 2024-02-29

  • #1654 Update generated code
    • Change type of Identity.VerificationSession.type from nullable(enum('document'|'id_number')) to enum('document'|'id_number')
    • Add resources Application, ConnectCollectionTransfer, PlatformTaxFee, ReserveTransaction, SourceMandateNotification, and TaxDeductedAtSource. These classes have no methods on them, and are used to provide more complete types for PHPDocs.
  • #1657 Update readme to use addBetaVersion

13.12.0 - 2024-02-22

  • #1651 Update generated code
    • Add support for client_reference_id on Identity.VerificationReport and Identity.VerificationSession
    • Remove support for value service_tax from enum TaxRate.tax_type
  • #1650 Add TaxIds API
    • Add support for all, create, delete, and retrieve methods on resource TaxId
    • The instanceUrl function on TaxId now returns the top-level /v1/tax_ids/{id} path instead of the /v1/customers/{customer}/tax_ids/{id} path.

13.11.0 - 2024-02-15

  • #1639 Update generated code
    • Add support for networks on Card
    • Add support for new value financial_connections.account.refreshed_ownership on enum Event.type
  • #1648 Remove broken methods on CustomerCashBalanceTransaction
    • Bugfix: remove support for CustomerCashBalanceTransaction::all and CustomerCashBalanceTransaction::retrieve. These methods were included in the library unintentionally and never functioned.
  • #1647 Fix \Stripe\Tax\Settings::update
  • #1646 Add more specific PHPDoc and Psalm type for RequestOptions arrays on services

13.10.0 - 2024-02-01

  • #1636 Update generated code
    • Add support for new value swish on enum PaymentLink.payment_method_types[]

... (truncated)

Commits


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 5 months ago

Superseded by #1141.