Adde composer.json

This commit is contained in:
Mitchell Krog 2017-02-07 17:20:24 +02:00
parent b085f14d03
commit b391f170bd

15
composer.json Normal file
View file

@ -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": "*"
}
}