Skip to content

Commit

Permalink
Update changelog & removed testbench L8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RenoSimonsTTL committed Oct 2, 2023
1 parent 43b2686 commit 586f770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

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

## 2.1.0 - 2023-09-08
## 2.1.0 - 2023-10-02
- Upgrade to the latest version of the storyblock client for v2 support
- Laravel 10 is now supported
- Laravel 8 is no longer supported
- PHP 8.0 is no longer supported

## 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"storyblok/richtext-resolver": "^2.1"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5.8"
},
"autoload": {
Expand Down

0 comments on commit 586f770

Please sign in to comment.