Skip to content

Commit

Permalink
Added the vanilo/support dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 13, 2024
1 parent 47f0340 commit 79fc7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Channel/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Added Laravel 11 Support
- Added the vanilo/support dependency
- Changed minimum Laravel version to v10.38.2
- Added the following fields to the Channel model/table:
- `currency`
Expand Down
3 changes: 2 additions & 1 deletion src/Channel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"php": "^8.2",
"konekt/concord": "^1.13",
"cviebrock/eloquent-sluggable": "^10.0|^11.0",
"laravel/framework": "^10.38.2|^11.0"
"laravel/framework": "^10.38.2|^11.0",
"vanilo/support": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down

0 comments on commit 79fc7a1

Please sign in to comment.