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.
1 parent f87ee09 commit 09a6d8aCopy full SHA for 09a6d8a
.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-settings` will be documented in this file
+## 1.0.9 - 2020-09-24
+- Laravel 8 support
+
8
## 1.0.8 - 2020-03-22
9
- Laravel 7 support
10
composer.json
@@ -18,8 +18,8 @@
18
}
19
],
20
"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"
+ "php": "^7.3",
+ "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
23
},
24
"require-dev": {
25
"orchestra/testbench": "3.8.*|4.*|5.*",
0 commit comments