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

Loading…
Cancel
Save