Skip to content

Commit

Permalink
Bump minimum PHP to 7.2
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 Jan 20, 2020
1 parent 119e93c commit cf150d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@ dist: bionic
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
global:
Expand All @@ -31,11 +31,7 @@ after_script:

matrix:
include:
- php: 7.4
env: setup=basic
- php: 7.4
env: setup=stable
- php: 7.1
- php: 7.2
env: setup=coveralls coverage=yes
allow_failures:
- php: nightly
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -20,20 +20,20 @@
}
},
"require": {
"php": ">=7.1",
"php": ">=7.2",
"laravie/codex-common": "^1.2"
},
"require-dev": {
"laravie/codex-filter": "^1.0",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.3.1",
"php-http/curl-client": "^2.0",
"php-http/multipart-stream-builder": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.4"
"phpunit/phpunit": "^8.4 || ^9.0"
},
"suggest": {
"laravie/codex-filter": "Content filtering for Laravie Codex (^1.0)",
"php-http/multipart-stream-builder": "Allow to send multipart form request (^1.0)",
"phpunit/phpunit": "Allow to use Codex Faker request during testing (^7.5 || ^8.0)"
"phpunit/phpunit": "Allow to use Codex Faker request during testing (^8.4)"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit cf150d6

Please sign in to comment.