Browse Source

fixed git url

tags/0.1.4^0
Robin Thoni 8 years ago
parent
commit
5024f63e9d
3 changed files with 4 additions and 448 deletions
  1. 2
    1
      .gitignore
  2. 2
    2
      composer.json
  3. 0
    445
      composer.lock

+ 2
- 1
.gitignore View File

@@ -1,3 +1,4 @@
1 1
 /.idea
2 2
 /vendor
3
-/.env
3
+/.env
4
+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/robin.thoni/luticate-utils.git"
12
+      "url":  "https://git.rthoni.com/luticate/api-utils.git"
13 13
     },{
14 14
       "type": "vcs",
15
-      "url":  "https://git.rthoni.com/robin.thoni/luticate-generator.git"
15
+      "url":  "https://git.rthoni.com/luticate/api-generator.git"
16 16
     }],
17 17
     "require": {
18 18
       "firebase/php-jwt": "~2.0",

+ 0
- 445
composer.lock View File

@@ -1,445 +0,0 @@
1
-{
2
-    "_readme": [
3
-        "This file locks the dependencies of your project to a known state",
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"
6
-    ],
7
-    "hash": "7c72436988196f3b0f46faac4a62dacd",
8
-    "content-hash": "97d569d3e6ba91b7e6fcf5857ef38e90",
9
-    "packages": [
10
-        {
11
-            "name": "firebase/php-jwt",
12
-            "version": "v2.2.0",
13
-            "source": {
14
-                "type": "git",
15
-                "url": "https://github.com/firebase/php-jwt.git",
16
-                "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5"
17
-            },
18
-            "dist": {
19
-                "type": "zip",
20
-                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
21
-                "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
22
-                "shasum": ""
23
-            },
24
-            "require": {
25
-                "php": ">=5.2.0"
26
-            },
27
-            "type": "library",
28
-            "autoload": {
29
-                "classmap": [
30
-                    "Authentication/",
31
-                    "Exceptions/"
32
-                ]
33
-            },
34
-            "notification-url": "https://packagist.org/downloads/",
35
-            "license": [
36
-                "BSD-3-Clause"
37
-            ],
38
-            "authors": [
39
-                {
40
-                    "name": "Neuman Vong",
41
-                    "email": "neuman+pear@twilio.com",
42
-                    "role": "Developer"
43
-                },
44
-                {
45
-                    "name": "Anant Narayanan",
46
-                    "email": "anant@php.net",
47
-                    "role": "Developer"
48
-                }
49
-            ],
50
-            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
51
-            "homepage": "https://github.com/firebase/php-jwt",
52
-            "time": "2015-06-22 23:26:39"
53
-        },
54
-        {
55
-            "name": "guzzlehttp/guzzle",
56
-            "version": "6.1.1",
57
-            "source": {
58
-                "type": "git",
59
-                "url": "https://github.com/guzzle/guzzle.git",
60
-                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
61
-            },
62
-            "dist": {
63
-                "type": "zip",
64
-                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
65
-                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
66
-                "shasum": ""
67
-            },
68
-            "require": {
69
-                "guzzlehttp/promises": "~1.0",
70
-                "guzzlehttp/psr7": "~1.1",
71
-                "php": ">=5.5.0"
72
-            },
73
-            "require-dev": {
74
-                "ext-curl": "*",
75
-                "phpunit/phpunit": "~4.0",
76
-                "psr/log": "~1.0"
77
-            },
78
-            "type": "library",
79
-            "extra": {
80
-                "branch-alias": {
81
-                    "dev-master": "6.1-dev"
82
-                }
83
-            },
84
-            "autoload": {
85
-                "files": [
86
-                    "src/functions_include.php"
87
-                ],
88
-                "psr-4": {
89
-                    "GuzzleHttp\\": "src/"
90
-                }
91
-            },
92
-            "notification-url": "https://packagist.org/downloads/",
93
-            "license": [
94
-                "MIT"
95
-            ],
96
-            "authors": [
97
-                {
98
-                    "name": "Michael Dowling",
99
-                    "email": "mtdowling@gmail.com",
100
-                    "homepage": "https://github.com/mtdowling"
101
-                }
102
-            ],
103
-            "description": "Guzzle is a PHP HTTP client library",
104
-            "homepage": "http://guzzlephp.org/",
105
-            "keywords": [
106
-                "client",
107
-                "curl",
108
-                "framework",
109
-                "http",
110
-                "http client",
111
-                "rest",
112
-                "web service"
113
-            ],
114
-            "time": "2015-11-23 00:47:50"
115
-        },
116
-        {
117
-            "name": "guzzlehttp/promises",
118
-            "version": "1.0.3",
119
-            "source": {
120
-                "type": "git",
121
-                "url": "https://github.com/guzzle/promises.git",
122
-                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
123
-            },
124
-            "dist": {
125
-                "type": "zip",
126
-                "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
127
-                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
128
-                "shasum": ""
129
-            },
130
-            "require": {
131
-                "php": ">=5.5.0"
132
-            },
133
-            "require-dev": {
134
-                "phpunit/phpunit": "~4.0"
135
-            },
136
-            "type": "library",
137
-            "extra": {
138
-                "branch-alias": {
139
-                    "dev-master": "1.0-dev"
140
-                }
141
-            },
142
-            "autoload": {
143
-                "psr-4": {
144
-                    "GuzzleHttp\\Promise\\": "src/"
145
-                },
146
-                "files": [
147
-                    "src/functions_include.php"
148
-                ]
149
-            },
150
-            "notification-url": "https://packagist.org/downloads/",
151
-            "license": [
152
-                "MIT"
153
-            ],
154
-            "authors": [
155
-                {
156
-                    "name": "Michael Dowling",
157
-                    "email": "mtdowling@gmail.com",
158
-                    "homepage": "https://github.com/mtdowling"
159
-                }
160
-            ],
161
-            "description": "Guzzle promises library",
162
-            "keywords": [
163
-                "promise"
164
-            ],
165
-            "time": "2015-10-15 22:28:00"
166
-        },
167
-        {
168
-            "name": "guzzlehttp/psr7",
169
-            "version": "1.2.3",
170
-            "source": {
171
-                "type": "git",
172
-                "url": "https://github.com/guzzle/psr7.git",
173
-                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
174
-            },
175
-            "dist": {
176
-                "type": "zip",
177
-                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
178
-                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
179
-                "shasum": ""
180
-            },
181
-            "require": {
182
-                "php": ">=5.4.0",
183
-                "psr/http-message": "~1.0"
184
-            },
185
-            "provide": {
186
-                "psr/http-message-implementation": "1.0"
187
-            },
188
-            "require-dev": {
189
-                "phpunit/phpunit": "~4.0"
190
-            },
191
-            "type": "library",
192
-            "extra": {
193
-                "branch-alias": {
194
-                    "dev-master": "1.0-dev"
195
-                }
196
-            },
197
-            "autoload": {
198
-                "psr-4": {
199
-                    "GuzzleHttp\\Psr7\\": "src/"
200
-                },
201
-                "files": [
202
-                    "src/functions_include.php"
203
-                ]
204
-            },
205
-            "notification-url": "https://packagist.org/downloads/",
206
-            "license": [
207
-                "MIT"
208
-            ],
209
-            "authors": [
210
-                {
211
-                    "name": "Michael Dowling",
212
-                    "email": "mtdowling@gmail.com",
213
-                    "homepage": "https://github.com/mtdowling"
214
-                }
215
-            ],
216
-            "description": "PSR-7 message implementation",
217
-            "keywords": [
218
-                "http",
219
-                "message",
220
-                "stream",
221
-                "uri"
222
-            ],
223
-            "time": "2016-02-18 21:54:00"
224
-        },
225
-        {
226
-            "name": "luticate/utils",
227
-            "version": "0.1.7",
228
-            "source": {
229
-                "type": "git",
230
-                "url": "https://git.rthoni.com/robin.thoni/luticate-utils.git",
231
-                "reference": "f1c6488a217a463d4beb07d2706c8bcc8317e39d"
232
-            },
233
-            "require": {
234
-                "guzzlehttp/guzzle": "^6.1"
235
-            },
236
-            "type": "library",
237
-            "autoload": {
238
-                "psr-4": {
239
-                    "Luticate\\": "src/"
240
-                }
241
-            },
242
-            "authors": [
243
-                {
244
-                    "name": "Robin THONI",
245
-                    "email": "robin@rthoni.com"
246
-                }
247
-            ],
248
-            "description": "Luticate user management system utils",
249
-            "time": "2016-02-22 22:19:47"
250
-        },
251
-        {
252
-            "name": "psr/http-message",
253
-            "version": "1.0",
254
-            "source": {
255
-                "type": "git",
256
-                "url": "https://github.com/php-fig/http-message.git",
257
-                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
258
-            },
259
-            "dist": {
260
-                "type": "zip",
261
-                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
262
-                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
263
-                "shasum": ""
264
-            },
265
-            "require": {
266
-                "php": ">=5.3.0"
267
-            },
268
-            "type": "library",
269
-            "extra": {
270
-                "branch-alias": {
271
-                    "dev-master": "1.0.x-dev"
272
-                }
273
-            },
274
-            "autoload": {
275
-                "psr-4": {
276
-                    "Psr\\Http\\Message\\": "src/"
277
-                }
278
-            },
279
-            "notification-url": "https://packagist.org/downloads/",
280
-            "license": [
281
-                "MIT"
282
-            ],
283
-            "authors": [
284
-                {
285
-                    "name": "PHP-FIG",
286
-                    "homepage": "http://www.php-fig.org/"
287
-                }
288
-            ],
289
-            "description": "Common interface for HTTP messages",
290
-            "keywords": [
291
-                "http",
292
-                "http-message",
293
-                "psr",
294
-                "psr-7",
295
-                "request",
296
-                "response"
297
-            ],
298
-            "time": "2015-05-04 20:22:00"
299
-        }
300
-    ],
301
-    "packages-dev": [
302
-        {
303
-            "name": "luticate/generator",
304
-            "version": "0.1.4",
305
-            "source": {
306
-                "type": "git",
307
-                "url": "https://git.rthoni.com/robin.thoni/luticate-generator.git",
308
-                "reference": "aeb94644d19d1ad7205620d7ddbed0a39302975a"
309
-            },
310
-            "require": {
311
-                "luticate/utils": "0.1.x",
312
-                "twig/twig": "1.x",
313
-                "vlucas/phpdotenv": "~1.0"
314
-            },
315
-            "type": "library",
316
-            "autoload": {
317
-                "psr-4": {
318
-                    "Luticate\\": "src/"
319
-                }
320
-            },
321
-            "authors": [
322
-                {
323
-                    "name": "Robin THONI",
324
-                    "email": "robin@rthoni.com"
325
-                }
326
-            ],
327
-            "description": "Luticate user management system code generator",
328
-            "time": "2016-02-08 16:33:09"
329
-        },
330
-        {
331
-            "name": "twig/twig",
332
-            "version": "v1.24.0",
333
-            "source": {
334
-                "type": "git",
335
-                "url": "https://github.com/twigphp/Twig.git",
336
-                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
337
-            },
338
-            "dist": {
339
-                "type": "zip",
340
-                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
341
-                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
342
-                "shasum": ""
343
-            },
344
-            "require": {
345
-                "php": ">=5.2.7"
346
-            },
347
-            "require-dev": {
348
-                "symfony/debug": "~2.7",
349
-                "symfony/phpunit-bridge": "~2.7"
350
-            },
351
-            "type": "library",
352
-            "extra": {
353
-                "branch-alias": {
354
-                    "dev-master": "1.24-dev"
355
-                }
356
-            },
357
-            "autoload": {
358
-                "psr-0": {
359
-                    "Twig_": "lib/"
360
-                }
361
-            },
362
-            "notification-url": "https://packagist.org/downloads/",
363
-            "license": [
364
-                "BSD-3-Clause"
365
-            ],
366
-            "authors": [
367
-                {
368
-                    "name": "Fabien Potencier",
369
-                    "email": "fabien@symfony.com",
370
-                    "homepage": "http://fabien.potencier.org",
371
-                    "role": "Lead Developer"
372
-                },
373
-                {
374
-                    "name": "Armin Ronacher",
375
-                    "email": "armin.ronacher@active-4.com",
376
-                    "role": "Project Founder"
377
-                },
378
-                {
379
-                    "name": "Twig Team",
380
-                    "homepage": "http://twig.sensiolabs.org/contributors",
381
-                    "role": "Contributors"
382
-                }
383
-            ],
384
-            "description": "Twig, the flexible, fast, and secure template language for PHP",
385
-            "homepage": "http://twig.sensiolabs.org",
386
-            "keywords": [
387
-                "templating"
388
-            ],
389
-            "time": "2016-01-25 21:22:18"
390
-        },
391
-        {
392
-            "name": "vlucas/phpdotenv",
393
-            "version": "v1.1.1",
394
-            "source": {
395
-                "type": "git",
396
-                "url": "https://github.com/vlucas/phpdotenv.git",
397
-                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
398
-            },
399
-            "dist": {
400
-                "type": "zip",
401
-                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
402
-                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
403
-                "shasum": ""
404
-            },
405
-            "require": {
406
-                "php": ">=5.3.2"
407
-            },
408
-            "require-dev": {
409
-                "phpunit/phpunit": "~4.0"
410
-            },
411
-            "type": "library",
412
-            "autoload": {
413
-                "psr-0": {
414
-                    "Dotenv": "src/"
415
-                }
416
-            },
417
-            "notification-url": "https://packagist.org/downloads/",
418
-            "license": [
419
-                "BSD"
420
-            ],
421
-            "authors": [
422
-                {
423
-                    "name": "Vance Lucas",
424
-                    "email": "vance@vancelucas.com",
425
-                    "homepage": "http://www.vancelucas.com"
426
-                }
427
-            ],
428
-            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
429
-            "homepage": "http://github.com/vlucas/phpdotenv",
430
-            "keywords": [
431
-                "dotenv",
432
-                "env",
433
-                "environment"
434
-            ],
435
-            "time": "2015-05-30 15:59:26"
436
-        }
437
-    ],
438
-    "aliases": [],
439
-    "minimum-stability": "stable",
440
-    "stability-flags": [],
441
-    "prefer-stable": false,
442
-    "prefer-lowest": false,
443
-    "platform": [],
444
-    "platform-dev": []
445
-}

Loading…
Cancel
Save