Skip to content

v2.8.0

Compare
Choose a tag to compare
@Spamercz Spamercz released this 12 Jan 00:36
· 14 commits to master since this release
29cbb00

Nette 3 compatibility

Changes:

  • Requires PHP >= 7.1
  • Travis and Composer cleanup
  • Added PHPStan to travis
  • Added CodingStandard to travis
  • removed unused nette libraries
  • Added PHPStan
  • Added Kdyby/CodingStandard
  • Moved PHPCoveralls to composer
  • Added Typo3/ClassAliasLoader
  • Exceptions split to own files
  • Nette framework version resolving not to be dependent on nette/application
  • fixed onShutdown event for PHPStan onShutdown only magically calls foreach on property, so i did it here too.
  • \Kdyby\StrictObjects\Scream is not compatible with Nette/SmartObject

  • added declare(strict_types = 1);, method argument types and return types PR#82 Thanks @foxycode




  • Nette/Application compatibility <= 3.1.x PR#88 Thanks @Vboss