Skip to content

Commit

Permalink
Released version "1.0.0-alpha2"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Dec 3, 2014
1 parent 01d83ae commit 30c13d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Composer Plugin for Puli
========================

[![Build Status](https://travis-ci.org/puli/composer-plugin.png?branch=master)](https://travis-ci.org/puli/composer-plugin)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/composer-plugin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/puli/composer-plugin/?branch=master)
[![Build Status](https://travis-ci.org/puli/composer-plugin.png?branch=1.0.0-alpha2)](https://travis-ci.org/puli/composer-plugin)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/composer-plugin/badges/quality-score.png?b=1.0.0-alpha2)](https://scrutinizer-ci.com/g/puli/composer-plugin/?branch=1.0.0-alpha2)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/2c283cc0-acfd-4761-99d1-6b503f8b152f/mini.png)](https://insight.sensiolabs.com/projects/2c283cc0-acfd-4761-99d1-6b503f8b152f)
[![Latest Stable Version](https://poser.pugx.org/puli/composer-plugin/v/stable.png)](https://packagist.org/packages/puli/composer-plugin)
[![Total Downloads](https://poser.pugx.org/puli/composer-plugin/downloads.png)](https://packagist.org/packages/puli/composer-plugin)
[![Dependency Status](https://www.versioneye.com/php/puli:composer-plugin/1.0.0/badge.png)](https://www.versioneye.com/php/puli:composer-plugin/1.0.0)

Latest release: [1.0.0-alpha1](https://packagist.org/packages/puli/composer-plugin#1.0.0-alpha1)
Latest release: [1.0.0-alpha2](https://packagist.org/packages/puli/composer-plugin#1.0.0-alpha2)

PHP >= 5.3.9

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"composer/composer": "~1.0@dev",
"symfony/filesystem": "~2.3"
},
"minimum-stability": "dev",
"minimum-stability": "alpha",
"autoload": {
"psr-4": {
"Puli\\Extension\\Composer\\": "src/"
Expand Down
4 changes: 2 additions & 2 deletions src/ComposerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
*/
class ComposerPlugin implements PluginInterface
{
const VERSION = '@package_version@';
const VERSION = '1.0.0-alpha2';

const RELEASE_DATE = '@release_date@';
const RELEASE_DATE = '2014-12-03';

/**
* Activates the plugin.
Expand Down

0 comments on commit 30c13d0

Please sign in to comment.