summaryrefslogtreecommitdiff
path: root/composer.json
AgeCommit message (Collapse)Author
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import)
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
This allows to check if no translation is available
2019-06-03Upgraded external componentsIgor Scheller
2019-04-25phpunit: Upgrade to version 8, fixed tests, formattingIgor Scheller
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
2019-04-17PSR-7: Replaced implementation with `Nyholm\Psr7`Igor Scheller
2019-04-16Bugfix: Replaced Diactoros with Symfony PsrHttpFactory to use ↵Igor Scheller
PhpExtended\HttpMessage implementation Prevents warnings that get converted to errors when run in dev mode
2019-04-16Bugfix: Pin twig version as long as Twig-Extensions received no updateIgor Scheller
This prevents warnings when run in dev mode
2019-03-16readme: Added mbstring as required extensionIgor Scheller
closes #576 (Ubuntu 18.04 requires mbstring to be installed manually)
2018-10-24Readme: Bump versions and fix formattingIgor Scheller
* Bump required database versions for JSON support and better key handling * Changed PHP version to use a supported one * Fixed migration description * Removed outdated hint for mail config
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
Closes #434
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-29Added translation support for twig templatesIgor Scheller
See https://twig-extensions.readthedocs.io/en/latest/i18n.html for documentation
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
@see https://laravel.com/docs/5.5/container @see https://davejamesmiller.com/2017/06/15/laravel-illuminate-container-in-depth
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