Skip to content

Commit 9d82412

Browse files
committed
- prepare for PHP 8
1 parent 033030a commit 9d82412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"prefer-stable": true,
2121
"require": {
22-
"php": "^7.2 || ^8",
22+
"php": "^7.2|^8",
2323
"psr/container": "~1"
2424
},
2525
"autoload": {
@@ -33,7 +33,7 @@
3333
"require-dev": {
3434
"ext-pdo": "*",
3535
"ext-json": "*",
36-
"phpunit/phpunit": "~7",
36+
"phpunit/phpunit": "^7",
3737
"infection/infection": "^0.13",
3838
"phpbench/phpbench": "@dev"
3939
},

0 commit comments

Comments
 (0)