Skip to content

Commit

Permalink
Added Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RenoSimonsTTL committed Sep 8, 2023
1 parent d44ddb9 commit d1e5005
Show file tree
Hide file tree
Showing 3 changed files with 1,691 additions and 992 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-file-proxy` will be documented in this file

## 1.3.0 - 2023-09-08
- Add Laravel 10 support

## 1.2.0 - 2021-02-21
- Add Laravel 9 & php 8 support

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require": {
"php": "^8.0|^8.1",
"guzzlehttp/guzzle": "^7.0",
"illuminate/container": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0",
"illuminate/routing": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/container": "^8.0|^9.0|^10.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/routing": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"ext-fileinfo": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit d1e5005

Please sign in to comment.