Skip to content

Commit 84dd0c2

Browse files
Merge pull request #24 from michaelachrisco/travis-php7.3
Update .travis.yml to support PHP 7.3
2 parents 218aac0 + ea0ff87 commit 84dd0c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ matrix:
1212
- php: 7.0
1313
- php: 7.1
1414
- php: 7.2
15+
- php: 7.3
1516

1617
sudo: false
1718

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"require-dev": {
2020
"kahlan/kahlan": "^2.4",
21-
"illuminate/database": ">=5.2.0",
22-
"friendsofphp/php-cs-fixer": "^2.2"
21+
"illuminate/database": ">=5.2.0"
2322
}
2423
}

0 commit comments

Comments
 (0)