Skip to content

Commit

Permalink
laravel 8 support (#18)
Browse files Browse the repository at this point in the history
* laravel 8 support

* updated changelog
  • Loading branch information
saqueib authored Sep 14, 2020
1 parent f87ee09 commit 09a6d8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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-settings` will be documented in this file

## 1.0.9 - 2020-09-24
- Laravel 8 support

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"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"
"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"
},
"require-dev": {
"orchestra/testbench": "3.8.*|4.*|5.*",
Expand Down

0 comments on commit 09a6d8a

Please sign in to comment.