We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c105e commit 399b7ffCopy full SHA for 399b7ff
.github/workflows/build.yml
@@ -87,6 +87,7 @@ jobs:
87
- "7.3"
88
- "7.4"
89
- "8.0"
90
+ - "8.1"
91
dependencies:
92
- "lowest"
93
- "highest"
@@ -129,6 +130,7 @@ jobs:
129
130
131
132
133
134
135
136
composer.json
@@ -29,7 +29,7 @@
29
"php-parallel-lint/php-parallel-lint": "^1.2",
30
"phpstan/phpstan-phpunit": "^1.0",
31
"phpstan/phpstan-strict-rules": "^1.0",
32
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "^9.5.10",
33
"ramsey/uuid-doctrine": "^1.5.0",
34
"symfony/cache": "^4.4.35"
35
},
0 commit comments