Skip to content

Commit

Permalink
Update to test againsts php 7.4snapshot.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 6, 2019
1 parent 1a10061 commit 023b4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ dist: xenial
php:
- 7.2
- 7.3
- 7.4snapshot

env:
global:
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -52,8 +52,9 @@
"symfony/psr-http-message-bridge": "^1.1"
},
"require-dev": {
"mockery/mockery": "^1.2",
"orchestra/testbench": "^3.8 || ^4.0"
"mockery/mockery": "^1.2.3",
"orchestra/testbench": "^3.8 || ^4.0",
"phpunit/phpunit": "^8.3"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 023b4a1

Please sign in to comment.