Skip to content

Commit

Permalink
Released version "1.0.0-beta4"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Apr 13, 2015
1 parent 5804e80 commit 509372c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
The Puli Plugin for Composer
============================

[![Build Status](https://travis-ci.org/puli/composer-plugin.svg?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.svg?branch=1.0.0-beta4)](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-beta4)](https://scrutinizer-ci.com/g/puli/composer-plugin/?branch=1.0.0-beta4)
[![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.svg)](https://packagist.org/packages/puli/composer-plugin)
[![Total Downloads](https://poser.pugx.org/puli/composer-plugin/downloads.svg)](https://packagist.org/packages/puli/composer-plugin)
[![Dependency Status](https://www.versioneye.com/php/puli:composer-plugin/1.0.0/badge.svg)](https://www.versioneye.com/php/puli:composer-plugin/1.0.0)

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

PHP >= 5.3.9

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"composer-plugin-api": "1.0.0",
"puli/repository": "1.0.*",
"puli/repository": "~1.0",
"puli/manager": "~1.0",
"webmozart/json": "~1.0",
"webmozart/path-util": "~1.0",
Expand All @@ -22,7 +22,7 @@
"composer/composer": "~1.0@dev",
"symfony/filesystem": "~2.3"
},
"minimum-stability": "dev",
"minimum-stability": "beta",
"autoload": {
"psr-4": {
"Puli\\ComposerPlugin\\": "src/"
Expand Down

0 comments on commit 509372c

Please sign in to comment.