Commit graph

8 commits

Author SHA1 Message Date
Andreas Rammhold de74c9e88c Fix the php packaging for the latest nixpkgs revision
Nixpkgs has dropped PHP 7.2. Updating to PHP 7.4 should be painless as
our usage of PHP is very limited.
2021-07-07 12:19:54 -07:00
Graham Christensen 648fcf0405
Package up dependencies with composer2nix
I had to patch composer2nix with:

require_once(dirname(__FILE__)./../../../../vendor/autoload.php);
2018-08-08 13:28:14 -04:00
Graham Christensen 695fea935a
Prune more unneeded PHP bits 2018-02-23 22:00:37 -05:00
Graham Christensen 08a0a79976
Remove extra libs now that the mass rebuild filter isn't PHP anymore 2018-02-23 21:28:32 -05:00
Graham Christensen 2d6b560e4f
Revert "Revert "Further clean up code, implement signature checking""
This reverts commit 724a343220.
2017-12-21 08:08:23 -05:00
Graham Christensen 724a343220
Revert "Further clean up code, implement signature checking"
This reverts commit faa0f0ae5f.
2017-12-21 07:36:19 -05:00
Graham Christensen faa0f0ae5f
Further clean up code, implement signature checking 2017-12-21 07:35:41 -05:00
Graham Christensen 8c9e63d12c
Move all the PHP stuff to a subdir 2017-12-04 21:30:15 -05:00
Renamed from composer.json (Browse further)