Skip to content

Commit

Permalink
Merge pull request #30 from qcod/laravel-8
Browse files Browse the repository at this point in the history
laravel 8 support
  • Loading branch information
saqueib authored Sep 14, 2020
2 parents 4ae87c6 + 5157c53 commit 2f8c087
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.2
- 7.3

before_script:
- travis_retry composer self-update
Expand Down
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.4.0 - 2020-09-24
- Laravel 8 support

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "^7.2",
"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",
"qcod/laravel-settings": "~1.0"
},
"require-dev": {
Expand Down

0 comments on commit 2f8c087

Please sign in to comment.