Skip to content

Commit

Permalink
Feature/Dependency Upgrade. (#1)
Browse files Browse the repository at this point in the history
* Domain model upgraded to v4.0.0.
* Criteria upgraded to v4.0.0.
* Dropped support for PHP 8.1.
  • Loading branch information
othercodes committed Apr 2, 2024
1 parent 7b5d56f commit b3a5d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.0.0",
"php": "^8.2",
"ext-json": "*",
"complex-heart/contracts": "^2.0.0",
"complex-heart/domain-model": "^3.0.0",
"complex-heart/criteria": "^3.0.0"
"complex-heart/domain-model": "^4.0.0",
"complex-heart/criteria": "^4.0.0"
}
}

0 comments on commit b3a5d35

Please sign in to comment.