Commit 4137bc4 1 parent 49dbc8d commit 4137bc4 Copy full SHA for 4137bc4
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The Puli Repository Component
8
8
[ ![ Total Downloads] ( https://poser.pugx.org/puli/repository/downloads.svg )] ( https://packagist.org/packages/puli/repository )
9
9
[ ![ Dependency Status] ( https://www.versioneye.com/php/puli:repository/1.0.0/badge.svg )] ( https://www.versioneye.com/php/puli:repository/1.0.0 )
10
10
11
- Latest release: [ 1.0.0-beta5 ] ( https://packagist.org/packages/puli/repository#1.0.0-beta5 )
11
+ Latest release: [ 1.0.0-beta6 ] ( https://packagist.org/packages/puli/repository#1.0.0-beta6 )
12
12
13
13
PHP >= 5.3.9
14
14
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " >=5.3.9" ,
14
14
"webmozart/path-util" : " ~2.0" ,
15
- "webmozart/glob" : " ~3.0@dev " ,
15
+ "webmozart/glob" : " ~3.0" ,
16
16
"webmozart/assert" : " ~1.0"
17
17
},
18
18
"require-dev" : {
19
- "webmozart/key-value-store" : " ~1.0@dev " ,
19
+ "webmozart/key-value-store" : " ~1.0@beta " ,
20
20
"symfony/filesystem" : " ~2.0" ,
21
21
"phpunit/phpunit" : " ^4.6"
22
22
},
23
23
"suggest" : {
24
- "webmozart/key-value-store" : " ~1.0@dev " ,
24
+ "webmozart/key-value-store" : " ~1.0@beta " ,
25
25
"symfony/filesystem" : " to use the FilesystemRepository"
26
26
},
27
27
"autoload" : {
You can’t perform that action at this time.
0 commit comments