Skip to content

Commit

Permalink
Test on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 17, 2020
1 parent bfb82fe commit 1eacba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ matrix:
dist: bionic
- php: 7.3
dist: bionic
- php: 7.4
dist: bionic

install:
- travis_retry composer install --no-suggest --prefer-dist -n -o
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"php": ">=5.4.0"
},
"require-dev": {
"doctrine/orm": "2.5.*",
"illuminate/database": "5.0.*|5.1.*",
"doctrine/orm": "^2.5",
"illuminate/database": "5.0.*|5.1.*|5.5.*|6.0.*",
"league/factory-muffin-faker": "^2.0",
"phpunit/phpunit": "^4.8|^5.0"
"phpunit/phpunit": "^4.8.36|^5.6.3"
},
"replace": {
"zizaco/factory-muff": "self.version"
Expand Down

0 comments on commit 1eacba7

Please sign in to comment.