Explorar o código

Composer updates

Justin Hileman %!s(int64=13) %!d(string=hai) anos
pai
achega
5486537b10
Modificáronse 3 ficheiros con 3 adicións e 1 borrados
  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",