Browse Source

v0.1.0

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
619f01e499
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      composer.json

+ 2
- 3
composer.json View File

@@ -15,12 +15,11 @@
15 15
       "laravel/lumen-framework": "5.1.x-dev",
16 16
       "vlucas/phpdotenv": "~1.0",
17 17
       "twig/twig": "1.x-dev",
18
-      "luticate/utils": "*"
18
+      "luticate/utils": "0.1.0"
19 19
     },
20 20
     "autoload": {
21 21
       "psr-4": {
22 22
         "Luticate\\": "src/"
23 23
       }
24
-    },
25
-    "minimum-stability": "dev"
24
+    }
26 25
 }

Loading…
Cancel
Save