Skip to content

Commit

Permalink
spiral-modules#66 PHP 8 / RoadRunner 2 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-telpuk committed Nov 9, 2021
1 parent f2d237f commit fb40dd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.2||>=8.0",
"ext-json": "*",
"spiral/roadrunner": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"spiral/core": "^1.0",
"phpunit/phpunit": "^9.5",
"spiral/core": "^2.8.2",
"doctrine/inflector": "^1.3",
"spiral/code-style": "^1.0"
},
Expand Down

0 comments on commit fb40dd4

Please sign in to comment.