Skip to content

Commit

Permalink
Released version "1.0.0-beta6"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Aug 12, 2015
1 parent ed169da commit 5854048
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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-beta6)](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-beta6)](https://scrutinizer-ci.com/g/puli/composer-plugin/?branch=1.0.0-beta6)
[![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-beta5](https://packagist.org/packages/puli/composer-plugin#1.0.0-beta5)
Latest release: [1.0.0-beta6](https://packagist.org/packages/puli/composer-plugin#1.0.0-beta6)

PHP >= 5.3.9

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"require": {
"composer-plugin-api": "^1.0",
"symfony/process": "^2.3",
"puli/repository": "^1.0@dev",
"puli/discovery": "^1.0@dev",
"puli/url-generator": "^1.0@dev",
"webmozart/key-value-store": "@dev",
"puli/repository": "^1.0@beta",
"puli/discovery": "^1.0@beta",
"puli/url-generator": "^1.0@beta",
"webmozart/key-value-store": "^1.0@beta",
"webmozart/path-util": "^2.0",
"webmozart/assert": "^1.0"
},
Expand Down

0 comments on commit 5854048

Please sign in to comment.