Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Drop support for L5.7 and lower + PHP 7.1 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Feb 27, 2019
1 parent cba56c0 commit db4f3df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-blade-x` will be documented in this file

## 2.2.0 - 2018-02-27

- drop support for Laravel 5.7 and lower
- drop support for PHP 7.1 and lower

## 2.1.2 - 2018-02-27

- add support for Laravel 5.8
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
],
"require": {
"php": "^7.2",
"illuminate/view": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"illuminate/view": "~5.8.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^7.3|^8.0",
"spatie/phpunit-snapshot-assertions": "^1.3"
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit db4f3df

Please sign in to comment.