Browse Source

set unfixed version of luticate utils

tags/0.1.1^0
Robin Thoni 8 years ago
parent
commit
79736fe57a
2 changed files with 6 additions and 6 deletions
  1. 1
    1
      composer.json
  2. 5
    5
      composer.lock

+ 1
- 1
composer.json View File

14
     "require": {
14
     "require": {
15
       "vlucas/phpdotenv": "~1.0",
15
       "vlucas/phpdotenv": "~1.0",
16
       "twig/twig": "1.x",
16
       "twig/twig": "1.x",
17
-      "luticate/utils": "0.1.0"
17
+      "luticate/utils": "0.1.x"
18
     },
18
     },
19
     "autoload": {
19
     "autoload": {
20
       "psr-4": {
20
       "psr-4": {

+ 5
- 5
composer.lock View File

4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
         "This file is @generated automatically"
5
         "This file is @generated automatically"
6
     ],
6
     ],
7
-    "hash": "7cc4919a25a295b98f8add8d857d60d6",
8
-    "content-hash": "de83cef6d89dc1148a237c52c20c5010",
7
+    "hash": "34ba1ee29e7da50cfa0368e8481b4129",
8
+    "content-hash": "02d3f2e11c8d0dfcb553d546c5a43dd2",
9
     "packages": [
9
     "packages": [
10
         {
10
         {
11
             "name": "luticate/utils",
11
             "name": "luticate/utils",
12
-            "version": "0.1.0",
12
+            "version": "0.1.1",
13
             "source": {
13
             "source": {
14
                 "type": "git",
14
                 "type": "git",
15
                 "url": "https://git.rthoni.com/luticate/utils.git",
15
                 "url": "https://git.rthoni.com/luticate/utils.git",
16
-                "reference": "77f8da42593221de01feb281c793d7f4180456cb"
16
+                "reference": "8965564e6a6b329918ba7e4e9ebcfc9e98f71edc"
17
             },
17
             },
18
             "type": "library",
18
             "type": "library",
19
             "autoload": {
19
             "autoload": {
28
                 }
28
                 }
29
             ],
29
             ],
30
             "description": "Luticate user management system utils",
30
             "description": "Luticate user management system utils",
31
-            "time": "2015-11-11 14:40:48"
31
+            "time": "2015-11-12 14:55:00"
32
         },
32
         },
33
         {
33
         {
34
             "name": "twig/twig",
34
             "name": "twig/twig",

Loading…
Cancel
Save