summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-26 11:26:18 +0200
committerRemi Collet <remi@remirepo.net>2019-08-26 11:26:18 +0200
commit332d42e42216b223fa877446fdbf2cc91dfe534f (patch)
treee9ef593fbfeefeac652617e69e847b4b7c2b263f
parent43c82f8b62aee081fc46d267be6fb0974fde1043 (diff)
v1.0.55
-rw-r--r--composer.json6
-rw-r--r--php-league-flysystem.spec11
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 <remi@remirepo.net> - 1.0.55-1
+- update to 1.0.55
+
+* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 1.0.53-1
+- update to 1.0.53
+
* Tue May 21 2019 Remi Collet <remi@remirepo.net> - 1.0.52-1
- update to 1.0.52