From f48e6674fb919797002214f5d7979bec0b734188 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Aug 2016 12:24:08 +0200 Subject: php-theseer-autoload: 1.22.0 --- composer.json | 28 ++++++++++++++++++++++++++++ php-theseer-autoload.spec | 30 +++++++++++++++++++++++------- 2 files changed, 51 insertions(+), 7 deletions(-) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e92ada0 --- /dev/null +++ b/composer.json @@ -0,0 +1,28 @@ +{ + "name": "theseer/autoload", + "description": "A tool and library to generate autoload code.", + "require": { + "theseer/directoryscanner": "~1.3", + "zetacomponents/console-tools": "~1.7" + }, + "require-dev": { + "php": ">=5.3", + "phpunit/phpunit": "~4.0|~5.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "license": "BSD License", + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de" + } + ], + "bin": [ + "composer/bin/phpab" + ] +} diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index d1105f1..39e7bf4 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 19513be5913ed780836e3df5e68bfb5655630612 +%global gh_commit b0b4c214ec5a76ddda0a5964ced3e8f18be2ff8f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project Autoload @@ -15,7 +15,7 @@ %global pear_channel pear.netpirates.net Name: php-theseer-autoload -Version: 1.21.0 +Version: 1.22.0 Release: 1%{?dist} Summary: A tool and library to generate autoload code @@ -105,12 +105,25 @@ cat < - 1.22.0-1 +- update to 1.22.0 + * Wed Nov 11 2015 Remi Collet - 1.21.0-1 - update to 1.21.0 @@ -195,4 +211,4 @@ fi - Update to 1.14.2 * Sun Apr 6 2014 Remi Collet - 1.14.1-1 -- initial package, version 1.14.1 \ No newline at end of file +- initial package, version 1.14.1 -- cgit