Skip to content

Commit c536cb9

Browse files
committed
Add support for Laravel 9
1 parent b1b0d69 commit c536cb9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package is to displaying the model data in a Grid table.
1414
![Grid view appearance](https://github.com/itstructure/laravel-grid-view/blob/master/laravel_grid_view_appearance_en.png)
1515

1616
## Requirements
17-
- laravel 5.5+ | 6+ | 7+ | 8+
17+
- laravel 5.5+ | 6+ | 7+ | 8+ | 9+
1818
- Bootstrap 4 for styling
1919
- JQuery
2020
- php >= 7.1
@@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.
2626

2727
Run the composer command:
2828

29-
`composer require itstructure/laravel-grid-view "~1.0.8"`
29+
`composer require itstructure/laravel-grid-view "~1.0.9"`
3030

3131
### If you are testing this package from a local server directory
3232

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**1.0.9 March 6, 2022:**
4+
- Add support for Laravel 9
5+
36
**1.0.8 January 10, 2022:**
47
- Readme fixes.
58
- Add `filtersFormAction` attribute with empty default value.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=7.1.0",
17-
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
17+
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)