auraphp / Aura.Di

Dependency Injection System
MIT License
349 stars 63 forks source link

Feature requests #174

Closed frederikbosch closed 5 years ago

frederikbosch commented 5 years ago

I have some feature requests for which I will provide PRs.

  1. Upgrade to PHP7.2+ only, strict types, including upgrade to PHPUnit 7.
  2. Mutators, which is a specialization to setters. Add possibility to mutate an object after construction through mutators.
  3. Serialization.
frederikbosch commented 5 years ago

The PRs are there, closing this in favors of the three PRs.