Skip to content

Commit 1994f3d

Browse files
authored
Merge pull request #26 from qcod/larvel7
laravel 7 support
2 parents 4468cb1 + 1f80b05 commit 1994f3d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+3
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.3.0 - 2020-03-22
6+
- Laravel 7 support
7+
58
## 1.2.0 - 2019-09-05
69

710
- Laravel 6 support

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
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",
25+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
2626
"qcod/laravel-settings": "~1.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "~3.4|^4.0",
29+
"orchestra/testbench": "3.8.*|4.*|5.*",
3030
"mockery/mockery": "^0.9.4 || ~1.0",
31-
"phpunit/phpunit": "~8.0"
31+
"phpunit/phpunit": "^8.5"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)