Skip to content

Commit bfe1aff

Browse files
Merge pull request #11 from OpenBuildings/upgrade-phpunit9
Upgrade PHPUnit 9
2 parents b1f910a + f7a5658 commit bfe1aff

File tree

5 files changed

+1120
-582
lines changed

5 files changed

+1120
-582
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ services:
66
sudo: false
77

88
php:
9-
- 7.1
10-
- 7.2
119
- 7.3
1210

1311
matrix:
@@ -26,6 +24,9 @@ notifications:
2624
slack:
2725
secure: jkZDWqI+za7mMP1RnozFmsB6SM2THjp59elBEpMrewjG270NpCdB2fCc2XFSeHVJ1vyPax/Q139CsWhctpD4smA4An1GmTsvQyVcWVvKsqsrTG0q22cBx+WKJKL9cwxQ+UQSbvySVCY6V3oXaqmaPBK97oqHZOc+FET2Z9WDHhc=
2826

27+
before_install:
28+
- composer self-update --1
29+
2930
install:
3031
- travis_retry composer install --no-interaction --no-progress --prefer-dist
3132

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
],
2020
"config": {
2121
"platform": {
22-
"php": "7.1.8"
22+
"php": "7.3.23"
2323
}
2424
},
2525
"require": {
26-
"php": "^7.1",
26+
"php": "^7.3",
2727
"composer/installers": "*",
2828
"openbuildings/jam": "^0.6",
2929
"openbuildings/purchases": "^0.12",
30-
"openbuildings/shipping": "^0.14",
30+
"openbuildings/shipping": "^0.15",
3131
"openbuildings/jam-monetary": "^0.2"
3232
},
3333
"require-dev": {
3434
"openbuildings/kohana-test-bootstrap": "^0.2",
3535
"kohana/auth": "^3.3",
3636
"openbuildings/jam-auth": "^0.5",
37-
"phpunit/phpunit": "^7"
37+
"phpunit/phpunit": "^9"
3838
},
3939
"autoload-dev": {
4040
"classmap": ["tests/classes"]

0 commit comments

Comments
 (0)