Skip to content

Commit

Permalink
Merge pull request #11 from OpenBuildings/upgrade-phpunit9
Browse files Browse the repository at this point in the history
Upgrade PHPUnit 9
  • Loading branch information
george-clippings committed Dec 9, 2020
2 parents b1f910a + f7a5658 commit bfe1aff
Show file tree
Hide file tree
Showing 5 changed files with 1,120 additions and 582 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
sudo: false

php:
- 7.1
- 7.2
- 7.3

matrix:
Expand All @@ -26,6 +24,9 @@ notifications:
slack:
secure: jkZDWqI+za7mMP1RnozFmsB6SM2THjp59elBEpMrewjG270NpCdB2fCc2XFSeHVJ1vyPax/Q139CsWhctpD4smA4An1GmTsvQyVcWVvKsqsrTG0q22cBx+WKJKL9cwxQ+UQSbvySVCY6V3oXaqmaPBK97oqHZOc+FET2Z9WDHhc=

before_install:
- composer self-update --1

install:
- travis_retry composer install --no-interaction --no-progress --prefer-dist

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
],
"config": {
"platform": {
"php": "7.1.8"
"php": "7.3.23"
}
},
"require": {
"php": "^7.1",
"php": "^7.3",
"composer/installers": "*",
"openbuildings/jam": "^0.6",
"openbuildings/purchases": "^0.12",
"openbuildings/shipping": "^0.14",
"openbuildings/shipping": "^0.15",
"openbuildings/jam-monetary": "^0.2"
},
"require-dev": {
"openbuildings/kohana-test-bootstrap": "^0.2",
"kohana/auth": "^3.3",
"openbuildings/jam-auth": "^0.5",
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^9"
},
"autoload-dev": {
"classmap": ["tests/classes"]
Expand Down
Loading

0 comments on commit bfe1aff

Please sign in to comment.