File tree Expand file tree Collapse file tree 6 files changed +39
-7
lines changed
Expand file tree Collapse file tree 6 files changed +39
-7
lines changed Original file line number Diff line number Diff line change 11.puli /
2+ bin /*
3+ ! bin /puli.phar
24build /
35vendor /
46composer.lock
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ branches:
2121 - /^analysis-.*$/
2222
2323matrix :
24+ allow_failures :
25+ - php : hhvm
2426 fast_finish : true
2527 include :
2628 - php : 5.5
Original file line number Diff line number Diff line change 11# Change Log
22
33
4+ ## 0.7.0 - 2016-01-15
5+
6+ ### Added
7+
8+ - Temporary puli.phar (Beta 10) executable
9+
10+ ### Changed
11+
12+ - Updated HTTPlug dependencies
13+ - Updated Puli dependencies
14+ - Local configuration to make tests passing
15+
16+ ### Removed
17+
18+ - Puli CLI dependency
19+
20+
421## 0.6.4 - 2016-01-07
522
623### Fixed
Original file line number Diff line number Diff line change 99
1010** Finds installed HTTPlug implementations and PSR-7 message factories.**
1111
12+ > ** Note for 0.7.x releases**
13+ >
14+ > Puli binary is added to this repository until [ puli/issues #165 ] ( https://github.com/puli/issues/issues/165 ) is resolved.
15+ >
16+ > However, if you have puli globally installed, it will be used.
17+ > Make sure that your puli binary is at least beta10
18+
1219
1320## Install
1421
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " ^5.4|7.*" ,
15- "puli/composer-plugin" : " 1.0.0-beta9" ,
16- "puli/discovery" : " 1.0.0-beta9" ,
17- "puli/cli" : " ~1.0.0-beta10"
15+ "puli/composer-plugin" : " 1.0.0-beta9"
1816 },
1917 "require-dev" : {
2018 "php-http/httplug" : " ^1.0" ,
3634 }
3735 },
3836 "scripts" : {
39- "test" : " vendor/ bin/phpspec run" ,
40- "test-ci" : " vendor/ bin/phpspec run -c phpspec.yml.ci"
37+ "test" : " bin/phpspec run" ,
38+ "test-ci" : " bin/phpspec run -c phpspec.yml.ci"
4139 },
40+ "bin" : [
41+ " bin/puli.phar"
42+ ],
4243 "extra" : {
4344 "branch-alias" : {
44- "dev-master" : " 0.7 -dev"
45+ "dev-master" : " 0.8 -dev"
4546 }
4647 },
48+ "config" : {
49+ "bin-dir" : " bin"
50+ },
4751 "prefer-stable" : true ,
48- "minimum-stability" : " dev "
52+ "minimum-stability" : " beta "
4953}
You can’t perform that action at this time.
0 commit comments