File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` Pac ` will be documented in this file
4
4
5
+ ## 2.0.0 - 2019-02-19
6
+
7
+ - upgradint dependencies
8
+
5
9
## 1.0.0 - 2018-04-19
6
10
7
11
- initial release
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^7.1" ,
22
- "illuminate/support" : " ~5.6 " ,
23
- "illuminate/validation" : " ~5.6 .0" ,
22
+ "illuminate/support" : " ~5.7 " ,
23
+ "illuminate/validation" : " ~5.7 .0" ,
24
24
"meng-tian/async-soap-guzzle" : " ^0.2.4" ,
25
25
"nesbot/carbon" : " ^1.20"
26
26
},
Original file line number Diff line number Diff line change 22
22
<logging >
23
23
<log type =" tap" target =" build/report.tap" />
24
24
<log type =" junit" target =" build/report.junit.xml" />
25
- <log type =" coverage-html" target =" build/coverage" charset = " UTF-8 " yui = " true " highlight = " true " />
25
+ <log type =" coverage-html" target =" build/coverage" />
26
26
<log type =" coverage-text" target =" build/coverage.txt" />
27
27
<log type =" coverage-clover" target =" build/logs/clover.xml" />
28
28
</logging >
You can’t perform that action at this time.
0 commit comments