Skip to content

Commit

Permalink
Released version "1.0.0-beta9"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Oct 6, 2015
1 parent 8658775 commit 220add1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
The Puli Manager Component
==========================

[![Build Status](https://travis-ci.org/puli/manager.svg?branch=master)](https://travis-ci.org/puli/manager)
[![Build Status](https://travis-ci.org/puli/manager.svg?branch=1.0.0-beta9)](https://travis-ci.org/puli/manager)
[![Build status](https://ci.appveyor.com/api/projects/status/eb5apotdnp0h021b/branch/master?svg=true)](https://ci.appveyor.com/project/webmozart/manager/branch/master)
[![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)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/manager/badges/quality-score.png?b=1.0.0-beta9)](https://scrutinizer-ci.com/g/puli/manager/?branch=1.0.0-beta9)
[![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)
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-beta8",
"puli/discovery": "^1.0-beta8",
"puli/url-generator": "^1.0-beta3",
"webmozart/json": "^1.0",
Expand All @@ -32,7 +32,7 @@
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"minimum-stability": "dev",
"minimum-stability": "beta",
"autoload": {
"psr-4": {
"Puli\\Manager\\": "src/"
Expand Down

0 comments on commit 220add1

Please sign in to comment.