v2.8.0
Nette 3 compatibility
- PR#68 Thanks @MartkCz
- PR#79 Thanks @kozaktomas and @Vboss
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
- Supported Symfony up to 4.3.* PR#83 Thanks @MilanPala
- Nette\Http\RequestFactory BC break fixup PR#87 Thanks @KuceraMartin