We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ae87c6 + 5157c53 commit 2f8c087Copy full SHA for 2f8c087
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
3
php:
4
- - 7.2
+ - 7.3
5
6
before_script:
7
- travis_retry composer self-update
CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to `qcod/laravel-app-settings` will be documented in this file
+## 1.4.0 - 2020-09-24
+- Laravel 8 support
+
8
## 1.3.0 - 2020-03-22
9
- Laravel 7 support
10
composer.json
@@ -22,7 +22,7 @@
22
],
23
"require": {
24
"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",
+ "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
26
"qcod/laravel-settings": "~1.0"
27
},
28
"require-dev": {
0 commit comments