Skip to content

Commit d61dd27

Browse files
authored
Merge pull request #180 from Big-Shark/patch-1
Add 7.4 for travis
2 parents a223224 + 8c587e9 commit d61dd27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ php:
99
- 7.1
1010
- 7.2
1111
- 7.3
12+
- 7.4
1213

1314
matrix:
1415
fast_finish: true
@@ -33,7 +34,7 @@ jobs:
3334
env: TEST_COMMAND="./vendor/bin/phpunit" DEPENDENCIES="phpunit/phpunit:^7.5 nyholm/psr7:^1.0"
3435

3536
# Latest dev release
36-
- php: 7.3
37+
- php: 7.4
3738
env: STABILITY="dev"
3839

3940
before_install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"doctrine/instantiator": "^1.1",
2222
"guzzlehttp/psr7": "^1.4",
23-
"phpspec/phpspec": "^5.1",
23+
"phpspec/phpspec": "^5.1 || ^6.0",
2424
"phpspec/prophecy": "^1.8",
2525
"sebastian/comparator": "^3.0"
2626
},

0 commit comments

Comments
 (0)