Skip to content

Commit 1bb45f7

Browse files
authored
Adding laravel/serializable-closure to support (#825)
1 parent cba883f commit 1bb45f7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
### Added
11+
12+
- Added `laravel/serializable-closure` as a dependency to `mantle-framework/support` to
13+
support serialization of closures.
14+
815
## v1.13.3
916

1017
No changes, re-released to fix a bad tag.

src/mantle/support/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"php": "^8.2",
77
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
88
"doctrine/inflector": "^2.0.8",
9+
"laravel/serializable-closure": "^1.3.1 || ^2.0",
910
"league/commonmark": "^2.7.0",
10-
"league/uri": "^7.5",
1111
"league/uri-interfaces": "^7.5",
12+
"league/uri": "^7.5",
1213
"mantle-framework/contracts": "^1.0",
1314
"monolog/monolog": "^2.9.1",
1415
"nesbot/carbon": "^3.8.4",

0 commit comments

Comments
 (0)