Skip to content

Commit 5b3d9d4

Browse files
committed
refactor(core): update contract and remove deprecated PropertyInspector
- Update `composer.json` for dependency management - Modify `PropertyAttributeHandler` contract for improved attribute handling - Remove deprecated `PropertyInspector.php` and its related test `PropertyInspectorTest.php` - Add new `AttributeHandler` class and corresponding tests in `tests/AttributeHandlerTest.php` - Introduce utility classes under `src/Utility/` and associated tests in `tests/Utility/` - Update `ReflectionExceptionTest.php` to align with the new architecture - Track `composer.lock` for consistent dependency management across environments
1 parent a8857e9 commit 5b3d9d4

10 files changed

+5452
-8
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
}
2727
],
2828
"require": {
29-
"php": "^8.3"
29+
"php": "^8.3",
30+
"kariricode/processor-pipeline": "^1.1",
31+
"kariricode/contract": "^2.7"
3032
},
3133
"autoload": {
3234
"psr-4": {

0 commit comments

Comments
 (0)