You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scheb/tombstone repository is now the main repository, containing all code related to the tombstone project. Sub-packages are split off this main repository:
scheb/tombstone-core provides some core classes
scheb/tombstone-logger provides the tombstone logging library (which previously was scheb/tombstone)
scheb/tombstone-analyzer provides the command line tool for report generation
Other changes:
You have to configure a source code root path now (in both the logger and the analyzer)
Checkstyle report format
Added a little test application to demonstrate the usage of tombstones
Dependencies updated to latest versions
Minimum required PHP version is 7.1.3, code has been upgraded to that language level