diff --git a/.gitignore b/.gitignore index 2659611..987e2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ composer.lock +vendor diff --git a/.travis.yml b/.travis.yml index 1284d21..d549e06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - 5.2.4 - 5.2 - 5.3 - 5.4 diff --git a/composer.json b/composer.json index 4e42da3..61b6552 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "bobthecow/mustache", + "name": "mustache/mustache", "description": "A Mustache implementation in PHP.", "keywords": ["templating", "mustache"], "homepage": "https://github.com/bobthecow/mustache.php",