File tree 6 files changed +39
-7
lines changed
6 files changed +39
-7
lines changed Original file line number Diff line number Diff line change 1
1
.puli /
2
+ bin /*
3
+ ! bin /puli.phar
2
4
build /
3
5
vendor /
4
6
composer.lock
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ branches:
21
21
- /^analysis-.*$/
22
22
23
23
matrix :
24
+ allow_failures :
25
+ - php : hhvm
24
26
fast_finish : true
25
27
include :
26
28
- php : 5.5
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
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
+
4
21
## 0.6.4 - 2016-01-07
5
22
6
23
### Fixed
Original file line number Diff line number Diff line change 9
9
10
10
** Finds installed HTTPlug implementations and PSR-7 message factories.**
11
11
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
+
12
19
13
20
## Install
14
21
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"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"
18
16
},
19
17
"require-dev" : {
20
18
"php-http/httplug" : " ^1.0" ,
36
34
}
37
35
},
38
36
"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"
41
39
},
40
+ "bin" : [
41
+ " bin/puli.phar"
42
+ ],
42
43
"extra" : {
43
44
"branch-alias" : {
44
- "dev-master" : " 0.7 -dev"
45
+ "dev-master" : " 0.8 -dev"
45
46
}
46
47
},
48
+ "config" : {
49
+ "bin-dir" : " bin"
50
+ },
47
51
"prefer-stable" : true ,
48
- "minimum-stability" : " dev "
52
+ "minimum-stability" : " beta "
49
53
}
You can’t perform that action at this time.
0 commit comments