Skip to content

PHP 7.4, DTOs, PSR-18 refactor

Pre-release
Pre-release
Compare
Choose a tag to compare
@kylekz kylekz released this 24 Oct 12:43
· 8 commits to 2.x since this release

Marked as beta because it's not fully tested and only done quickly in a couple nights. Challonge likes to not document datatypes of each field, let alone listing every field too, so it's kind of a pain guessing what everything is...

  • Requires PHP 7.4
  • Now PSR-18 compliant instead of using Guzzle
  • Using Laravel Collections and DTOs
  • I learned what testing is