Skip to content

Commit b3a5d35

Browse files
authored
Feature/Dependency Upgrade. (#1)
* Domain model upgraded to v4.0.0. * Criteria upgraded to v4.0.0. * Dropped support for PHP 8.1.
1 parent 7b5d56f commit b3a5d35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": "^8.0.0",
14+
"php": "^8.2",
1515
"ext-json": "*",
1616
"complex-heart/contracts": "^2.0.0",
17-
"complex-heart/domain-model": "^3.0.0",
18-
"complex-heart/criteria": "^3.0.0"
17+
"complex-heart/domain-model": "^4.0.0",
18+
"complex-heart/criteria": "^4.0.0"
1919
}
2020
}

0 commit comments

Comments
 (0)