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 49dbc8d commit 4137bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Puli Repository Component
[![Total Downloads](https://poser.pugx.org/puli/repository/downloads.svg)](https://packagist.org/packages/puli/repository)
[![Dependency Status](https://www.versioneye.com/php/puli:repository/1.0.0/badge.svg)](https://www.versioneye.com/php/puli:repository/1.0.0)

Latest release: [1.0.0-beta5](https://packagist.org/packages/puli/repository#1.0.0-beta5)
Latest release: [1.0.0-beta6](https://packagist.org/packages/puli/repository#1.0.0-beta6)

PHP >= 5.3.9

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"require": {
"php": ">=5.3.9",
"webmozart/path-util": "~2.0",
"webmozart/glob": "~3.0@dev",
"webmozart/glob": "~3.0",
"webmozart/assert": "~1.0"
},
"require-dev": {
"webmozart/key-value-store": "~1.0@dev",
"webmozart/key-value-store": "~1.0@beta",
"symfony/filesystem": "~2.0",
"phpunit/phpunit": "^4.6"
},
"suggest": {
"webmozart/key-value-store": "~1.0@dev",
"webmozart/key-value-store": "~1.0@beta",
"symfony/filesystem": "to use the FilesystemRepository"
},
"autoload": {
Expand Down

0 comments on commit 4137bc4

Please sign in to comment.