Skip to content

Commit

Permalink
Merge pull request #16 from tarfin-labs/php8-support
Browse files Browse the repository at this point in the history
PHP 8 support added.
  • Loading branch information
tkaratug authored Jun 3, 2021
2 parents 4fecad2 + 2856858 commit 886a9d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4]
php: [7.4, 8.0]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to `laravel-config` will be documented in this file.

## [Unreleased]

## [4.1.0] - 2021-06-03

- PHP 8 support added.

## [4.0.0] - 2021-05-06

- 2021-05-06: `getNested()` method added for getting nested config params.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"illuminate/support": "^8.0",
"laravel/legacy-factories": "^1.0"
},
Expand Down

0 comments on commit 886a9d3

Please sign in to comment.