Skip to content

Commit

Permalink
Merge pull request #460 from tienvx/update-flysystem-bundle
Browse files Browse the repository at this point in the history
Update flysystem bundle
  • Loading branch information
tienvx committed Feb 29, 2020
2 parents 2c2f14c + 19d8952 commit 53b2b71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Tien Xuan Vo
Copyright (c) 2020 Tien Xuan Vo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ composer create-project symfony/skeleton my-project
Install lastest version of this bundle:

```console
$ composer require tienvx/mbt-bundle "^1.15"
$ composer require tienvx/mbt-bundle "^1.16"
```

### Step 3: Config file storage
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"symfony/property-info": "~5.0.1",
"doctrine/doctrine-bundle": "~2.0.0",
"doctrine/orm": "~2.7.0",
"league/flysystem-bundle": "~1.3.0",
"league/flysystem-bundle": "~1.4.0",
"symfony/notifier": "~5.0.1",
"symfony/mailer": "~5.0.1",
"symfony/twig-bridge": "~5.0.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
"dev-master": "1.16-dev"
}
},
"suggest": {
Expand Down

0 comments on commit 53b2b71

Please sign in to comment.