From 5fb5115a1ad9372691fc6a9e31d7fde2c44494a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Jun 2019 06:29:49 +0200 Subject: v1.1.0 --- composer.json | 6 ++++-- php-sebastian-type.spec | 8 ++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 41b6857..ab905fd 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ "issues": "https://github.com/sebastianbergmann/type/issues" }, "prefer-stable": true, - "minimum-stability": "dev", "require": { "php": "^7.2" }, @@ -32,6 +31,9 @@ "autoload": { "classmap": [ "src/" + ], + "files": [ + "tests/_fixture/callback_function.php" ] }, "autoload-dev": { @@ -41,7 +43,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } } } diff --git a/php-sebastian-type.spec b/php-sebastian-type.spec index c308f73..7ff9bf2 100644 --- a/php-sebastian-type.spec +++ b/php-sebastian-type.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit c2362deb2d0b708abe0c4a6d35633c19ae40cd4a +%global gh_commit 79fd7f2f8acff994d4a330bb434b09b813479068 %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.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system @@ -84,6 +84,7 @@ mkdir vendor cat < - 1.1.0-1 +- update to 1.1.0 + * Fri Jun 7 2019 Remi Collet - 1.0.0-1 - initial package -- cgit