From b391f170bd495f90e347f67c50a4c7a6f3771c99 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 7 Feb 2017 17:20:24 +0200 Subject: [PATCH] Adde composer.json --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..e45c6ee22 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "vanilla/travis-nginx-test", + "description": "A basic test for getting Nginx running on Travis CI's container based infrastructure.", + "license": "MIT", + "authors": [ + { + "name": "Todd Burry", + "email": "todd@vanillaforums.com" + } + ], + "require": { + "php": ">=5.4.0", + "lib-curl": "*" + } +}