Skip to content

Commit 64654ec

Browse files
committed
release!: v2.0.0 – remove infrastructure contracts and lock system from common
- Removed all adapter, repository, Redis, KV, and lock-related contracts - Cleaned documentation to reflect helpers/DTOs/enums-only scope - Archived v1.x documentation and changelog - Finalized architectural boundary for maatify/common v2
1 parent c7a779f commit 64654ec

39 files changed

Lines changed: 1263 additions & 3773 deletions

CHANGELOG.md

Lines changed: 44 additions & 599 deletions
Large diffs are not rendered by default.

CHANGELOG.v1.md

Lines changed: 642 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 26 additions & 895 deletions
Large diffs are not rendered by default.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.10
1+
2.0.0

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=8.4",
18+
"php": ">=8.2",
1919
"ext-mbstring": "*",
2020
"ext-intl": "*",
2121
"ezyang/htmlpurifier": "^4.19",
@@ -27,12 +27,13 @@
2727
}
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^10.0",
31-
"phpstan/phpstan": "^1.11",
30+
"phpstan/phpstan": "^2.0",
3231
"mongodb/mongodb": "^2.0",
3332
"predis/predis": "^2.3",
3433
"doctrine/dbal": "^4.3",
35-
"friendsofphp/php-cs-fixer": "^3.89"
34+
"friendsofphp/php-cs-fixer": "^3.89",
35+
"phpunit/phpunit": "^11.0"
36+
3637
},
3738
"scripts": {
3839
"test": "vendor/bin/phpunit --testdox",

0 commit comments

Comments
 (0)