Skip to content

Commit

Permalink
Released version "1.0.0-beta3"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Mar 19, 2015
1 parent f4e2397 commit 4e8cf7f
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 Manager Component
==========================

[![Build Status](https://travis-ci.org/puli/manager.svg?branch=master)](https://travis-ci.org/puli/manager)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/manager/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/puli/manager/?branch=master)
[![Build Status](https://travis-ci.org/puli/manager.svg?branch=1.0.0-beta3)](https://travis-ci.org/puli/manager)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/manager/badges/quality-score.png?b=1.0.0-beta3)](https://scrutinizer-ci.com/g/puli/manager/?branch=1.0.0-beta3)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/6505ed38-0d0f-4c8d-ac85-f343f8e135a9/mini.png)](https://insight.sensiolabs.com/projects/6505ed38-0d0f-4c8d-ac85-f343f8e135a9)
[![Latest Stable Version](https://poser.pugx.org/puli/manager/v/stable.svg)](https://packagist.org/packages/puli/manager)
[![Total Downloads](https://poser.pugx.org/puli/manager/downloads.svg)](https://packagist.org/packages/puli/manager)
[![Dependency Status](https://www.versioneye.com/php/puli:manager/1.0.0/badge.svg)](https://www.versioneye.com/php/puli:manager/1.0.0)

Latest release: [1.0.0-beta2](https://packagist.org/packages/puli/manager#1.0.0-beta2)
Latest release: [1.0.0-beta3](https://packagist.org/packages/puli/manager#1.0.0-beta3)

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 @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.3.9",
"puli/repository": "1.0.*",
"puli/repository": "~1.0",
"puli/discovery": "~1.0",
"puli/factory": "~1.0",
"webmozart/json": "~1.0",
Expand All @@ -28,7 +28,7 @@
"basho/riak": "~1.4",
"doctrine/cache": "~1.4"
},
"minimum-stability": "dev",
"minimum-stability": "beta",
"autoload": {
"psr-4": {
"Puli\\Manager\\": "src/"
Expand Down

0 comments on commit 4e8cf7f

Please sign in to comment.