Commit graph

8 commits

Author SHA1 Message Date
Oliver Davies 858dde2dc2 build(deps): remove tightenco/collect 2022-01-14 00:46:10 +00:00
Oliver Davies aec86ad237 build(deps): add Collections 2022-01-13 20:18:33 +00:00
Oliver Davies 415711e853 build(deps): add symfony/test-pack 2022-01-13 19:47:14 +00:00
Oliver Davies 72c4c2af78 Remove dependency on illuminate/support 2020-05-05 10:34:35 +01:00
Oliver Davies d577510355 Add phpcs
References #4
2020-04-30 00:21:23 +01:00
Oliver Davies d3f962e19c Cache RSVPs from Meetup per event
Introduce the Cache component and use a filesystem adapter to cache the
results from the query to the Meetup API.

This will prevent duplicate API calls being made if we need to run it
multiple times in a short space of time - i.e. if we want to pick more
than one winner during the same event.

Fixes #1.
2020-04-29 22:25:35 +01:00
Oliver Davies 870c58b23a Add dependencies 2020-04-29 21:24:19 +01:00
Oliver Davies 9f3b94b2c4 Add initial set of files 2020-04-29 20:20:38 +01:00