Skip to content

Commit 8438ede

Browse files
committed
Raise minimum PHP version to 7.2 and add 7.4
1 parent 9efe17f commit 8438ede

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ cache:
1111
jobs:
1212
fast_finish: true
1313
include:
14-
- php: 7.1
14+
- php: 7.2
1515
env:
1616
- COMPOSER_ARGUMENTS=--prefer-lowest
17-
- php: 7.1
17+
- php: 7.2
1818
env:
1919
- EXECUTE_TEST_COVERALLS=true
20-
- php: 7.3
20+
- php: 7.4
2121
env:
2222
- EXECUTE_CS_CHECK=true
2323

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "BSD-2-Clause",
1313
"homepage": "https://github.com/Maks3w/SwaggerAssertions",
1414
"require": {
15-
"php": ">= 7.1",
15+
"php": ">= 7.2",
1616
"ext-json": "*",
1717
"justinrainbow/json-schema": "^5",
1818
"laminas/laminas-http": "^2.11",
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.0",
24-
"guzzlehttp/guzzle": "^6.0",
24+
"guzzlehttp/guzzle": "^6.3",
2525
"psr/http-message": "^1.0",
2626
"symfony/http-foundation": "2.7 - 3"
2727
},

0 commit comments

Comments
 (0)