summaryrefslogtreecommitdiff
path: root/composer.json
AgeCommit message (Expand)Author
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
2019-11-30Bumped PHP to >=7.2 as it not supported anymore (no security fixes)Igor Scheller
2019-11-29Twig update to 3.0.0 and Renderer type hintingIgor Scheller
2019-11-29Twig update to > 2.11: Fixed namespaces, warnings and cleanupIgor Scheller
2019-11-29Removed not used {trans} twig tokenIgor Scheller
2019-11-13Add phpcs composer scriptsMichael Weimann
2019-11-11Formatting to follow PSR-12Igor Scheller
2019-07-10Replaced validation with `respect/validation`Igor Scheller
2019-07-08Replaced gettext translation with packageIgor Scheller
2019-06-03Upgraded external componentsIgor Scheller
2019-04-25phpunit: Upgrade to version 8, fixed tests, formattingIgor Scheller
2019-04-17PSR-7: Replaced implementation with `Nyholm\Psr7`Igor Scheller
2019-04-16Bugfix: Replaced Diactoros with Symfony PsrHttpFactory to use PhpExtended\Htt...Igor Scheller
2019-04-16Bugfix: Pin twig version as long as Twig-Extensions received no updateIgor Scheller
2019-03-16readme: Added mbstring as required extensionIgor Scheller
2018-10-24Readme: Bump versions and fix formattingIgor Scheller
2018-10-24Migrations: Added namespaceIgor Scheller
2018-10-24Database: Don't use `0000-00-00 00:00:00` as a datetimeIgor Scheller
2018-09-26Merge remote-tracking branch 'MyIgel/mailing'Igor Scheller
2018-09-23Fixed release file build (did not include frontend files), formattingIgor Scheller
2018-09-05Implemented mailing abstractionIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-29Added translation support for twig templatesIgor Scheller
2018-08-29Added Twig template renderer, closes #338Igor Scheller
2018-08-25Added nikic/fast-route as routing dispatcherIgor Scheller
2018-08-19Added middleware testsIgor Scheller
2018-08-14Implemented PSR-15 middleware handlerIgor Scheller
2018-08-07Added Http\Response and Psr7{Request,Response}Igor Scheller
2018-01-14Added Illuminate/DatabaseIgor Scheller
2018-01-14Added illuminate/support and Fluent Interface to ConfigIgor Scheller
2017-11-25Refactored ExceptionHandlerIgor Scheller
2017-09-24Fixed composerIgor Scheller
2017-09-21Changed Container to Illuminate/ContainerIgor Scheller
2017-09-19Added LoggerIgor Scheller
2017-08-31Implemented containerIgor Scheller
2017-08-29Bumped PHP version to min. 7.0.0 (see 440ed74c)Igor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-07-19Changed recommended PHP Version to >= 7.0Igor Scheller
2017-07-17Added phpunit and fixed typoIgor Scheller
2017-01-21Refactoring: Config cleanup / moved to classIgor Scheller
2017-01-20Added exception handlerIgor Scheller
2017-01-02Require twbs/bootstrap via composerIgor Scheller
2017-01-02Added composer with parsedown requirementIgor Scheller