Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 04c9458

Browse files
committed
wip
1 parent 43ac06c commit 04c9458

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
env:
89
matrix:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
- Add support for Laravel 7
9+
- Drop support for Laravel 5.x
810

911
## [0.0.7]
1012
### Added

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1",
15-
"laravel/framework": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0"
14+
"php": "^7.2.5",
15+
"laravel/framework": "^6.0|^7.0"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
19-
"phpunit/phpunit": "^7.0|^8.0"
18+
"orchestra/testbench": "^4.0|^5.0",
19+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)