Skip to content

Commit

Permalink
Support php8 and drop php7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 14, 2021
1 parent 8bc196b commit 9eca288
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
]
},
"require": {
"php": ">=7.2.0"
"php": "^7.3 || ^8.0",
"bear/resource": "^1.15",
"bear/sunday": "^1.5",
"ray/di": "^2.11"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"bear/sunday": "^1.4",
"doctrine/annotations": "^1.7",
"bamarni/composer-bin-plugin": "^1.4"
},
Expand Down

0 comments on commit 9eca288

Please sign in to comment.