Skip to content

Commit

Permalink
feat: Added flysystem font.storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Nov 23, 2022
1 parent 02dfbb5 commit f639f4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"require": {
"php": ">=8.0",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"api-platform/core": "~2.7.0",
"composer/package-versions-deprecated": "1.11.99.3",
"doctrine/annotations": "^1.0",
Expand All @@ -25,6 +25,7 @@
"james-heinrich/getid3": "^1.9",
"jms/serializer": "^3.1.1",
"jms/serializer-bundle": "^3.10.0",
"league/flysystem": "^3.0",
"league/flysystem-bundle": "^3.0",
"lexik/jwt-authentication-bundle": "^2.13",
"nelmio/cors-bundle": "^2.2",
Expand Down
4 changes: 4 additions & 0 deletions config/packages/flysystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ flysystem:
adapter: 'local'
options:
directory: '%kernel.project_dir%/public/files'
font.storage:
adapter: 'local'
options:
directory: '%kernel.project_dir%/var/files/fonts'

0 comments on commit f639f4a

Please sign in to comment.