19 Commits

Author SHA1 Message Date
sdarwin
eabfd1e76f upgrade Nette to support PHP7 2021-12-17 09:32:43 -06:00
Daniel James
250fe3af1e Use curl directly instead of guzzle.
Guzzle no longer supports php 5.3, and was warning that I'm using an
unsupported verison.
2016-07-19 06:42:11 +01:00
Daniel James
054d7fc1ab Replace Symfony Process with simple proc_open implementation.
Not worried too much about portability.
2016-07-19 06:37:13 +01:00
Daniel James
876f92cf4a Uninstall redbean 2016-07-07 09:26:44 +01:00
Daniel James
e1c6348f92 Composer update 2016-07-07 09:26:44 +01:00
Daniel James
bdc19679a0 Use Nette\Object as base of many classes.
It adds stricter error checking for accessing object members. Has some
other features as well, including a property implementation but I'm not
using them (yet?).
2016-06-11 01:10:21 +01:00
Daniel James
5a2f8a3493 Composer update 2016-06-11 01:03:01 +01:00
Daniel James
640134a767 Composer update 2016-01-03 09:42:02 +00:00
Daniel James
09ccedbd66 Composer update 2015-11-15 16:01:37 +00:00
Daniel James
61b8fdadc8 Initial test cases.
Like a proper programmer. Not really.
2015-11-15 15:50:15 +00:00
Daniel James
06c69934bc Remove all the symfony console stuff. 2015-10-10 12:31:53 +01:00
Daniel James
6894b15d25 Separate mirror script.
Using c9s/GetOptionKit to parse command line arguments. Not great so
far, but it'll do. I wanted to use something fairly standalone.
2015-10-10 12:31:53 +01:00
Daniel James
b78f8736af Tell composer to support php 5.3.3.
Downgrades symfony components, so now there's a chance this might
actually work on the server. We can but dream.
2015-10-10 12:31:52 +01:00
Daniel James
e2d9154ede Use neon file format for configuration.
http://ne-on.org/
2015-10-10 12:31:52 +01:00
Daniel James
efeb1eab12 Upgrade redbean using a versioned url.
This now won't inadvertantly pull in future upgrades, but will need
manual upgrading in the future. Builds and patches for php 5.3.3 because
that's used on the server.
2015-10-10 12:31:52 +01:00
Daniel James
0dac6de258 Composer update 2015-10-10 12:31:52 +01:00
Daniel James
cf2d1500ea Use composer to load initialisation. 2014-08-25 14:07:47 +01:00
Daniel James
7261bc6c66 Latest verison of redbeanphp.
Composer recipe from:

https://github.com/necenzurat/redbeanphp-composer
2014-08-25 14:07:46 +01:00
Daniel James
7404899da2 Initial import. 2014-08-19 00:10:13 +01:00