DoSomething / chompy

:card_index: The DoSomething.org third-party importer.
MIT License
1 stars 0 forks source link

Update Chompy to PHP 7.4. #186

Closed DFurnes closed 4 years ago

DFurnes commented 4 years ago

What's this PR do?

This pull request updates Chompy to use PHP 7.4. This allows us to use new language features, like arrow functions, and prepares us for the end of PHP 7.3's active support window.

How should this be reviewed?

I've split this work into separate commits for each change.

Any background context you want to provide?

Here's the high-level PHP 7.4 release announcement and migration guide.

Relevant tickets

References Pivotal #173629223.

Checklist