We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033030a commit 9d82412Copy full SHA for 9d82412
1 file changed
composer.json
@@ -19,7 +19,7 @@
19
],
20
"prefer-stable": true,
21
"require": {
22
- "php": "^7.2 || ^8",
+ "php": "^7.2|^8",
23
"psr/container": "~1"
24
},
25
"autoload": {
@@ -33,7 +33,7 @@
33
"require-dev": {
34
"ext-pdo": "*",
35
"ext-json": "*",
36
- "phpunit/phpunit": "~7",
+ "phpunit/phpunit": "^7",
37
"infection/infection": "^0.13",
38
"phpbench/phpbench": "@dev"
39
0 commit comments