Skip to content

Commit

Permalink
BEL-373 Bump Storyblok php client to ^2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RenoSimonsTTL committed Sep 8, 2023
1 parent ce35c93 commit d1a9c4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-storyblok` will be documented in this file.

## 2.1.0 - 2023-09-08
- Upgrade to the latest version of the storyblock client for v2 support

## 2.0.0 - 2022-11-29
- Upgrade to thet latext version of the rich text resolver (https://github.com/storyblok/storyblok-php-richtext-renderer/releases/tag/2.1.0)

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
],
"require": {
"php": "^8.0",
"ext-json": "*",
"apix/cache": "^1.3",
"illuminate/console": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/filesystem": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/console": "^8.0|^9.0",
"illuminate/routing": "^8.0|^9.0",
"storyblok/php-client": "^1.6",
"storyblok/richtext-resolver": "^2.1",
"apix/cache": "^1.3",
"ext-json": "*"
"illuminate/support": "^8.0|^9.0",
"storyblok/php-client": "^2.6",
"storyblok/richtext-resolver": "^2.1"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
Expand Down

0 comments on commit d1a9c4e

Please sign in to comment.