Skip to content

Commit b8f98dc

Browse files
committed
upgrading to 2.0
1 parent a5b1e79 commit b8f98dc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `Pac` will be documented in this file
44

5+
## 2.0.0 - 2019-02-19
6+
7+
- upgradint dependencies
8+
59
## 1.0.0 - 2018-04-19
610

711
- initial release

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
],
2020
"require": {
2121
"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",
2424
"meng-tian/async-soap-guzzle": "^0.2.4",
2525
"nesbot/carbon": "^1.20"
2626
},

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<logging>
2323
<log type="tap" target="build/report.tap"/>
2424
<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"/>
2626
<log type="coverage-text" target="build/coverage.txt"/>
2727
<log type="coverage-clover" target="build/logs/clover.xml"/>
2828
</logging>

0 commit comments

Comments
 (0)