Commit graph

29 commits

Author SHA1 Message Date
3537e74d49 Update dependencies 2021-05-21 12:11:50 -04:00
114dcc568f Update dependencies 2021-04-14 09:50:25 -04:00
2348786a92 Start on replacing Phake with Phony 2021-02-27 15:24:02 -05:00
9b369d902f Update tooling for PHP 8 2021-02-25 14:49:17 -05:00
a0d563e468 Update dependencies 2021-02-06 21:48:27 -05:00
cc648e1c3a Update tooling 2020-12-28 11:42:36 -05:00
8c059773bb Update tooling 2020-11-30 10:51:39 -05:00
6520ed38fb Update dependencies 2020-10-26 14:44:54 -04:00
e75d15e552 Update dependencies 2020-09-09 10:59:28 -04:00
1d514e4739 Remove forked picofeed repository 2020-02-16 17:37:13 -05:00
e29c573210 Update tools 2020-01-23 17:07:32 -05:00
9e1087914c Change tool dependencies to "dev" type 2020-01-20 00:36:42 -05:00
2fa2799b64 Require PHP 7.1 in Composer
In reality we have unwittingly required PHP 7.1 for some time
2020-01-20 00:34:02 -05:00
e3144ecbf5 Update tool dependencies 2019-12-02 19:12:48 -05:00
5d70f9fc11 Update dependencies 2019-10-11 12:02:22 -04:00
b3566f8d48 Use Robo to extract zip archive 2019-08-03 22:06:57 -04:00
7dee5498d8 Procedure for downloading highlight.js
Currently slightly broken due to a bug in a dependency
2019-08-02 22:34:41 -04:00
2aa16f3405 Merge branch 'fever' into opml 2019-07-24 14:04:04 -04:00
62fe3a7298 Fix case of vfsstream tool dependency 2019-06-21 10:30:36 -04:00
54aaab50b5 Update tools 2019-06-20 15:57:49 -04:00
8020457820 Update dependencies 2019-03-25 11:28:15 -04:00
b1282b6f6a Upgrade to PHP 7.1 and PHPUnit 7. 2019-01-25 22:07:37 -05:00
8103d37bc7 Dev dependency update 2018-11-22 13:36:25 -05:00
ffea7e804a Sync Composer locks 2018-11-07 13:11:27 -05:00
1b8e1e499b Dev dependency update 2018-11-02 10:02:49 -04:00
0be9dcb5a8 Update dependencies 2018-10-26 16:27:18 -04:00
9eadd602bd Replace Response objects with PSR-7 response messages; improves #53
While the test suite passes, this commit yields a broken server: replacing ad hoc request objectss with PSR-7 ones is still required, as is emission of PSR-7 responses. Both will come in subsequent commits, with tests

Diactoros was chosen specifically because it includes facilities for emitting responses, something which is awkward to test. The end of this refactoring should see both the Response and Request classes disappear, and the general REST class fully covered (as well as any speculative additions to AbstractHanlder).
2018-01-03 23:13:08 -05:00
6848f154c0 Update dev dependencies 2017-12-16 17:11:17 -05:00
4bc3398157 Use Robo for programming task execution
The plan had originally been to use Bldr, but Bldr's features were not particularly compelling, and it has not been maintained recently. By contrast Robo has very useful features while still meeting my needs.

In addition to migrating the build process, the current Robo file also runs unit tests, with or without coverage reporting.

Fixes #116; improves #113
2017-12-08 14:37:49 -05:00