Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
support php8 requirement
  • Loading branch information
koriym committed Oct 10, 2020
1 parent 98f71f5 commit e8f7bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"require": {
"php": "^7.2 || ^8.0",
"ext-json": "*",
"bear/resource": "^1.14.3",
"bear/resource": "^1.14.8",
"doctrine/annotations": "^1.10",
"doctrine/cache": "^1.10",
"psr/log": "^1.1",
"ray/di": "^2.10"
"ray/di": "^2.10.5"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
Expand Down

0 comments on commit e8f7bc5

Please sign in to comment.