ソースを参照

Composer updates

Justin Hileman 13 年 前
コミット
5486537b10
3 ファイル変更3 行追加1 行削除
  1. 1 0
      .gitignore
  2. 1 0
      .travis.yml
  3. 1 1
      composer.json

+ 1 - 0
.gitignore

@@ -1 +1,2 @@
 composer.lock
+vendor

+ 1 - 0
.travis.yml

@@ -1,5 +1,6 @@
 language: php
 php:
+  - 5.2.4
   - 5.2
   - 5.3
   - 5.4

+ 1 - 1
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",