We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4468cb1 + 1f80b05 commit 1994f3dCopy full SHA for 1994f3d
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `qcod/laravel-app-settings` will be documented in this file
4
5
+## 1.3.0 - 2020-03-22
6
+- Laravel 7 support
7
+
8
## 1.2.0 - 2019-09-05
9
10
- Laravel 6 support
composer.json
@@ -22,13 +22,13 @@
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",
+ "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
26
"qcod/laravel-settings": "~1.0"
27
},
28
"require-dev": {
29
- "orchestra/testbench": "~3.4|^4.0",
+ "orchestra/testbench": "3.8.*|4.*|5.*",
30
"mockery/mockery": "^0.9.4 || ~1.0",
31
- "phpunit/phpunit": "~8.0"
+ "phpunit/phpunit": "^8.5"
32
33
"autoload": {
34
"psr-4": {
0 commit comments