Skip to content

Commit 09a6d8a

Browse files
authored
laravel 8 support (#18)
* laravel 8 support * updated changelog
1 parent f87ee09 commit 09a6d8a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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-settings` will be documented in this file
44

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2",
22-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
21+
"php": "^7.3",
22+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "3.8.*|4.*|5.*",

0 commit comments

Comments
 (0)