Skip to content

Commit

Permalink
Require PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Sep 5, 2019
1 parent b53110d commit c13045b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.1] - 2019-09-05
### Changed
- PHP 7.2 is now the minimum supported version

## [7.0.0] - 2019-09-05
### Removed
- References to deprecated Laravel helper methods
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caffeinated/themes",
"description": "Laravel 5 Themes",
"description": "Laravel Themes",
"keywords": ["themes", "laravel", "caffeinated", "blade"],
"license": "MIT",
"authors": [
Expand All @@ -12,7 +12,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1.3",
"php": "^7.2",
"caffeinated/composer-installers": "*",
"illuminate/support": "^6.0"
},
Expand Down

0 comments on commit c13045b

Please sign in to comment.