dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
38 stars 5 forks source link

remove PHP 7.4 support after mezzio 3.12 in API V4 #153

Closed arhimede closed 2 years ago

arhimede commented 2 years ago

composer.json "php": "~7.4.0 || ~8.0.0 || ~8.1.0", -> "php": "~8.0.0 || ~8.1.0 || ~8.2.0",

"mezzio/mezzio": "^3.11.0", -> "mezzio/mezzio": "^3.13.0",

MarioRadu commented 2 years ago

Done in https://github.com/dotkernel/api/pull/163.