Skip to content

Commit

Permalink
update for laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Feb 2, 2024
1 parent 0c60f07 commit e21c4ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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 `blade-emoji-icons` will be documented in this file.

## 1.4.0 - 2024-02-02

- Dropped Laravel 8 support
- Added Laravel 10 support

## 1.3.0 - 2022-10-19

- Update to use spatie/emoji 4.0
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"homepage": "https://github.com/mallardduck/blade-emoji-icons",
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.74 || ^9.0",
"illuminate/filesystem": "^8.74 || ^9.0",
"illuminate/support": "^8.74 || ^9.0",
"illuminate/view": "^8.74 || ^9.0",
"illuminate/contracts": "^9.0|| ^10.0",
"illuminate/filesystem": "^9.0|| ^10.0",
"illuminate/support": "^9.0|| ^10.0",
"illuminate/view": "^9.0 || ^10.0",
"spatie/emoji": "^4.0",
"spatie/laravel-package-tools": "^1.11.0"
},
"require-dev": {
"nunomaduro/collision": "^5.3 || ^6.0",
"orchestra/testbench": "^6.24.1 || ^7.0",
"nunomaduro/collision": "^6.0 || ^7.0",
"orchestra/testbench": "^7.0 || ^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"phpdocumentor/reflection-docblock": "^5.2",
Expand Down

0 comments on commit e21c4ae

Please sign in to comment.