Browse Source

fixed git url

tags/0.1.3^0
Robin Thoni 8 years ago
parent
commit
5ced643ab3
2 changed files with 23 additions and 23 deletions
  1. 2
    2
      composer.json
  2. 21
    21
      composer.lock

+ 2
- 2
composer.json View File

@@ -9,10 +9,10 @@
9 9
     ],
10 10
     "repositories": [{
11 11
       "type": "vcs",
12
-      "url":  "https://git.rthoni.com/luticate/utils.git"
12
+      "url":  "https://git.rthoni.com/robin.thoni/luticate-utils.git"
13 13
     },{
14 14
       "type": "vcs",
15
-      "url":  "https://git.rthoni.com/luticate/generator.git"
15
+      "url":  "https://git.rthoni.com/robin.thoni/luticate-generator.git"
16 16
     }],
17 17
     "require": {
18 18
       "firebase/php-jwt": "~2.0",

+ 21
- 21
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": "fb24b0b2427693b9793f15473815d9cc",
8
-    "content-hash": "4c238e2771a28b4a7fe8ac8d6245aa83",
7
+    "hash": "7c72436988196f3b0f46faac4a62dacd",
8
+    "content-hash": "97d569d3e6ba91b7e6fcf5857ef38e90",
9 9
     "packages": [
10 10
         {
11 11
             "name": "firebase/php-jwt",
@@ -166,16 +166,16 @@
166 166
         },
167 167
         {
168 168
             "name": "guzzlehttp/psr7",
169
-            "version": "1.2.1",
169
+            "version": "1.2.3",
170 170
             "source": {
171 171
                 "type": "git",
172 172
                 "url": "https://github.com/guzzle/psr7.git",
173
-                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
173
+                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
174 174
             },
175 175
             "dist": {
176 176
                 "type": "zip",
177
-                "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
178
-                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
177
+                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
178
+                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
179 179
                 "shasum": ""
180 180
             },
181 181
             "require": {
@@ -220,15 +220,15 @@
220 220
                 "stream",
221 221
                 "uri"
222 222
             ],
223
-            "time": "2015-11-03 01:34:55"
223
+            "time": "2016-02-18 21:54:00"
224 224
         },
225 225
         {
226 226
             "name": "luticate/utils",
227
-            "version": "0.1.3",
227
+            "version": "0.1.7",
228 228
             "source": {
229 229
                 "type": "git",
230
-                "url": "https://git.rthoni.com/luticate/utils.git",
231
-                "reference": "c76d9e46c4388bbecf6274f5361d8e71df79bfda"
230
+                "url": "https://git.rthoni.com/robin.thoni/luticate-utils.git",
231
+                "reference": "f1c6488a217a463d4beb07d2706c8bcc8317e39d"
232 232
             },
233 233
             "require": {
234 234
                 "guzzlehttp/guzzle": "^6.1"
@@ -246,7 +246,7 @@
246 246
                 }
247 247
             ],
248 248
             "description": "Luticate user management system utils",
249
-            "time": "2016-01-10 23:00:22"
249
+            "time": "2016-02-22 22:19:47"
250 250
         },
251 251
         {
252 252
             "name": "psr/http-message",
@@ -301,11 +301,11 @@
301 301
     "packages-dev": [
302 302
         {
303 303
             "name": "luticate/generator",
304
-            "version": "0.1.3",
304
+            "version": "0.1.4",
305 305
             "source": {
306 306
                 "type": "git",
307
-                "url": "https://git.rthoni.com/luticate/generator.git",
308
-                "reference": "c279bf6e2e92789be374012ff49fb38f531dfd76"
307
+                "url": "https://git.rthoni.com/robin.thoni/luticate-generator.git",
308
+                "reference": "aeb94644d19d1ad7205620d7ddbed0a39302975a"
309 309
             },
310 310
             "require": {
311 311
                 "luticate/utils": "0.1.x",
@@ -325,20 +325,20 @@
325 325
                 }
326 326
             ],
327 327
             "description": "Luticate user management system code generator",
328
-            "time": "2016-01-13 22:10:56"
328
+            "time": "2016-02-08 16:33:09"
329 329
         },
330 330
         {
331 331
             "name": "twig/twig",
332
-            "version": "v1.23.3",
332
+            "version": "v1.24.0",
333 333
             "source": {
334 334
                 "type": "git",
335 335
                 "url": "https://github.com/twigphp/Twig.git",
336
-                "reference": "ae53fc2c312fdee63773b75cb570304f85388b08"
336
+                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
337 337
             },
338 338
             "dist": {
339 339
                 "type": "zip",
340
-                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae53fc2c312fdee63773b75cb570304f85388b08",
341
-                "reference": "ae53fc2c312fdee63773b75cb570304f85388b08",
340
+                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
341
+                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
342 342
                 "shasum": ""
343 343
             },
344 344
             "require": {
@@ -351,7 +351,7 @@
351 351
             "type": "library",
352 352
             "extra": {
353 353
                 "branch-alias": {
354
-                    "dev-master": "1.23-dev"
354
+                    "dev-master": "1.24-dev"
355 355
                 }
356 356
             },
357 357
             "autoload": {
@@ -386,7 +386,7 @@
386 386
             "keywords": [
387 387
                 "templating"
388 388
             ],
389
-            "time": "2016-01-11 14:02:19"
389
+            "time": "2016-01-25 21:22:18"
390 390
         },
391 391
         {
392 392
             "name": "vlucas/phpdotenv",

Loading…
Cancel
Save