Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate FlySystem #305

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
# These files should be explicitly created
config/database.config.php
config/flysystem.config.php
config/proxy.config.php
config/redis.config.php
config/sentry.config.php
config/session.config.php

# We don't want data in our repository
data/banner/images
data/br/companies
data/br/files
data/cache
data/calendar/posters
data/certificates/private
data/cudi/files
data/files
data/hydrators
data/page/files
data/proxies
data/form/files

public/_assetic
public/_common/profile
public/_gallery/albums
public/_publications/pdf
public/_publications/html
public/_br/img

# Exclude dependencies
vendor/
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"clue/redis-react": "^2.2",
"colinmollenhour/credis": "^1.10",
"erusev/parsedown": "^1.7",
"league/flysystem-aws-s3-v3": "^1.0",
"league/uri-parser": "^1.4",
"misterion/ko-process": "^0.5",
"mtdowling/cron-expression": "^1.2",
Expand All @@ -49,6 +50,7 @@
"symfony/console": "^3.4",
"symfony/event-dispatcher": "^3.4",
"widmogrod/zf2-assetic-module": "^2.4",
"wshafer/psr11-flysystem": "^2.1",

"twitter/bootstrap": "^3.3"
},
Expand Down
Loading