Skip to content

Commit

Permalink
feat: support all file formats
Browse files Browse the repository at this point in the history
Resolves #8.
  • Loading branch information
thomasvantuycom committed Jan 26, 2024
1 parent cc33b29 commit 0e38a9a
Show file tree
Hide file tree
Showing 5 changed files with 903 additions and 628 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
},
"require": {
"php": ">=8.0.2",
"cloudinary/cloudinary_php": "^2.11",
"craftcms/cms": "^4.4.0"
"cloudinary/cloudinary_php": "^2.11.0",
"craftcms/cms": "^4.4.0",
"craftcms/flysystem": "^1.0.0",
"thomasvantuycom/flysystem-cloudinary": "^1.0.0"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 0e38a9a

Please sign in to comment.