From f942ff615966316537c5949b9149e2dae51ea96c Mon Sep 17 00:00:00 2001 From: "Rob J. Heywood" Date: Tue, 18 Aug 2020 17:45:08 +0100 Subject: php: Add git lorry file This change introduces modern versions of PHP via the upstream GIT repository. --- open-source-lorries/php-git.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/php-git.lorry diff --git a/open-source-lorries/php-git.lorry b/open-source-lorries/php-git.lorry new file mode 100644 index 0000000..084f321 --- /dev/null +++ b/open-source-lorries/php-git.lorry @@ -0,0 +1,6 @@ +{ + "php-git": { + "type": "git", + "url": "http://git.php.net/repository/php-src.git" + } +} -- cgit v1.2.1