We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a223224 + 8c587e9 commit d61dd27Copy full SHA for d61dd27
.travis.yml
@@ -9,6 +9,7 @@ php:
9
- 7.1
10
- 7.2
11
- 7.3
12
+- 7.4
13
14
matrix:
15
fast_finish: true
@@ -33,7 +34,7 @@ jobs:
33
34
env: TEST_COMMAND="./vendor/bin/phpunit" DEPENDENCIES="phpunit/phpunit:^7.5 nyholm/psr7:^1.0"
35
36
# Latest dev release
- - php: 7.3
37
+ - php: 7.4
38
env: STABILITY="dev"
39
40
before_install:
composer.json
@@ -20,7 +20,7 @@
20
"require-dev": {
21
"doctrine/instantiator": "^1.1",
22
"guzzlehttp/psr7": "^1.4",
23
- "phpspec/phpspec": "^5.1",
+ "phpspec/phpspec": "^5.1 || ^6.0",
24
"phpspec/prophecy": "^1.8",
25
"sebastian/comparator": "^3.0"
26
},
0 commit comments