Skip to content

Commit

Permalink
Merge pull request #26 from Flobbos/5.x
Browse files Browse the repository at this point in the history
Support for Laravel 10
  • Loading branch information
Flobbos authored Feb 21, 2023
2 parents 7a9d7ca + 725cd59 commit 50e5691
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@ a normal or a translated slug.

| Laravel | Crudable |
| :------ | :------- |
| 10.x | >5.\* |
| 9.x | >4.\* |
| 8.x | >4.\* |
| 7.x | >3.\* |
| 6.x | >3.\* |
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Version History

### v. 5.0.0

- min. PHP 8
- support for Laravel 10

### v. 4.0.0

- added views for tailwind
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "8.*|9.*",
"php": "^8.1",
"illuminate/support": "10.*",
"cocur/slugify": "^4.0"
},
"extra": {
Expand Down

0 comments on commit 50e5691

Please sign in to comment.