Skip to content

Commit

Permalink
Drop PHP7.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Mar 2, 2021
1 parent 444df42 commit 2c8476e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php

jobs:
include:
- php: 7.2
- php: 7.3
- php: 7.4
- php: 8.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Test Coverage](https://api.codeclimate.com/v1/badges/20fdd1ca8f3737c383df/test_coverage)](https://codeclimate.com/github/kawax/laravel-google-sheets/test_coverage)

## Requirements
- PHP >= 7.2
- PHP >= 7.3
- Laravel >= 6.0

## Versioning
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}
],
"require": {
"php": "^7.2||^8.0",
"php": "^7.3||^8.0",
"illuminate/container": "^6.0||^7.0||^8.0",
"illuminate/support": "^6.0||^7.0||^8.0",
"pulkitjalan/google-apiclient": "dev-patch"
},
"require-dev": {
"phpunit/phpunit": "^8.0||^9.0",
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0||^5.0||^6.0"
"orchestra/testbench": "^5.0||^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2c8476e

Please sign in to comment.