Skip to content

Commit

Permalink
Merge pull request #26 from qcod/larvel7
Browse files Browse the repository at this point in the history
laravel 7 support
  • Loading branch information
saqueib authored Mar 22, 2020
2 parents 4468cb1 + 1f80b05 commit 1994f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `qcod/laravel-app-settings` will be documented in this file

## 1.3.0 - 2020-03-22
- Laravel 7 support

## 1.2.0 - 2019-09-05

- Laravel 6 support
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
],
"require": {
"php": "^7.2",
"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",
"qcod/laravel-settings": "~1.0"
},
"require-dev": {
"orchestra/testbench": "~3.4|^4.0",
"orchestra/testbench": "3.8.*|4.*|5.*",
"mockery/mockery": "^0.9.4 || ~1.0",
"phpunit/phpunit": "~8.0"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1994f3d

Please sign in to comment.