summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-08 06:56:28 +0200
committerRemi Collet <remi@remirepo.net>2019-06-08 06:56:28 +0200
commitd837f3f4660fcde5647fd110ccdfe96977bfa98f (patch)
treefecda41e38b726fa2e1812643f66e562296fdfa3
parent5fb5115a1ad9372691fc6a9e31d7fde2c44494a2 (diff)
v1.1.1
-rw-r--r--composer.json6
-rw-r--r--php-sebastian-type.spec7
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index ab905fd..5fc9c5e 100644
--- a/composer.json
+++ b/composer.json
@@ -31,14 +31,14 @@
"autoload": {
"classmap": [
"src/"
- ],
- "files": [
- "tests/_fixture/callback_function.php"
]
},
"autoload-dev": {
"classmap": [
"tests/_fixture"
+ ],
+ "files": [
+ "tests/_fixture/callback_function.php"
]
},
"extra": {
diff --git a/php-sebastian-type.spec b/php-sebastian-type.spec
index 7ff9bf2..df264b4 100644
--- a/php-sebastian-type.spec
+++ b/php-sebastian-type.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
# github
-%global gh_commit 79fd7f2f8acff994d4a330bb434b09b813479068
+%global gh_commit b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project type
@@ -27,7 +27,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 1.1.0
+Version: 1.1.1
Release: 1%{?dist}
Summary: Collection of value objects that represent the types of the PHP type system
@@ -112,6 +112,9 @@ exit $ret
%changelog
+* Sat Jun 8 2019 Remi Collet <remi@remirepo.net> - 1.1.1-1
+- update to 1.1.1
+
* Sat Jun 8 2019 Remi Collet <remi@remirepo.net> - 1.1.0-1
- update to 1.1.0