diff options
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | php-oneup-flysystem-bundle.spec | 10 |
2 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json index eeafb74..a019143 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,8 @@ "litipk/flysystem-fallback-adapter": "^0.1", "jenko/flysystem-gaufrette": "^1.0", "superbalist/flysystem-google-storage": "^4.0", - "league/flysystem-replicate-adapter": "^1.0" + "league/flysystem-replicate-adapter": "^1.0", + "async-aws/flysystem-s3": "^0.4.0" }, "suggest": { diff --git a/php-oneup-flysystem-bundle.spec b/php-oneup-flysystem-bundle.spec index 6678cfc..b94de1f 100644 --- a/php-oneup-flysystem-bundle.spec +++ b/php-oneup-flysystem-bundle.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit bf8b1bdc4fca6e0ad072ff917b9c9e792d682588 +%global gh_commit e23d73567b477b8765e7fbe6c095cc2449caaa61 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner 1up-lab %global gh_project OneupFlysystemBundle @@ -21,7 +21,7 @@ %global with_tests 0%{?_with_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 3.4.0 +Version: 3.5.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Conversion of unicode, HTML and shortcode emoji @@ -72,7 +72,8 @@ BuildRequires: php-league-flysystem >= 1.0.26 # "litipk/flysystem-fallback-adapter": "^0.1", # "jenko/flysystem-gaufrette": "^1.0", # "superbalist/flysystem-google-storage": "^4.0", -# "league/flysystem-replicate-adapter": "^1.0" +# "league/flysystem-replicate-adapter": "^1.0", +# "async-aws/flysystem-s3": "^0.4.0" %global phpunit %{_bindir}/phpunit6 %if 0%{?fedora} >= 27 || 0%{?rhel} >=8 BuildRequires: (php-composer(symfony/finder) >= 3.4 with php-composer(symfony/finder) < 6) @@ -237,6 +238,9 @@ exit $ret %changelog +* Tue Jun 23 2020 Remi Collet <remi@remirepo.net> - 3.5.0-1 +- update to 3.5.0 + * Thu Jan 9 2020 Remi Collet <remi@remirepo.net> - 3.4.0-1 - update to 3.4.0 - drop depencency on symfony/framework-bundle |