summaryrefslogtreecommitdiff
path: root/composer.json
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Allow static analysis tools to run independentlyGreg Roach1-9/+24
2019-09-12Code checkGreg Roach1-2/+2
2019-08-26No longer use .MO filesGreg Roach1-4/+0
2019-08-05Update dependenciesGreg Roach1-1/+1
2019-07-16Package webuni/commonmark-table-extension is abandoned, you should avoid usin...Greg Roach1-3/+3
2019-06-22Fix: #2461 - use PHP arrays instead of .MO filesGreg Roach1-2/+7
2019-06-22Fix: #2359 - updated language negotiation for chinese in fisharebest/localiza...Greg Roach1-1/+1
2019-05-17Static analysisGreg Roach1-1/+1
2019-05-10Fix: #1752 - use ezyang/htmlpurifier to santise user-supplied HTMLGreg Roach1-0/+1
2019-04-30Fix: #2399 - build script does not search .phtml files for translationsGreg Roach1-1/+1
2019-04-17CodeStyleGreg Roach1-20/+25
2019-04-14Add convenience script to composer.jsonGreg Roach1-0/+6
2019-04-11Replace standalone emitter with middlewareGreg Roach1-1/+0
2019-04-10Reports: strict types and code styleGreg Roach1-0/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-1/+8
2019-03-30TypoGreg Roach1-1/+1
2019-03-28Remove dependency on PHP/ext-xml - polyfill-php72 provides utf_decode()Greg Roach1-4/+2
2019-03-27Update vendor dependenciesGreg Roach1-9/+9
2019-03-09Build scriptGreg Roach1-3/+1
2019-03-04Refactor language files to use laravel structureGreg Roach1-3/+3
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-1/+2
2019-03-02Update composer.json - sqlite is only required for devGreg Roach1-1/+0
2019-03-02Fix testsGreg Roach1-3/+1
2019-02-27Upgrade laravel components from 5.7 to 5.8Greg Roach1-4/+4
2019-02-26Replace Mockery with PHPunit test doublesGreg Roach1-1/+0
2019-02-23Use 'suggest' for database drivers, update vendor directoryGreg Roach1-2/+8
2019-02-22Add PHP driver checks to setup wizardGreg Roach1-1/+2
2019-02-09Working on CSS and iconsGreg Roach1-0/+3
2019-02-05Update fisharebest/localization library to 1.13 to fix Finnish collation errorsGreg Roach1-1/+1
2019-02-04Working on upgrade wizard and testingGreg Roach1-1/+3
2019-02-02Update build scriptGreg Roach1-2/+2
2019-01-30Add branch alias to composer.jsonGreg Roach1-0/+5
2019-01-27TravisGreg Roach1-13/+2
2019-01-27TestingGreg Roach1-4/+0
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-0/+1
2019-01-18Starting to replace WT_DATA_DIR with league/flysystemGreg Roach1-0/+2
2019-01-16SQLite is required by development buildsGreg Roach1-0/+1
2019-01-16Replace webtrees resolver class with laravel container classGreg Roach1-0/+1
2019-01-07Update vendor dependenciesGreg Roach1-5/+0
2019-01-04Multithreading seems to be failing for PHAN and PSALMGreg Roach1-2/+2
2019-01-04Update PHAN checks to PHP 7.1Greg Roach1-1/+1
2018-12-27Use illuminate/database for migrations and seedsGreg Roach1-2/+2
2018-12-18Add support for Laravel query-builderGreg Roach1-0/+3
2018-12-08Fix build scriptGreg Roach1-1/+1
2018-12-01Update swiftmailer from v5 to v6Greg Roach1-1/+1
2018-12-01Update minimum version of PHP to 7.1Greg Roach1-14/+14
2018-11-18Use application namespace for composer scriptsGreg Roach1-11/+11
2018-10-09Type-hintsGreg Roach1-1/+1
2018-10-09Fix: wrong class check in age calculationGreg Roach1-1/+1
2018-10-04Code styleGreg Roach1-2/+2