Skip to content

Commit

Permalink
Released version "1.0.0-beta7"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Aug 24, 2015
1 parent 36cedf0 commit 9c87434
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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-beta7)](https://travis-ci.org/puli/manager)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/manager/badges/quality-score.png?b=1.0.0-beta7)](https://scrutinizer-ci.com/g/puli/manager/?branch=1.0.0-beta7)
[![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)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": ">=5.3.9",
"puli/repository": "1.0.*",
"puli/discovery": "^1.0",
"puli/url-generator": "^1.0",
"puli/repository": "^1.0-beta7",
"puli/discovery": "^1.0-beta7",
"puli/url-generator": "^1.0-beta2",
"webmozart/json": "^1.0",
"webmozart/path-util": "^2.2",
"webmozart/expression": "^1.0-beta3",
Expand All @@ -31,7 +31,7 @@
"doctrine/cache": "^1.4",
"phpunit/phpunit": "^4.6"
},
"minimum-stability": "dev",
"minimum-stability": "beta",
"autoload": {
"psr-4": {
"Puli\\Manager\\": "src/"
Expand Down

0 comments on commit 9c87434

Please sign in to comment.