Skip to content

Commit 2f8c087

Browse files
authored
Merge pull request #30 from qcod/laravel-8
laravel 8 support
2 parents 4ae87c6 + 5157c53 commit 2f8c087

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 7.2
4+
- 7.3
55

66
before_script:
77
- travis_retry composer self-update

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `qcod/laravel-app-settings` will be documented in this file
44

5+
## 1.4.0 - 2020-09-24
6+
- Laravel 8 support
7+
58
## 1.3.0 - 2020-03-22
69
- Laravel 7 support
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
25+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
2626
"qcod/laravel-settings": "~1.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)