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

Commit

Permalink
Add support for L6 + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Sep 4, 2019
1 parent 7f604eb commit 783cc39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.3.0 - 2019-09-04

- add support for Laravel 6.0
- add support for prefixing single components and collections
- allow to remove the namespace for a single component

## 2.2.3 - 2019-07-25

- do not use deprecated Laravel helpers
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
],
"require": {
"php": "^7.2",
"illuminate/view": "~5.8.0"
"illuminate/view": "~5.8.0|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0",
"orchestra/testbench": "~3.8.0|^4.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^2.1"
},
Expand Down

0 comments on commit 783cc39

Please sign in to comment.