revert add beforeClone and afterClone
This commit is contained in:
2026-03-21 16:47:50 +00:00
parent 84e67482f9
commit 6aab5f05d8
3 changed files with 4 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "potter/cloneable",
"description": "Potter Framework Cloneable Interface",
"version": "1.0.1",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Cloneable",
"license": "MIT",
@@ -19,8 +19,6 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.3",
"potter/event": "^1.0",
"league/event": "^3.0"
"php": "^8.3"
}
}