Skip to content

Commit

Permalink
support laravel 11 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszulik authored Apr 29, 2024
1 parent ce4673d commit b96181b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Laravel Transmorpher Client

[![Latest Version on Packagist](https://img.shields.io/packagist/v/cybex/laravel-transmorpher-client.svg?style=flat-square)](https://packagist.org/packages/cybex/laravel-transmorpher-client)

A client package for Laravel applications that use the [Transmorpher media server](https://github.com/cybex-gmbh/transmorpher).

The client package provides a Dropzone component, which supports chunked uploads, out of the box.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"php": "^8.1",
"enyo/dropzone": "^5.9",
"ext-sodium": "*",
"illuminate/support": "^9.0|^10.0",
"laravel/framework": "^9.0|^10.0"
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/framework": "^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b96181b

Please sign in to comment.