Skip to content

Commit f404935

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-version: [ 7.4, 8.0, 8.1 ]
15+
php-version: [ 8.0, 8.1 ]
1616

1717
steps:
1818
- name: Checkout source code

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)