From 332d42e42216b223fa877446fdbf2cc91dfe534f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2019 11:26:18 +0200 Subject: v1.0.55 --- composer.json | 6 +++--- php-league-flysystem.spec | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 696c26f..84229e9 100644 --- a/composer.json +++ b/composer.json @@ -53,12 +53,12 @@ "conflict": { "league/flysystem-sftp": "<1.0.6" }, - "config": { - "bin-dir": "bin" - }, "extra": { "branch-alias": { "dev-master": "1.1-dev" } + }, + "scripts": { + "phpstan": "php phpstan.php" } } diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index cae883f..777bdf2 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit c5a5097156387970e6f0ccfcdf03f752856f3391 +%global gh_commit 33c91155537c6dc899eacdc54a13ac6303f156e6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.52 +Version: 1.0.55 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -117,6 +117,7 @@ else PHPSPEC=%{_bindir}/phpspec fi ret=0 +# TODO 7.4: 1 failed test (testMimetypeFallbackOnExtension) for cmd in php php71 php72 php73; do if which $cmd; then : Run upstream test suite @@ -139,6 +140,12 @@ exit $ret %changelog +* Mon Aug 26 2019 Remi Collet - 1.0.55-1 +- update to 1.0.55 + +* Wed Jun 19 2019 Remi Collet - 1.0.53-1 +- update to 1.0.53 + * Tue May 21 2019 Remi Collet - 1.0.52-1 - update to 1.0.52 -- cgit