Browse Source

fixed composer.json

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
0f6aa8f399
2 changed files with 13 additions and 14 deletions
  1. 1
    2
      composer.json
  2. 12
    12
      composer.lock

+ 1
- 2
composer.json View File

@@ -26,6 +26,5 @@
26 26
       "psr-4": {
27 27
         "Luticate\\": "src/"
28 28
       }
29
-    },
30
-    "minimum-stability": "dev"
29
+    }
31 30
 }

+ 12
- 12
composer.lock View File

@@ -4,8 +4,8 @@
4 4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 5
         "This file is @generated automatically"
6 6
     ],
7
-    "hash": "f54ebb1414b9999aa509d5afa760183a",
8
-    "content-hash": "1276bea3e7053ffe292b396c94d2089e",
7
+    "hash": "3f0dcd6b51cceb4a606b1a4883278893",
8
+    "content-hash": "f03c434025e52cdf3b0091b04e27a967",
9 9
     "packages": [
10 10
         {
11 11
             "name": "firebase/php-jwt",
@@ -82,11 +82,11 @@
82 82
             "source": {
83 83
                 "type": "git",
84 84
                 "url": "https://git.rthoni.com/luticate/generator.git",
85
-                "reference": "49ea8f1ee9190c3d186cf0359bd8e4d0f6d1e154"
85
+                "reference": "0fbf66856c330614483c24c2f2e9156338219372"
86 86
             },
87 87
             "require": {
88 88
                 "luticate/utils": "0.1.0",
89
-                "twig/twig": "1.x-dev",
89
+                "twig/twig": "1.x",
90 90
                 "vlucas/phpdotenv": "~1.0"
91 91
             },
92 92
             "type": "library",
@@ -102,20 +102,20 @@
102 102
                 }
103 103
             ],
104 104
             "description": "Luticate user management system code generator",
105
-            "time": "2015-11-11 14:45:07"
105
+            "time": "2015-11-11 15:11:10"
106 106
         },
107 107
         {
108 108
             "name": "twig/twig",
109
-            "version": "1.x-dev",
109
+            "version": "v1.23.1",
110 110
             "source": {
111 111
                 "type": "git",
112 112
                 "url": "https://github.com/twigphp/Twig.git",
113
-                "reference": "b7c124bae00ab0a019a084c6b99f1df023bcb996"
113
+                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
114 114
             },
115 115
             "dist": {
116 116
                 "type": "zip",
117
-                "url": "https://api.github.com/repos/twigphp/Twig/zipball/b7c124bae00ab0a019a084c6b99f1df023bcb996",
118
-                "reference": "b7c124bae00ab0a019a084c6b99f1df023bcb996",
117
+                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
118
+                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
119 119
                 "shasum": ""
120 120
             },
121 121
             "require": {
@@ -163,11 +163,11 @@
163 163
             "keywords": [
164 164
                 "templating"
165 165
             ],
166
-            "time": "2015-11-08 09:55:30"
166
+            "time": "2015-11-05 12:49:06"
167 167
         },
168 168
         {
169 169
             "name": "vlucas/phpdotenv",
170
-            "version": "1.1.x-dev",
170
+            "version": "v1.1.1",
171 171
             "source": {
172 172
                 "type": "git",
173 173
                 "url": "https://github.com/vlucas/phpdotenv.git",
@@ -213,7 +213,7 @@
213 213
         }
214 214
     ],
215 215
     "aliases": [],
216
-    "minimum-stability": "dev",
216
+    "minimum-stability": "stable",
217 217
     "stability-flags": [],
218 218
     "prefer-stable": false,
219 219
     "prefer-lowest": false,

Loading…
Cancel
Save