Skip to content

Commit 68f39e5

Browse files
committed
Switch to latest PHPUnit 8
1 parent 0d3f05f commit 68f39e5

19 files changed

+226
-189
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
# tests
66
/phpunit.xml
7+
/.phpunit.result.cache
78
/php/tests/node_modules/

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^5.6 || ^7.0",
17+
"php": "^7.3",
1818
"ext-curl": "*",
1919
"ext-xml": "*",
2020
"ext-simplexml": "*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0"
23+
"phpunit/phpunit": "^8"
2424
},
2525
"config": {
2626
"process-timeout": 0
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "1.0.x-dev"
43+
"dev-master": "2.0.x-dev"
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)