0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
David Goodwin
5a9efc18f0 just disable psalm caching 2019-01-08 13:22:35 +00:00
David Goodwin
4d6cb9c328 touch config.local.php in build 2018-12-29 22:03:32 +00:00
David Goodwin
63ca48eb6b work around templates_c not existing in git 2018-12-29 21:59:25 +00:00
David Goodwin
590c80f0bc add more unit tests; re-enable random_int warning in functions.inc.php for old php versions etc etc 2018-12-29 20:54:25 +00:00
David Goodwin
e949e76acd add check-format to build step 2018-12-28 19:32:22 +00:00
David Goodwin
5eba76ac36 add composer build target 2018-12-28 19:29:14 +00:00
David Goodwin
77b87107f9 improve composer behaviour for psalm; bump dev dependencies and add sqlite3+mysqli 2018-12-28 19:16:41 +00:00
David Goodwin
8d2a592aa9 bump psalm version; autoload config and functions files 2018-12-27 13:56:23 +00:00
David Goodwin
9b8c067515 bump phpunit to stop countable warning with php7.2 2018-12-27 13:13:50 +00:00
David Goodwin
45fd1bf08b silence psalm a little; bump parallel-lint version 2018-06-18 21:43:18 +01:00
David Goodwin
59a220d8d2 add psalm 2018-03-16 20:07:04 +00:00
David Goodwin
12242b0893 add ZF1 as a dependency and phpunit; remove require/include calls from tests/ 2018-02-18 20:23:15 +00:00
David Goodwin
e1d42ed7d3 rename script commands 2018-01-25 19:57:08 +00:00
David Goodwin
80d30d81e9 add parallel-lint 2018-01-25 19:56:50 +00:00
Adrien Crivelli
6f7e75dc63 Introduce PHP-CS-Fixer and Travis to enforce code style
Commands `composer check` and `composer fix` can be used to respectively
check and automatically fix code style in the entire project.
2018-01-25 19:55:51 +00:00