We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3eb8fa commit f404935Copy full SHA for f404935
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php-version: [ 7.4, 8.0, 8.1 ]
+ php-version: [ 8.0, 8.1 ]
16
17
steps:
18
- name: Checkout source code
composer.json
@@ -11,12 +11,12 @@
11
],
"minimum-stability": "stable",
"require": {
- "php": "^7.4|^8.0|^8.1",
- "ext-json": "*",
- "complex-heart/domain-model": "^1.0.0"
+ "php": "^8.0.2",
+ "complex-heart/domain-model": "^2.0.0",
+ "ext-json": "*"
},
"require-dev": {
19
- "phpstan/phpstan": "^0.12.64",
+ "phpstan/phpstan": "^1.9.0",
20
"pestphp/pest": "^1.4"
21
22
"autoload": {
0 commit comments