Skip to content

Commit 5b001b4

Browse files
committed
Feature/Upgrade ComplexHeart Domain Model.
1 parent e3eb8fa commit 5b001b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": "^7.4|^8.0|^8.1",
15-
"ext-json": "*",
16-
"complex-heart/domain-model": "^1.0.0"
14+
"php": "^8.0.2",
15+
"complex-heart/domain-model": "^2.0.0",
16+
"ext-json": "*"
1717
},
1818
"require-dev": {
19-
"phpstan/phpstan": "^0.12.64",
19+
"phpstan/phpstan": "^1.9.0",
2020
"pestphp/pest": "^1.4"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)