mezzio / mezzio-migration

Migrate Mezzio applications from v2 to v3
https://docs.mezzio.dev/mezzio/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Add support for PHP 8 #10

Closed internalsystemerror closed 3 years ago

internalsystemerror commented 3 years ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature yes
RFC no
QA no

Description

Closes #6 .

Xerkus commented 3 years ago

Pre-release semantics is 0.<major>.<minor> iirc, should we target 0.1.6 here?

boesing commented 3 years ago

I'd be fine with 1.0 as well as this package didn't received any changes for almost 2 years. Would assume its stable tho.

Xerkus commented 3 years ago

@internalsystemerror FYI convention is to name the file .gitkeep with the dot at the beginning, to match .gitignore. it originates from the *nix convention where files and folders starting with dot are "hidden" files.