Skip to content

Commit

Permalink
Merge branch 'remove-support-for-old-php' into 3.x
Browse files Browse the repository at this point in the history
Closes #72
  • Loading branch information
akrabat committed Feb 3, 2021
2 parents 218180b + 2a9a460 commit c9ec5e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ dist: bionic

matrix:
include:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
env: ANALYSIS='true'
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.1 || ^8.0",
"php": "^7.3 || ^8.0",
"psr/http-message": "^1.0"
},
"autoload": {
Expand All @@ -28,8 +28,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0",
"slim/psr7": "^0.6 || ^1",
"phpunit/phpunit": "^8.0",
"slim/psr7": "^1",
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
Expand Down

0 comments on commit c9ec5e4

Please sign in to comment.