Revize cb15593b
Přidáno uživatelem Cajova-Houba před asi 7 roky(ů)
backend/composer.lock | ||
---|---|---|
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 |
"content-hash": "ad8af3a630c5aaf41cb4c34e85f43c43", |
|
7 |
"hash": "eb888ea84a45675db2bc1f4dd4da889d", |
|
8 |
"content-hash": "be56596918ef42a15b75d881aaedbd55", |
|
8 | 9 |
"packages": [ |
9 | 10 |
{ |
10 | 11 |
"name": "doctrine/inflector", |
11 |
"version": "v1.3.0",
|
|
12 |
"version": "v1.1.0",
|
|
12 | 13 |
"source": { |
13 | 14 |
"type": "git", |
14 | 15 |
"url": "https://github.com/doctrine/inflector.git", |
15 |
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
|
|
16 |
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
|
16 | 17 |
}, |
17 | 18 |
"dist": { |
18 | 19 |
"type": "zip", |
19 |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
|
|
20 |
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
|
|
20 |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
21 |
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
21 | 22 |
"shasum": "" |
22 | 23 |
}, |
23 | 24 |
"require": { |
24 |
"php": "^7.1"
|
|
25 |
"php": ">=5.3.2"
|
|
25 | 26 |
}, |
26 | 27 |
"require-dev": { |
27 |
"phpunit/phpunit": "^6.2"
|
|
28 |
"phpunit/phpunit": "4.*"
|
|
28 | 29 |
}, |
29 | 30 |
"type": "library", |
30 | 31 |
"extra": { |
31 | 32 |
"branch-alias": { |
32 |
"dev-master": "1.3.x-dev"
|
|
33 |
"dev-master": "1.1.x-dev"
|
|
33 | 34 |
} |
34 | 35 |
}, |
35 | 36 |
"autoload": { |
36 |
"psr-4": {
|
|
37 |
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
|
|
37 |
"psr-0": {
|
|
38 |
"Doctrine\\Common\\Inflector\\": "lib/" |
|
38 | 39 |
} |
39 | 40 |
}, |
40 | 41 |
"notification-url": "https://packagist.org/downloads/", |
... | ... | |
71 | 72 |
"singularize", |
72 | 73 |
"string" |
73 | 74 |
], |
74 |
"time": "2018-01-09T20:05:19+00:00" |
|
75 |
}, |
|
76 |
{ |
|
77 |
"name": "dragonmantank/cron-expression", |
|
78 |
"version": "v2.0.0", |
|
79 |
"source": { |
|
80 |
"type": "git", |
|
81 |
"url": "https://github.com/dragonmantank/cron-expression.git", |
|
82 |
"reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b" |
|
83 |
}, |
|
84 |
"dist": { |
|
85 |
"type": "zip", |
|
86 |
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8a84aee649c3a3ba03a721c1fb080e08dfbcd68b", |
|
87 |
"reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b", |
|
88 |
"shasum": "" |
|
89 |
}, |
|
90 |
"require": { |
|
91 |
"php": ">=7.0.0" |
|
92 |
}, |
|
93 |
"require-dev": { |
|
94 |
"phpunit/phpunit": "~5.7" |
|
95 |
}, |
|
96 |
"type": "library", |
|
97 |
"autoload": { |
|
98 |
"psr-4": { |
|
99 |
"Cron\\": "src/Cron/" |
|
100 |
} |
|
101 |
}, |
|
102 |
"notification-url": "https://packagist.org/downloads/", |
|
103 |
"license": [ |
|
104 |
"MIT" |
|
105 |
], |
|
106 |
"authors": [ |
|
107 |
{ |
|
108 |
"name": "Michael Dowling", |
|
109 |
"email": "mtdowling@gmail.com", |
|
110 |
"homepage": "https://github.com/mtdowling" |
|
111 |
}, |
|
112 |
{ |
|
113 |
"name": "Chris Tankersley", |
|
114 |
"email": "chris@ctankersley.com", |
|
115 |
"homepage": "https://github.com/dragonmantank" |
|
116 |
} |
|
117 |
], |
|
118 |
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
|
119 |
"keywords": [ |
|
120 |
"cron", |
|
121 |
"schedule" |
|
122 |
], |
|
123 |
"time": "2017-10-12T15:59:13+00:00" |
|
75 |
"time": "2015-11-06 14:35:42" |
|
124 | 76 |
}, |
125 | 77 |
{ |
126 | 78 |
"name": "illuminate/auth", |
127 |
"version": "v5.6.15",
|
|
79 |
"version": "v5.2.45",
|
|
128 | 80 |
"source": { |
129 | 81 |
"type": "git", |
130 | 82 |
"url": "https://github.com/illuminate/auth.git", |
131 |
"reference": "2145f33efb348474f4f1d7f723f0bd742851e6ed"
|
|
83 |
"reference": "4098195b10a2c7a83f66bcd19663b4c60cd2106c"
|
|
132 | 84 |
}, |
133 | 85 |
"dist": { |
134 | 86 |
"type": "zip", |
135 |
"url": "https://api.github.com/repos/illuminate/auth/zipball/2145f33efb348474f4f1d7f723f0bd742851e6ed",
|
|
136 |
"reference": "2145f33efb348474f4f1d7f723f0bd742851e6ed",
|
|
87 |
"url": "https://api.github.com/repos/illuminate/auth/zipball/4098195b10a2c7a83f66bcd19663b4c60cd2106c",
|
|
88 |
"reference": "4098195b10a2c7a83f66bcd19663b4c60cd2106c",
|
|
137 | 89 |
"shasum": "" |
138 | 90 |
}, |
139 | 91 |
"require": { |
140 |
"illuminate/contracts": "5.6.*",
|
|
141 |
"illuminate/http": "5.6.*",
|
|
142 |
"illuminate/queue": "5.6.*",
|
|
143 |
"illuminate/support": "5.6.*",
|
|
144 |
"php": "^7.1.3"
|
|
92 |
"illuminate/contracts": "5.2.*",
|
|
93 |
"illuminate/http": "5.2.*",
|
|
94 |
"illuminate/support": "5.2.*",
|
|
95 |
"nesbot/carbon": "~1.20",
|
|
96 |
"php": ">=5.5.9"
|
|
145 | 97 |
}, |
146 | 98 |
"suggest": { |
147 |
"illuminate/console": "Required to use the auth:clear-resets command (5.6.*).",
|
|
148 |
"illuminate/queue": "Required to fire login / logout events (5.6.*).",
|
|
149 |
"illuminate/session": "Required to use the session based guard (5.6.*)."
|
|
99 |
"illuminate/console": "Required to use the auth:clear-resets command (5.2.*).",
|
|
100 |
"illuminate/queue": "Required to fire login / logout events (5.2.*).",
|
|
101 |
"illuminate/session": "Required to use the session based guard (5.2.*)."
|
|
150 | 102 |
}, |
151 | 103 |
"type": "library", |
152 | 104 |
"extra": { |
153 | 105 |
"branch-alias": { |
154 |
"dev-master": "5.6-dev"
|
|
106 |
"dev-master": "5.2-dev"
|
|
155 | 107 |
} |
156 | 108 |
}, |
157 | 109 |
"autoload": { |
... | ... | |
170 | 122 |
} |
171 | 123 |
], |
172 | 124 |
"description": "The Illuminate Auth package.", |
173 |
"homepage": "https://laravel.com",
|
|
174 |
"time": "2018-03-28T14:06:13+00:00"
|
|
125 |
"homepage": "http://laravel.com", |
|
126 |
"time": "2016-08-01 13:49:14"
|
|
175 | 127 |
}, |
176 | 128 |
{ |
177 | 129 |
"name": "illuminate/broadcasting", |
178 |
"version": "v5.6.15",
|
|
130 |
"version": "v5.2.45",
|
|
179 | 131 |
"source": { |
180 | 132 |
"type": "git", |
181 | 133 |
"url": "https://github.com/illuminate/broadcasting.git", |
182 |
"reference": "4953e8447b201552bb90c298276745a6a5240f81"
|
|
134 |
"reference": "7137f24d2520697203d95bcac2d0831549b1ca0b"
|
|
183 | 135 |
}, |
184 | 136 |
"dist": { |
185 | 137 |
"type": "zip", |
186 |
"url": "https://api.github.com/repos/illuminate/broadcasting/zipball/4953e8447b201552bb90c298276745a6a5240f81",
|
|
187 |
"reference": "4953e8447b201552bb90c298276745a6a5240f81",
|
|
138 |
"url": "https://api.github.com/repos/illuminate/broadcasting/zipball/7137f24d2520697203d95bcac2d0831549b1ca0b",
|
|
139 |
"reference": "7137f24d2520697203d95bcac2d0831549b1ca0b",
|
|
188 | 140 |
"shasum": "" |
189 | 141 |
}, |
190 | 142 |
"require": { |
191 |
"illuminate/bus": "5.6.*", |
|
192 |
"illuminate/contracts": "5.6.*", |
|
193 |
"illuminate/queue": "5.6.*", |
|
194 |
"illuminate/support": "5.6.*", |
|
195 |
"php": "^7.1.3", |
|
196 |
"psr/log": "~1.0" |
|
143 |
"illuminate/contracts": "5.2.*", |
|
144 |
"illuminate/support": "5.2.*", |
|
145 |
"php": ">=5.5.9" |
|
197 | 146 |
}, |
198 | 147 |
"suggest": { |
199 |
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0)."
|
|
148 |
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
|
|
200 | 149 |
}, |
201 | 150 |
"type": "library", |
202 | 151 |
"extra": { |
203 | 152 |
"branch-alias": { |
204 |
"dev-master": "5.6-dev"
|
|
153 |
"dev-master": "5.2-dev"
|
|
205 | 154 |
} |
206 | 155 |
}, |
207 | 156 |
"autoload": { |
... | ... | |
220 | 169 |
} |
221 | 170 |
], |
222 | 171 |
"description": "The Illuminate Broadcasting package.", |
223 |
"homepage": "https://laravel.com",
|
|
224 |
"time": "2018-01-03T16:10:25+00:00"
|
|
172 |
"homepage": "http://laravel.com", |
|
173 |
"time": "2016-08-01 13:49:14"
|
|
225 | 174 |
}, |
226 | 175 |
{ |
227 | 176 |
"name": "illuminate/bus", |
228 |
"version": "v5.6.15",
|
|
177 |
"version": "v5.2.45",
|
|
229 | 178 |
"source": { |
230 | 179 |
"type": "git", |
231 | 180 |
"url": "https://github.com/illuminate/bus.git", |
232 |
"reference": "8702a90ae06fabf080cb2cfffda3efaeae0e417a"
|
|
181 |
"reference": "1213ce87493bd2c0530051f86a2580bc1f60a7db"
|
|
233 | 182 |
}, |
234 | 183 |
"dist": { |
235 | 184 |
"type": "zip", |
236 |
"url": "https://api.github.com/repos/illuminate/bus/zipball/8702a90ae06fabf080cb2cfffda3efaeae0e417a",
|
|
237 |
"reference": "8702a90ae06fabf080cb2cfffda3efaeae0e417a",
|
|
185 |
"url": "https://api.github.com/repos/illuminate/bus/zipball/1213ce87493bd2c0530051f86a2580bc1f60a7db",
|
|
186 |
"reference": "1213ce87493bd2c0530051f86a2580bc1f60a7db",
|
|
238 | 187 |
"shasum": "" |
239 | 188 |
}, |
240 | 189 |
"require": { |
241 |
"illuminate/contracts": "5.6.*",
|
|
242 |
"illuminate/pipeline": "5.6.*",
|
|
243 |
"illuminate/support": "5.6.*",
|
|
244 |
"php": "^7.1.3"
|
|
190 |
"illuminate/contracts": "5.2.*",
|
|
191 |
"illuminate/pipeline": "5.2.*",
|
|
192 |
"illuminate/support": "5.2.*",
|
|
193 |
"php": ">=5.5.9"
|
|
245 | 194 |
}, |
246 | 195 |
"type": "library", |
247 | 196 |
"extra": { |
248 | 197 |
"branch-alias": { |
249 |
"dev-master": "5.6-dev"
|
|
198 |
"dev-master": "5.2-dev"
|
|
250 | 199 |
} |
251 | 200 |
}, |
252 | 201 |
"autoload": { |
... | ... | |
265 | 214 |
} |
266 | 215 |
], |
267 | 216 |
"description": "The Illuminate Bus package.", |
268 |
"homepage": "https://laravel.com",
|
|
269 |
"time": "2017-12-14T13:30:55+00:00"
|
|
217 |
"homepage": "http://laravel.com", |
|
218 |
"time": "2016-08-02 12:44:26"
|
|
270 | 219 |
}, |
271 | 220 |
{ |
272 | 221 |
"name": "illuminate/cache", |
273 |
"version": "v5.6.15",
|
|
222 |
"version": "v5.2.45",
|
|
274 | 223 |
"source": { |
275 | 224 |
"type": "git", |
276 | 225 |
"url": "https://github.com/illuminate/cache.git", |
277 |
"reference": "ef5400e0eaf39b861aa82929f4f8258f793c4d62"
|
|
226 |
"reference": "09bcee8982c40570947b799d65987aa030d7706b"
|
|
278 | 227 |
}, |
279 | 228 |
"dist": { |
280 | 229 |
"type": "zip", |
281 |
"url": "https://api.github.com/repos/illuminate/cache/zipball/ef5400e0eaf39b861aa82929f4f8258f793c4d62",
|
|
282 |
"reference": "ef5400e0eaf39b861aa82929f4f8258f793c4d62",
|
|
230 |
"url": "https://api.github.com/repos/illuminate/cache/zipball/09bcee8982c40570947b799d65987aa030d7706b",
|
|
231 |
"reference": "09bcee8982c40570947b799d65987aa030d7706b",
|
|
283 | 232 |
"shasum": "" |
284 | 233 |
}, |
285 | 234 |
"require": { |
286 |
"illuminate/contracts": "5.6.*", |
|
287 |
"illuminate/support": "5.6.*", |
|
288 |
"php": "^7.1.3" |
|
235 |
"illuminate/contracts": "5.2.*", |
|
236 |
"illuminate/support": "5.2.*", |
|
237 |
"nesbot/carbon": "~1.20", |
|
238 |
"php": ">=5.5.9" |
|
289 | 239 |
}, |
290 | 240 |
"suggest": { |
291 |
"illuminate/database": "Required to use the database cache driver (5.6.*).",
|
|
292 |
"illuminate/filesystem": "Required to use the file cache driver (5.6.*).",
|
|
293 |
"illuminate/redis": "Required to use the redis cache driver (5.6.*)."
|
|
241 |
"illuminate/database": "Required to use the database cache driver (5.2.*).",
|
|
242 |
"illuminate/filesystem": "Required to use the file cache driver (5.2.*).",
|
|
243 |
"illuminate/redis": "Required to use the redis cache driver (5.2.*)."
|
|
294 | 244 |
}, |
295 | 245 |
"type": "library", |
296 | 246 |
"extra": { |
297 | 247 |
"branch-alias": { |
298 |
"dev-master": "5.6-dev"
|
|
248 |
"dev-master": "5.2-dev"
|
|
299 | 249 |
} |
300 | 250 |
}, |
301 | 251 |
"autoload": { |
... | ... | |
314 | 264 |
} |
315 | 265 |
], |
316 | 266 |
"description": "The Illuminate Cache package.", |
317 |
"homepage": "https://laravel.com",
|
|
318 |
"time": "2018-03-29T02:59:54+00:00"
|
|
267 |
"homepage": "http://laravel.com", |
|
268 |
"time": "2016-08-18 14:17:46"
|
|
319 | 269 |
}, |
320 | 270 |
{ |
321 | 271 |
"name": "illuminate/config", |
322 |
"version": "v5.6.15",
|
|
272 |
"version": "v5.2.45",
|
|
323 | 273 |
"source": { |
324 | 274 |
"type": "git", |
325 | 275 |
"url": "https://github.com/illuminate/config.git", |
326 |
"reference": "e8158dff3189deed846c84c66c60fa68c21ee579"
|
|
276 |
"reference": "2db869c5b5a675cece410a0d0bc634dba0f69998"
|
|
327 | 277 |
}, |
328 | 278 |
"dist": { |
329 | 279 |
"type": "zip", |
330 |
"url": "https://api.github.com/repos/illuminate/config/zipball/e8158dff3189deed846c84c66c60fa68c21ee579",
|
|
331 |
"reference": "e8158dff3189deed846c84c66c60fa68c21ee579",
|
|
280 |
"url": "https://api.github.com/repos/illuminate/config/zipball/2db869c5b5a675cece410a0d0bc634dba0f69998",
|
|
281 |
"reference": "2db869c5b5a675cece410a0d0bc634dba0f69998",
|
|
332 | 282 |
"shasum": "" |
333 | 283 |
}, |
334 | 284 |
"require": { |
335 |
"illuminate/contracts": "5.6.*", |
|
336 |
"illuminate/support": "5.6.*", |
|
337 |
"php": "^7.1.3" |
|
285 |
"illuminate/contracts": "5.2.*", |
|
286 |
"illuminate/filesystem": "5.2.*", |
|
287 |
"illuminate/support": "5.2.*", |
|
288 |
"php": ">=5.5.9" |
|
338 | 289 |
}, |
339 | 290 |
"type": "library", |
340 | 291 |
"extra": { |
341 | 292 |
"branch-alias": { |
342 |
"dev-master": "5.6-dev"
|
|
293 |
"dev-master": "5.2-dev"
|
|
343 | 294 |
} |
344 | 295 |
}, |
345 | 296 |
"autoload": { |
... | ... | |
358 | 309 |
} |
359 | 310 |
], |
360 | 311 |
"description": "The Illuminate Config package.", |
361 |
"homepage": "https://laravel.com",
|
|
362 |
"time": "2017-11-07T20:23:51+00:00"
|
|
312 |
"homepage": "http://laravel.com", |
|
313 |
"time": "2016-08-01 13:49:14"
|
|
363 | 314 |
}, |
364 | 315 |
{ |
365 | 316 |
"name": "illuminate/console", |
366 |
"version": "v5.6.15",
|
|
317 |
"version": "v5.2.45",
|
|
367 | 318 |
"source": { |
368 | 319 |
"type": "git", |
369 | 320 |
"url": "https://github.com/illuminate/console.git", |
370 |
"reference": "57c982ede83f96037ce5b0d563c095a0b624350b"
|
|
321 |
"reference": "c6d838c6f9ac3f1aec28cde93bf613283153785e"
|
|
371 | 322 |
}, |
372 | 323 |
"dist": { |
373 | 324 |
"type": "zip", |
374 |
"url": "https://api.github.com/repos/illuminate/console/zipball/57c982ede83f96037ce5b0d563c095a0b624350b",
|
|
375 |
"reference": "57c982ede83f96037ce5b0d563c095a0b624350b",
|
|
325 |
"url": "https://api.github.com/repos/illuminate/console/zipball/c6d838c6f9ac3f1aec28cde93bf613283153785e",
|
|
326 |
"reference": "c6d838c6f9ac3f1aec28cde93bf613283153785e",
|
|
376 | 327 |
"shasum": "" |
377 | 328 |
}, |
378 | 329 |
"require": { |
379 |
"illuminate/contracts": "5.6.*", |
|
380 |
"illuminate/support": "5.6.*", |
|
381 |
"php": "^7.1.3", |
|
382 |
"symfony/console": "~4.0" |
|
330 |
"illuminate/contracts": "5.2.*", |
|
331 |
"illuminate/support": "5.2.*", |
|
332 |
"nesbot/carbon": "~1.20", |
|
333 |
"php": ">=5.5.9", |
|
334 |
"symfony/console": "2.8.*|3.0.*" |
|
383 | 335 |
}, |
384 | 336 |
"suggest": { |
385 |
"dragonmantank/cron-expression": "Required to use scheduling component (~2.0).",
|
|
386 |
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
|
|
387 |
"symfony/process": "Required to use scheduling component (~4.0)."
|
|
337 |
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (~5.3|~6.0).",
|
|
338 |
"mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
|
|
339 |
"symfony/process": "Required to use scheduling component (2.8.*|3.0.*)."
|
|
388 | 340 |
}, |
389 | 341 |
"type": "library", |
390 | 342 |
"extra": { |
391 | 343 |
"branch-alias": { |
392 |
"dev-master": "5.6-dev"
|
|
344 |
"dev-master": "5.2-dev"
|
|
393 | 345 |
} |
394 | 346 |
}, |
395 | 347 |
"autoload": { |
... | ... | |
408 | 360 |
} |
409 | 361 |
], |
410 | 362 |
"description": "The Illuminate Console package.", |
411 |
"homepage": "https://laravel.com",
|
|
412 |
"time": "2018-03-22T03:23:16+00:00"
|
|
363 |
"homepage": "http://laravel.com", |
|
364 |
"time": "2016-08-01 13:49:14"
|
|
413 | 365 |
}, |
414 | 366 |
{ |
415 | 367 |
"name": "illuminate/container", |
416 |
"version": "v5.6.15",
|
|
368 |
"version": "v5.2.45",
|
|
417 | 369 |
"source": { |
418 | 370 |
"type": "git", |
419 | 371 |
"url": "https://github.com/illuminate/container.git", |
420 |
"reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a"
|
|
372 |
"reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2"
|
|
421 | 373 |
}, |
422 | 374 |
"dist": { |
423 | 375 |
"type": "zip", |
424 |
"url": "https://api.github.com/repos/illuminate/container/zipball/4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
|
|
425 |
"reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
|
|
376 |
"url": "https://api.github.com/repos/illuminate/container/zipball/5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
|
|
377 |
"reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
|
|
426 | 378 |
"shasum": "" |
427 | 379 |
}, |
428 | 380 |
"require": { |
429 |
"illuminate/contracts": "5.6.*", |
|
430 |
"php": "^7.1.3", |
|
431 |
"psr/container": "~1.0" |
|
381 |
"illuminate/contracts": "5.2.*", |
|
382 |
"php": ">=5.5.9" |
|
432 | 383 |
}, |
433 | 384 |
"type": "library", |
434 | 385 |
"extra": { |
435 | 386 |
"branch-alias": { |
436 |
"dev-master": "5.6-dev"
|
|
387 |
"dev-master": "5.2-dev"
|
|
437 | 388 |
} |
438 | 389 |
}, |
439 | 390 |
"autoload": { |
... | ... | |
452 | 403 |
} |
453 | 404 |
], |
454 | 405 |
"description": "The Illuminate Container package.", |
455 |
"homepage": "https://laravel.com",
|
|
456 |
"time": "2018-01-21T02:13:38+00:00"
|
|
406 |
"homepage": "http://laravel.com", |
|
407 |
"time": "2016-08-01 13:49:14"
|
|
457 | 408 |
}, |
458 | 409 |
{ |
459 | 410 |
"name": "illuminate/contracts", |
460 |
"version": "v5.6.15",
|
|
411 |
"version": "v5.2.45",
|
|
461 | 412 |
"source": { |
462 | 413 |
"type": "git", |
463 | 414 |
"url": "https://github.com/illuminate/contracts.git", |
464 |
"reference": "965b814964cc4649cd7e933bba2ae3eeb11f2927"
|
|
415 |
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
|
|
465 | 416 |
}, |
466 | 417 |
"dist": { |
467 | 418 |
"type": "zip", |
468 |
"url": "https://api.github.com/repos/illuminate/contracts/zipball/965b814964cc4649cd7e933bba2ae3eeb11f2927",
|
|
469 |
"reference": "965b814964cc4649cd7e933bba2ae3eeb11f2927",
|
|
419 |
"url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
|
|
420 |
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
|
|
470 | 421 |
"shasum": "" |
471 | 422 |
}, |
472 | 423 |
"require": { |
473 |
"php": "^7.1.3", |
|
474 |
"psr/container": "~1.0", |
|
475 |
"psr/simple-cache": "~1.0" |
|
424 |
"php": ">=5.5.9" |
|
476 | 425 |
}, |
477 | 426 |
"type": "library", |
478 | 427 |
"extra": { |
479 | 428 |
"branch-alias": { |
480 |
"dev-master": "5.6-dev"
|
|
429 |
"dev-master": "5.2-dev"
|
|
481 | 430 |
} |
482 | 431 |
}, |
483 | 432 |
"autoload": { |
... | ... | |
496 | 445 |
} |
497 | 446 |
], |
498 | 447 |
"description": "The Illuminate Contracts package.", |
499 |
"homepage": "https://laravel.com",
|
|
500 |
"time": "2018-03-25T12:54:46+00:00"
|
|
448 |
"homepage": "http://laravel.com", |
|
449 |
"time": "2016-08-08 11:46:08"
|
|
501 | 450 |
}, |
502 | 451 |
{ |
503 | 452 |
"name": "illuminate/database", |
504 |
"version": "v5.6.15",
|
|
453 |
"version": "v5.2.45",
|
|
505 | 454 |
"source": { |
506 | 455 |
"type": "git", |
507 | 456 |
"url": "https://github.com/illuminate/database.git", |
508 |
"reference": "56c2ab0b8a2f75764082d9087d43d2a3d46c59b0"
|
|
457 |
"reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a"
|
|
509 | 458 |
}, |
510 | 459 |
"dist": { |
511 | 460 |
"type": "zip", |
512 |
"url": "https://api.github.com/repos/illuminate/database/zipball/56c2ab0b8a2f75764082d9087d43d2a3d46c59b0",
|
|
513 |
"reference": "56c2ab0b8a2f75764082d9087d43d2a3d46c59b0",
|
|
461 |
"url": "https://api.github.com/repos/illuminate/database/zipball/4a70c0598ed41d18a99f23c12be4e22b5006d30a",
|
|
462 |
"reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a",
|
|
514 | 463 |
"shasum": "" |
515 | 464 |
}, |
516 | 465 |
"require": { |
517 |
"illuminate/container": "5.6.*", |
|
518 |
"illuminate/contracts": "5.6.*", |
|
519 |
"illuminate/support": "5.6.*", |
|
520 |
"php": "^7.1.3" |
|
466 |
"illuminate/container": "5.2.*", |
|
467 |
"illuminate/contracts": "5.2.*", |
|
468 |
"illuminate/support": "5.2.*", |
|
469 |
"nesbot/carbon": "~1.20", |
|
470 |
"php": ">=5.5.9" |
|
521 | 471 |
}, |
522 | 472 |
"suggest": { |
523 |
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
|
|
473 |
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
|
|
524 | 474 |
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
525 |
"illuminate/console": "Required to use the database commands (5.6.*).",
|
|
526 |
"illuminate/events": "Required to use the observers with Eloquent (5.6.*).",
|
|
527 |
"illuminate/filesystem": "Required to use the migrations (5.6.*).",
|
|
528 |
"illuminate/pagination": "Required to paginate the result set (5.6.*)."
|
|
475 |
"illuminate/console": "Required to use the database commands (5.2.*).",
|
|
476 |
"illuminate/events": "Required to use the observers with Eloquent (5.2.*).",
|
|
477 |
"illuminate/filesystem": "Required to use the migrations (5.2.*).",
|
|
478 |
"illuminate/pagination": "Required to paginate the result set (5.2.*)."
|
|
529 | 479 |
}, |
530 | 480 |
"type": "library", |
531 | 481 |
"extra": { |
532 | 482 |
"branch-alias": { |
533 |
"dev-master": "5.6-dev"
|
|
483 |
"dev-master": "5.2-dev"
|
|
534 | 484 |
} |
535 | 485 |
}, |
536 | 486 |
"autoload": { |
... | ... | |
549 | 499 |
} |
550 | 500 |
], |
551 | 501 |
"description": "The Illuminate Database package.", |
552 |
"homepage": "https://laravel.com",
|
|
502 |
"homepage": "http://laravel.com", |
|
553 | 503 |
"keywords": [ |
554 | 504 |
"database", |
555 | 505 |
"laravel", |
556 | 506 |
"orm", |
557 | 507 |
"sql" |
558 | 508 |
], |
559 |
"time": "2018-03-30T13:11:54+00:00"
|
|
509 |
"time": "2016-08-25 07:01:20"
|
|
560 | 510 |
}, |
561 | 511 |
{ |
562 | 512 |
"name": "illuminate/encryption", |
563 |
"version": "v5.6.15",
|
|
513 |
"version": "v5.2.45",
|
|
564 | 514 |
"source": { |
565 | 515 |
"type": "git", |
566 | 516 |
"url": "https://github.com/illuminate/encryption.git", |
567 |
"reference": "c80b1da6a0412bd74bd56dc80f6126f561631b05"
|
|
517 |
"reference": "9e930c111c35850d5c133316c8b0c61dcccaa942"
|
|
568 | 518 |
}, |
569 | 519 |
"dist": { |
570 | 520 |
"type": "zip", |
571 |
"url": "https://api.github.com/repos/illuminate/encryption/zipball/c80b1da6a0412bd74bd56dc80f6126f561631b05",
|
|
572 |
"reference": "c80b1da6a0412bd74bd56dc80f6126f561631b05",
|
|
521 |
"url": "https://api.github.com/repos/illuminate/encryption/zipball/9e930c111c35850d5c133316c8b0c61dcccaa942",
|
|
522 |
"reference": "9e930c111c35850d5c133316c8b0c61dcccaa942",
|
|
573 | 523 |
"shasum": "" |
574 | 524 |
}, |
575 | 525 |
"require": { |
576 | 526 |
"ext-mbstring": "*", |
577 | 527 |
"ext-openssl": "*", |
578 |
"illuminate/contracts": "5.6.*", |
|
579 |
"illuminate/support": "5.6.*", |
|
580 |
"php": "^7.1.3" |
|
528 |
"illuminate/contracts": "5.2.*", |
|
529 |
"illuminate/support": "5.2.*", |
|
530 |
"paragonie/random_compat": "~1.4", |
|
531 |
"php": ">=5.5.9" |
|
581 | 532 |
}, |
582 | 533 |
"type": "library", |
583 | 534 |
"extra": { |
584 | 535 |
"branch-alias": { |
585 |
"dev-master": "5.6-dev"
|
|
536 |
"dev-master": "5.2-dev"
|
|
586 | 537 |
} |
587 | 538 |
}, |
588 | 539 |
"autoload": { |
... | ... | |
601 | 552 |
} |
602 | 553 |
], |
603 | 554 |
"description": "The Illuminate Encryption package.", |
604 |
"homepage": "https://laravel.com",
|
|
605 |
"time": "2018-03-30T13:24:57+00:00"
|
|
555 |
"homepage": "http://laravel.com", |
|
556 |
"time": "2016-08-01 13:49:14"
|
|
606 | 557 |
}, |
607 | 558 |
{ |
608 | 559 |
"name": "illuminate/events", |
609 |
"version": "v5.6.15",
|
|
560 |
"version": "v5.2.45",
|
|
610 | 561 |
"source": { |
611 | 562 |
"type": "git", |
612 | 563 |
"url": "https://github.com/illuminate/events.git", |
613 |
"reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea"
|
|
564 |
"reference": "9c16e022d9c4b9f875bf447f4384bd1b952c69b9"
|
|
614 | 565 |
}, |
615 | 566 |
"dist": { |
616 | 567 |
"type": "zip", |
617 |
"url": "https://api.github.com/repos/illuminate/events/zipball/b6e73ed40478cef2ef98d5ddb27f333291606cea",
|
|
618 |
"reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea",
|
|
568 |
"url": "https://api.github.com/repos/illuminate/events/zipball/9c16e022d9c4b9f875bf447f4384bd1b952c69b9",
|
|
569 |
"reference": "9c16e022d9c4b9f875bf447f4384bd1b952c69b9",
|
|
619 | 570 |
"shasum": "" |
620 | 571 |
}, |
621 | 572 |
"require": { |
622 |
"illuminate/container": "5.6.*",
|
|
623 |
"illuminate/contracts": "5.6.*",
|
|
624 |
"illuminate/support": "5.6.*",
|
|
625 |
"php": "^7.1.3"
|
|
573 |
"illuminate/container": "5.2.*",
|
|
574 |
"illuminate/contracts": "5.2.*",
|
|
575 |
"illuminate/support": "5.2.*",
|
|
576 |
"php": ">=5.5.9"
|
|
626 | 577 |
}, |
627 | 578 |
"type": "library", |
628 | 579 |
"extra": { |
629 | 580 |
"branch-alias": { |
630 |
"dev-master": "5.6-dev"
|
|
581 |
"dev-master": "5.2-dev"
|
|
631 | 582 |
} |
632 | 583 |
}, |
633 | 584 |
"autoload": { |
... | ... | |
646 | 597 |
} |
647 | 598 |
], |
648 | 599 |
"description": "The Illuminate Events package.", |
649 |
"homepage": "https://laravel.com",
|
|
650 |
"time": "2018-02-26T19:00:55+00:00"
|
|
600 |
"homepage": "http://laravel.com", |
|
601 |
"time": "2016-08-01 13:49:14"
|
|
651 | 602 |
}, |
652 | 603 |
{ |
653 | 604 |
"name": "illuminate/filesystem", |
654 |
"version": "v5.6.15",
|
|
605 |
"version": "v5.2.45",
|
|
655 | 606 |
"source": { |
656 | 607 |
"type": "git", |
657 | 608 |
"url": "https://github.com/illuminate/filesystem.git", |
658 |
"reference": "51680913527709ed509c857100302da4688b8637"
|
|
609 |
"reference": "39668a50e0cf1d673e58e7dbb437475708cfb508"
|
|
659 | 610 |
}, |
660 | 611 |
"dist": { |
661 | 612 |
"type": "zip", |
662 |
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/51680913527709ed509c857100302da4688b8637",
|
|
663 |
"reference": "51680913527709ed509c857100302da4688b8637",
|
|
613 |
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/39668a50e0cf1d673e58e7dbb437475708cfb508",
|
|
614 |
"reference": "39668a50e0cf1d673e58e7dbb437475708cfb508",
|
|
664 | 615 |
"shasum": "" |
665 | 616 |
}, |
666 | 617 |
"require": { |
667 |
"illuminate/contracts": "5.6.*",
|
|
668 |
"illuminate/support": "5.6.*",
|
|
669 |
"php": "^7.1.3",
|
|
670 |
"symfony/finder": "~4.0"
|
|
618 |
"illuminate/contracts": "5.2.*",
|
|
619 |
"illuminate/support": "5.2.*",
|
|
620 |
"php": ">=5.5.9",
|
|
621 |
"symfony/finder": "2.8.*|3.0.*"
|
|
671 | 622 |
}, |
672 | 623 |
"suggest": { |
673 | 624 |
"league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).", |
674 | 625 |
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
675 |
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
|
676 |
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)." |
|
626 |
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)." |
|
677 | 627 |
}, |
678 | 628 |
"type": "library", |
679 | 629 |
"extra": { |
680 | 630 |
"branch-alias": { |
681 |
"dev-master": "5.6-dev"
|
|
631 |
"dev-master": "5.2-dev"
|
|
682 | 632 |
} |
683 | 633 |
}, |
684 | 634 |
"autoload": { |
... | ... | |
697 | 647 |
} |
698 | 648 |
], |
699 | 649 |
"description": "The Illuminate Filesystem package.", |
700 |
"homepage": "https://laravel.com",
|
|
701 |
"time": "2018-03-05T13:55:50+00:00"
|
|
650 |
"homepage": "http://laravel.com", |
|
651 |
"time": "2016-08-17 17:21:29"
|
|
702 | 652 |
}, |
703 | 653 |
{ |
704 | 654 |
"name": "illuminate/hashing", |
705 |
"version": "v5.6.15",
|
|
655 |
"version": "v5.2.45",
|
|
706 | 656 |
"source": { |
707 | 657 |
"type": "git", |
708 | 658 |
"url": "https://github.com/illuminate/hashing.git", |
709 |
"reference": "230859eb01c72dfe1d17e0283e27b6720337abb5"
|
|
659 |
"reference": "a38de58f53a085888feb432acce8a6ea7c1a5b71"
|
|
710 | 660 |
}, |
711 | 661 |
"dist": { |
712 | 662 |
"type": "zip", |
713 |
"url": "https://api.github.com/repos/illuminate/hashing/zipball/230859eb01c72dfe1d17e0283e27b6720337abb5",
|
|
714 |
"reference": "230859eb01c72dfe1d17e0283e27b6720337abb5",
|
|
663 |
"url": "https://api.github.com/repos/illuminate/hashing/zipball/a38de58f53a085888feb432acce8a6ea7c1a5b71",
|
|
664 |
"reference": "a38de58f53a085888feb432acce8a6ea7c1a5b71",
|
|
715 | 665 |
"shasum": "" |
716 | 666 |
}, |
717 | 667 |
"require": { |
718 |
"illuminate/contracts": "5.6.*",
|
|
719 |
"illuminate/support": "5.6.*",
|
|
720 |
"php": "^7.1.3"
|
|
668 |
"illuminate/contracts": "5.2.*",
|
|
669 |
"illuminate/support": "5.2.*",
|
|
670 |
"php": ">=5.5.9"
|
|
721 | 671 |
}, |
722 | 672 |
"type": "library", |
723 | 673 |
"extra": { |
724 | 674 |
"branch-alias": { |
725 |
"dev-master": "5.6-dev"
|
|
675 |
"dev-master": "5.2-dev"
|
|
726 | 676 |
} |
727 | 677 |
}, |
728 | 678 |
"autoload": { |
... | ... | |
741 | 691 |
} |
742 | 692 |
], |
743 | 693 |
"description": "The Illuminate Hashing package.", |
744 |
"homepage": "https://laravel.com",
|
|
745 |
"time": "2018-03-18T12:58:03+00:00"
|
|
694 |
"homepage": "http://laravel.com", |
|
695 |
"time": "2016-08-01 13:49:14"
|
|
746 | 696 |
}, |
747 | 697 |
{ |
748 | 698 |
"name": "illuminate/http", |
749 |
"version": "v5.6.15",
|
|
699 |
"version": "v5.2.45",
|
|
750 | 700 |
"source": { |
751 | 701 |
"type": "git", |
752 | 702 |
"url": "https://github.com/illuminate/http.git", |
753 |
"reference": "1c58a1fd0b668c9d7203c6e69ba7391431815e47"
|
|
703 |
"reference": "019d947e218f8dce421010a22d899d6f4b4ced45"
|
|
754 | 704 |
}, |
755 | 705 |
"dist": { |
756 | 706 |
"type": "zip", |
757 |
"url": "https://api.github.com/repos/illuminate/http/zipball/1c58a1fd0b668c9d7203c6e69ba7391431815e47",
|
|
758 |
"reference": "1c58a1fd0b668c9d7203c6e69ba7391431815e47",
|
|
707 |
"url": "https://api.github.com/repos/illuminate/http/zipball/019d947e218f8dce421010a22d899d6f4b4ced45",
|
|
708 |
"reference": "019d947e218f8dce421010a22d899d6f4b4ced45",
|
|
759 | 709 |
"shasum": "" |
760 | 710 |
}, |
761 | 711 |
"require": { |
762 |
"illuminate/session": "5.6.*",
|
|
763 |
"illuminate/support": "5.6.*",
|
|
764 |
"php": "^7.1.3",
|
|
765 |
"symfony/http-foundation": "~4.0",
|
|
766 |
"symfony/http-kernel": "~4.0"
|
|
712 |
"illuminate/session": "5.2.*",
|
|
713 |
"illuminate/support": "5.2.*",
|
|
714 |
"php": ">=5.5.9",
|
|
715 |
"symfony/http-foundation": "2.8.*|3.0.*",
|
|
716 |
"symfony/http-kernel": "2.8.*|3.0.*"
|
|
767 | 717 |
}, |
768 | 718 |
"type": "library", |
769 | 719 |
"extra": { |
770 | 720 |
"branch-alias": { |
771 |
"dev-master": "5.6-dev"
|
|
721 |
"dev-master": "5.2-dev"
|
|
772 | 722 |
} |
773 | 723 |
}, |
774 | 724 |
"autoload": { |
... | ... | |
787 | 737 |
} |
788 | 738 |
], |
789 | 739 |
"description": "The Illuminate Http package.", |
790 |
"homepage": "https://laravel.com", |
|
791 |
"time": "2018-03-12T13:37:01+00:00" |
|
792 |
}, |
|
793 |
{ |
|
794 |
"name": "illuminate/log", |
|
795 |
"version": "v5.6.15", |
|
796 |
"source": { |
|
797 |
"type": "git", |
|
798 |
"url": "https://github.com/illuminate/log.git", |
|
799 |
"reference": "4ea8e89851344e59e84b9e3084a73553739bae2f" |
|
800 |
}, |
|
801 |
"dist": { |
|
802 |
"type": "zip", |
|
803 |
"url": "https://api.github.com/repos/illuminate/log/zipball/4ea8e89851344e59e84b9e3084a73553739bae2f", |
|
804 |
"reference": "4ea8e89851344e59e84b9e3084a73553739bae2f", |
|
805 |
"shasum": "" |
|
806 |
}, |
|
807 |
"require": { |
|
808 |
"illuminate/contracts": "5.6.*", |
|
809 |
"illuminate/support": "5.6.*", |
|
810 |
"monolog/monolog": "~1.11", |
|
811 |
"php": "^7.1.3" |
|
812 |
}, |
|
813 |
"type": "library", |
|
814 |
"extra": { |
|
815 |
"branch-alias": { |
|
816 |
"dev-master": "5.6-dev" |
|
817 |
} |
|
818 |
}, |
|
819 |
"autoload": { |
|
820 |
"psr-4": { |
|
821 |
"Illuminate\\Log\\": "" |
|
822 |
} |
|
823 |
}, |
|
824 |
"notification-url": "https://packagist.org/downloads/", |
|
825 |
"license": [ |
|
826 |
"MIT" |
|
827 |
], |
|
828 |
"authors": [ |
|
829 |
{ |
|
830 |
"name": "Taylor Otwell", |
|
831 |
"email": "taylor@laravel.com" |
|
832 |
} |
|
833 |
], |
|
834 |
"description": "The Illuminate Log package.", |
|
835 |
"homepage": "https://laravel.com", |
|
836 |
"time": "2018-03-14T12:38:13+00:00" |
|
740 |
"homepage": "http://laravel.com", |
|
741 |
"time": "2016-08-10 17:33:08" |
|
837 | 742 |
}, |
838 | 743 |
{ |
839 | 744 |
"name": "illuminate/pagination", |
840 |
"version": "v5.6.15",
|
|
745 |
"version": "v5.2.45",
|
|
841 | 746 |
"source": { |
842 | 747 |
"type": "git", |
843 | 748 |
"url": "https://github.com/illuminate/pagination.git", |
844 |
"reference": "77e9cfd4daf526aab9bf9c75ee1676f3ba6dff51"
|
|
749 |
"reference": "a4450887251f443a1243ef537d98ce5bbea6b193"
|
|
845 | 750 |
}, |
846 | 751 |
"dist": { |
847 | 752 |
"type": "zip", |
848 |
"url": "https://api.github.com/repos/illuminate/pagination/zipball/77e9cfd4daf526aab9bf9c75ee1676f3ba6dff51",
|
|
849 |
"reference": "77e9cfd4daf526aab9bf9c75ee1676f3ba6dff51",
|
|
753 |
"url": "https://api.github.com/repos/illuminate/pagination/zipball/a4450887251f443a1243ef537d98ce5bbea6b193",
|
|
754 |
"reference": "a4450887251f443a1243ef537d98ce5bbea6b193",
|
|
850 | 755 |
"shasum": "" |
851 | 756 |
}, |
852 | 757 |
"require": { |
853 |
"illuminate/contracts": "5.6.*",
|
|
854 |
"illuminate/support": "5.6.*",
|
|
855 |
"php": "^7.1.3"
|
|
758 |
"illuminate/contracts": "5.2.*",
|
|
759 |
"illuminate/support": "5.2.*",
|
|
760 |
"php": ">=5.5.9"
|
|
856 | 761 |
}, |
857 | 762 |
"type": "library", |
858 | 763 |
"extra": { |
859 | 764 |
"branch-alias": { |
860 |
"dev-master": "5.6-dev"
|
|
765 |
"dev-master": "5.2-dev"
|
|
861 | 766 |
} |
862 | 767 |
}, |
863 | 768 |
"autoload": { |
... | ... | |
876 | 781 |
} |
877 | 782 |
], |
878 | 783 |
"description": "The Illuminate Pagination package.", |
879 |
"homepage": "https://laravel.com",
|
|
880 |
"time": "2018-03-26T13:17:45+00:00"
|
|
784 |
"homepage": "http://laravel.com", |
|
785 |
"time": "2016-08-01 13:49:14"
|
|
881 | 786 |
}, |
882 | 787 |
{ |
883 | 788 |
"name": "illuminate/pipeline", |
884 |
"version": "v5.6.15",
|
|
789 |
"version": "v5.2.45",
|
|
885 | 790 |
"source": { |
886 | 791 |
"type": "git", |
887 | 792 |
"url": "https://github.com/illuminate/pipeline.git", |
888 |
"reference": "0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b"
|
|
793 |
"reference": "592d84b101437de3432851e4fa60a33f849164e5"
|
|
889 | 794 |
}, |
890 | 795 |
"dist": { |
891 | 796 |
"type": "zip", |
892 |
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b",
|
|
893 |
"reference": "0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b",
|
|
797 |
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/592d84b101437de3432851e4fa60a33f849164e5",
|
|
798 |
"reference": "592d84b101437de3432851e4fa60a33f849164e5",
|
|
894 | 799 |
"shasum": "" |
895 | 800 |
}, |
896 | 801 |
"require": { |
897 |
"illuminate/contracts": "5.6.*",
|
|
898 |
"illuminate/support": "5.6.*",
|
|
899 |
"php": "^7.1.3"
|
|
802 |
"illuminate/contracts": "5.2.*",
|
|
803 |
"illuminate/support": "5.2.*",
|
|
804 |
"php": ">=5.5.9"
|
|
900 | 805 |
}, |
901 | 806 |
"type": "library", |
902 | 807 |
"extra": { |
903 | 808 |
"branch-alias": { |
904 |
"dev-master": "5.6-dev"
|
|
809 |
"dev-master": "5.2-dev"
|
|
905 | 810 |
} |
906 | 811 |
}, |
907 | 812 |
"autoload": { |
... | ... | |
920 | 825 |
} |
921 | 826 |
], |
922 | 827 |
"description": "The Illuminate Pipeline package.", |
923 |
"homepage": "https://laravel.com",
|
|
924 |
"time": "2017-11-07T20:23:51+00:00"
|
|
828 |
"homepage": "http://laravel.com", |
|
829 |
"time": "2016-08-01 13:49:14"
|
|
925 | 830 |
}, |
926 | 831 |
{ |
927 | 832 |
"name": "illuminate/queue", |
928 |
"version": "v5.6.15",
|
|
833 |
"version": "v5.2.45",
|
|
929 | 834 |
"source": { |
930 | 835 |
"type": "git", |
931 | 836 |
"url": "https://github.com/illuminate/queue.git", |
932 |
"reference": "68e3433518a2d0d3626a27680d818eaa96406703"
|
|
837 |
"reference": "363b6752051327b7e4e500e6d2fa5ae132ccef47"
|
|
933 | 838 |
}, |
934 | 839 |
"dist": { |
935 | 840 |
"type": "zip", |
936 |
"url": "https://api.github.com/repos/illuminate/queue/zipball/68e3433518a2d0d3626a27680d818eaa96406703",
|
|
937 |
"reference": "68e3433518a2d0d3626a27680d818eaa96406703",
|
|
841 |
"url": "https://api.github.com/repos/illuminate/queue/zipball/363b6752051327b7e4e500e6d2fa5ae132ccef47",
|
|
842 |
"reference": "363b6752051327b7e4e500e6d2fa5ae132ccef47",
|
|
938 | 843 |
"shasum": "" |
939 | 844 |
}, |
940 | 845 |
"require": { |
941 |
"illuminate/console": "5.6.*", |
|
942 |
"illuminate/container": "5.6.*", |
|
943 |
"illuminate/contracts": "5.6.*", |
|
944 |
"illuminate/database": "5.6.*", |
|
945 |
"illuminate/filesystem": "5.6.*", |
|
946 |
"illuminate/support": "5.6.*", |
|
947 |
"php": "^7.1.3", |
|
948 |
"symfony/debug": "~4.0", |
|
949 |
"symfony/process": "~4.0" |
|
846 |
"illuminate/console": "5.2.*", |
|
847 |
"illuminate/container": "5.2.*", |
|
848 |
"illuminate/contracts": "5.2.*", |
|
849 |
"illuminate/support": "5.2.*", |
|
850 |
"nesbot/carbon": "~1.20", |
|
851 |
"php": ">=5.5.9", |
|
852 |
"symfony/debug": "2.8.*|3.0.*", |
|
853 |
"symfony/process": "2.8.*|3.0.*" |
|
950 | 854 |
}, |
951 | 855 |
"suggest": { |
952 | 856 |
"aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).", |
953 |
"ext-pcntl": "Required to use all features of the queue worker.", |
|
954 |
"ext-posix": "Required to use all features of the queue worker.", |
|
955 |
"illuminate/redis": "Required to use the Redis queue driver (5.6.*).", |
|
857 |
"illuminate/redis": "Required to use the Redis queue driver (5.2.*).", |
|
956 | 858 |
"pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)." |
957 | 859 |
}, |
958 | 860 |
"type": "library", |
959 | 861 |
"extra": { |
960 | 862 |
"branch-alias": { |
961 |
"dev-master": "5.6-dev"
|
|
863 |
"dev-master": "5.2-dev"
|
|
962 | 864 |
} |
963 | 865 |
}, |
964 | 866 |
"autoload": { |
965 | 867 |
"psr-4": { |
966 | 868 |
"Illuminate\\Queue\\": "" |
967 |
} |
|
869 |
}, |
|
870 |
"classmap": [ |
|
871 |
"IlluminateQueueClosure.php" |
|
872 |
] |
|
968 | 873 |
}, |
969 | 874 |
"notification-url": "https://packagist.org/downloads/", |
970 | 875 |
"license": [ |
... | ... | |
977 | 882 |
} |
978 | 883 |
], |
979 | 884 |
"description": "The Illuminate Queue package.", |
980 |
"homepage": "https://laravel.com",
|
|
981 |
"time": "2018-03-14T01:54:31+00:00"
|
|
885 |
"homepage": "http://laravel.com", |
|
886 |
"time": "2016-08-01 13:49:14"
|
|
982 | 887 |
}, |
983 | 888 |
{ |
984 | 889 |
"name": "illuminate/session", |
985 |
"version": "v5.6.15",
|
|
890 |
"version": "v5.2.45",
|
|
986 | 891 |
"source": { |
987 | 892 |
"type": "git", |
988 | 893 |
"url": "https://github.com/illuminate/session.git", |
989 |
"reference": "90bb5857fb64e269d8d331f02f820555ee471f64"
|
|
894 |
"reference": "259ae8eaee714b4633b3ee4e51e98648840a976c"
|
|
990 | 895 |
}, |
991 | 896 |
"dist": { |
992 | 897 |
"type": "zip", |
993 |
"url": "https://api.github.com/repos/illuminate/session/zipball/90bb5857fb64e269d8d331f02f820555ee471f64",
|
|
994 |
"reference": "90bb5857fb64e269d8d331f02f820555ee471f64",
|
|
898 |
"url": "https://api.github.com/repos/illuminate/session/zipball/259ae8eaee714b4633b3ee4e51e98648840a976c",
|
|
899 |
"reference": "259ae8eaee714b4633b3ee4e51e98648840a976c",
|
|
995 | 900 |
"shasum": "" |
996 | 901 |
}, |
997 | 902 |
"require": { |
998 |
"illuminate/contracts": "5.6.*",
|
|
999 |
"illuminate/filesystem": "5.6.*",
|
|
1000 |
"illuminate/support": "5.6.*",
|
|
1001 |
"php": "^7.1.3",
|
|
1002 |
"symfony/finder": "~4.0",
|
|
1003 |
"symfony/http-foundation": "~4.0"
|
|
903 |
"illuminate/contracts": "5.2.*",
|
|
904 |
"illuminate/support": "5.2.*",
|
|
905 |
"nesbot/carbon": "~1.20",
|
|
906 |
"php": ">=5.5.9",
|
|
907 |
"symfony/finder": "2.8.*|3.0.*",
|
|
908 |
"symfony/http-foundation": "2.8.*|3.0.*"
|
|
1004 | 909 |
}, |
1005 | 910 |
"suggest": { |
1006 |
"illuminate/console": "Required to use the session:table command (5.6.*)."
|
|
911 |
"illuminate/console": "Required to use the session:table command (5.2.*)."
|
|
1007 | 912 |
}, |
1008 | 913 |
"type": "library", |
1009 | 914 |
"extra": { |
1010 | 915 |
"branch-alias": { |
1011 |
"dev-master": "5.6-dev"
|
|
916 |
"dev-master": "5.2-dev"
|
|
1012 | 917 |
} |
1013 | 918 |
}, |
1014 | 919 |
"autoload": { |
... | ... | |
1027 | 932 |
} |
1028 | 933 |
], |
1029 | 934 |
"description": "The Illuminate Session package.", |
1030 |
"homepage": "https://laravel.com",
|
|
1031 |
"time": "2018-03-06T14:29:02+00:00"
|
|
935 |
"homepage": "http://laravel.com", |
|
936 |
"time": "2016-08-01 13:49:14"
|
|
1032 | 937 |
}, |
1033 | 938 |
{ |
1034 | 939 |
"name": "illuminate/support", |
1035 |
"version": "v5.6.15",
|
|
940 |
"version": "v5.2.45",
|
|
1036 | 941 |
"source": { |
1037 | 942 |
"type": "git", |
1038 | 943 |
"url": "https://github.com/illuminate/support.git", |
1039 |
"reference": "79d074f5a49fa972b3c0ccf4468be2ad92eb3e3d"
|
|
944 |
"reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a"
|
|
1040 | 945 |
}, |
1041 | 946 |
"dist": { |
1042 | 947 |
"type": "zip", |
1043 |
"url": "https://api.github.com/repos/illuminate/support/zipball/79d074f5a49fa972b3c0ccf4468be2ad92eb3e3d",
|
|
1044 |
"reference": "79d074f5a49fa972b3c0ccf4468be2ad92eb3e3d",
|
|
948 |
"url": "https://api.github.com/repos/illuminate/support/zipball/510230ab62a7d85dc70203f4fdca6fb71a19e08a",
|
|
949 |
"reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a",
|
|
1045 | 950 |
"shasum": "" |
1046 | 951 |
}, |
1047 | 952 |
"require": { |
1048 |
"doctrine/inflector": "~1.1",
|
|
953 |
"doctrine/inflector": "~1.0",
|
|
1049 | 954 |
"ext-mbstring": "*", |
1050 |
"illuminate/contracts": "5.6.*",
|
|
1051 |
"nesbot/carbon": "^1.24.1",
|
|
1052 |
"php": "^7.1.3"
|
|
955 |
"illuminate/contracts": "5.2.*",
|
|
956 |
"paragonie/random_compat": "~1.4",
|
|
957 |
"php": ">=5.5.9"
|
|
1053 | 958 |
}, |
1054 |
"conflict": {
|
|
1055 |
"tightenco/collect": "<5.5.33"
|
|
959 |
"replace": {
|
|
960 |
"tightenco/collect": "self.version"
|
|
1056 | 961 |
}, |
1057 | 962 |
"suggest": { |
1058 |
"illuminate/filesystem": "Required to use the composer class (5.6.*).", |
|
1059 |
"symfony/process": "Required to use the composer class (~4.0).", |
|
1060 |
"symfony/var-dumper": "Required to use the dd function (~4.0)." |
|
963 |
"illuminate/filesystem": "Required to use the composer class (5.2.*).", |
|
964 |
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).", |
|
965 |
"symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).", |
|
966 |
"symfony/process": "Required to use the composer class (2.8.*|3.0.*).", |
|
967 |
"symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)." |
|
1061 | 968 |
}, |
1062 | 969 |
"type": "library", |
1063 | 970 |
"extra": { |
1064 | 971 |
"branch-alias": { |
1065 |
"dev-master": "5.6-dev"
|
|
972 |
"dev-master": "5.2-dev"
|
|
1066 | 973 |
} |
1067 | 974 |
}, |
1068 | 975 |
"autoload": { |
... | ... | |
1084 | 991 |
} |
1085 | 992 |
], |
1086 | 993 |
"description": "The Illuminate Support package.", |
1087 |
"homepage": "https://laravel.com",
|
|
1088 |
"time": "2018-03-29T15:55:16+00:00"
|
|
994 |
"homepage": "http://laravel.com", |
|
995 |
"time": "2016-08-05 14:49:58"
|
|
1089 | 996 |
}, |
1090 | 997 |
{ |
1091 | 998 |
"name": "illuminate/translation", |
1092 |
"version": "v5.6.15",
|
|
999 |
"version": "v5.2.45",
|
|
1093 | 1000 |
"source": { |
1094 | 1001 |
"type": "git", |
1095 | 1002 |
"url": "https://github.com/illuminate/translation.git", |
1096 |
"reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c"
|
|
1003 |
"reference": "19247e4194e110d2d37713709e0e4b8bd0cae620"
|
|
1097 | 1004 |
}, |
1098 | 1005 |
"dist": { |
1099 | 1006 |
"type": "zip", |
1100 |
"url": "https://api.github.com/repos/illuminate/translation/zipball/3612f41b450b8d14e7f5785c087af451ccd3be9c",
|
|
1101 |
"reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c",
|
|
1007 |
"url": "https://api.github.com/repos/illuminate/translation/zipball/19247e4194e110d2d37713709e0e4b8bd0cae620",
|
|
1008 |
"reference": "19247e4194e110d2d37713709e0e4b8bd0cae620",
|
|
1102 | 1009 |
"shasum": "" |
1103 | 1010 |
}, |
1104 | 1011 |
"require": { |
1105 |
"illuminate/contracts": "5.6.*",
|
|
1106 |
"illuminate/filesystem": "5.6.*",
|
|
1107 |
"illuminate/support": "5.6.*",
|
|
1108 |
"php": "^7.1.3"
|
|
1012 |
"illuminate/filesystem": "5.2.*",
|
|
1013 |
"illuminate/support": "5.2.*",
|
|
1014 |
"php": ">=5.5.9",
|
|
1015 |
"symfony/translation": "2.8.*|3.0.*"
|
|
1109 | 1016 |
}, |
1110 | 1017 |
"type": "library", |
1111 | 1018 |
"extra": { |
1112 | 1019 |
"branch-alias": { |
1113 |
"dev-master": "5.6-dev"
|
|
1020 |
"dev-master": "5.2-dev"
|
|
1114 | 1021 |
} |
1115 | 1022 |
}, |
1116 | 1023 |
"autoload": { |
... | ... | |
1129 | 1036 |
} |
1130 | 1037 |
], |
1131 | 1038 |
"description": "The Illuminate Translation package.", |
1132 |
"homepage": "https://laravel.com",
|
|
1133 |
"time": "2018-02-22T15:33:29+00:00"
|
|
1039 |
"homepage": "http://laravel.com", |
|
1040 |
"time": "2016-08-01 13:49:14"
|
|
1134 | 1041 |
}, |
1135 | 1042 |
{ |
1136 | 1043 |
"name": "illuminate/validation", |
1137 |
"version": "v5.6.15",
|
|
1044 |
"version": "v5.2.45",
|
|
1138 | 1045 |
"source": { |
1139 | 1046 |
"type": "git", |
1140 | 1047 |
"url": "https://github.com/illuminate/validation.git", |
1141 |
"reference": "3e7f837aca9cfb89fc1744daceb2d4dce92c561a"
|
|
1048 |
"reference": "24909f0ee0866256eca0a0b72977753886a8a479"
|
|
1142 | 1049 |
}, |
1143 | 1050 |
"dist": { |
1144 | 1051 |
"type": "zip", |
1145 |
"url": "https://api.github.com/repos/illuminate/validation/zipball/3e7f837aca9cfb89fc1744daceb2d4dce92c561a",
|
|
1146 |
"reference": "3e7f837aca9cfb89fc1744daceb2d4dce92c561a",
|
|
1052 |
"url": "https://api.github.com/repos/illuminate/validation/zipball/24909f0ee0866256eca0a0b72977753886a8a479",
|
|
1053 |
"reference": "24909f0ee0866256eca0a0b72977753886a8a479",
|
|
1147 | 1054 |
"shasum": "" |
1148 | 1055 |
}, |
1149 | 1056 |
"require": { |
1150 |
"illuminate/container": "5.6.*",
|
|
1151 |
"illuminate/contracts": "5.6.*",
|
|
1152 |
"illuminate/support": "5.6.*",
|
|
1153 |
"illuminate/translation": "5.6.*",
|
|
1154 |
"php": "^7.1.3",
|
|
1155 |
"symfony/http-foundation": "~4.0"
|
|
1057 |
"illuminate/container": "5.2.*",
|
|
1058 |
"illuminate/contracts": "5.2.*",
|
|
1059 |
"illuminate/support": "5.2.*",
|
|
1060 |
"php": ">=5.5.9",
|
|
1061 |
"symfony/http-foundation": "2.8.*|3.0.*",
|
|
1062 |
"symfony/translation": "2.8.*|3.0.*"
|
|
1156 | 1063 |
}, |
1157 | 1064 |
"suggest": { |
1158 |
"illuminate/database": "Required to use the database presence verifier (5.6.*)."
|
|
1065 |
"illuminate/database": "Required to use the database presence verifier (5.2.*)."
|
|
1159 | 1066 |
}, |
1160 | 1067 |
"type": "library", |
1161 | 1068 |
"extra": { |
1162 | 1069 |
"branch-alias": { |
1163 |
"dev-master": "5.6-dev"
|
|
1070 |
"dev-master": "5.2-dev"
|
|
1164 | 1071 |
} |
1165 | 1072 |
}, |
1166 | 1073 |
"autoload": { |
... | ... | |
1179 | 1086 |
} |
1180 | 1087 |
], |
1181 | 1088 |
"description": "The Illuminate Validation package.", |
1182 |
"homepage": "https://laravel.com",
|
|
1183 |
"time": "2018-03-20T20:42:46+00:00"
|
|
1089 |
"homepage": "http://laravel.com", |
|
1090 |
"time": "2016-08-18 13:15:33"
|
|
1184 | 1091 |
}, |
1185 | 1092 |
{ |
1186 | 1093 |
"name": "illuminate/view", |
1187 |
"version": "v5.6.15",
|
|
1094 |
"version": "v5.2.45",
|
|
1188 | 1095 |
"source": { |
1189 | 1096 |
"type": "git", |
1190 | 1097 |
"url": "https://github.com/illuminate/view.git", |
1191 |
"reference": "b8e02d248dbe553949d01148c604eeb9d8c56801"
|
|
1098 |
"reference": "a3f9252c7d0dce3c2a9e70e40e9397f62850aa23"
|
|
1192 | 1099 |
}, |
1193 | 1100 |
"dist": { |
1194 | 1101 |
"type": "zip", |
1195 |
"url": "https://api.github.com/repos/illuminate/view/zipball/b8e02d248dbe553949d01148c604eeb9d8c56801",
|
|
1196 |
"reference": "b8e02d248dbe553949d01148c604eeb9d8c56801",
|
|
1102 |
"url": "https://api.github.com/repos/illuminate/view/zipball/a3f9252c7d0dce3c2a9e70e40e9397f62850aa23",
|
|
1103 |
"reference": "a3f9252c7d0dce3c2a9e70e40e9397f62850aa23",
|
|
1197 | 1104 |
"shasum": "" |
1198 | 1105 |
}, |
1199 | 1106 |
"require": { |
1200 |
"illuminate/container": "5.6.*",
|
|
1201 |
"illuminate/contracts": "5.6.*",
|
|
1202 |
"illuminate/events": "5.6.*",
|
|
1203 |
"illuminate/filesystem": "5.6.*",
|
|
1204 |
"illuminate/support": "5.6.*",
|
|
1205 |
"php": "^7.1.3",
|
|
1206 |
"symfony/debug": "~4.0"
|
|
1107 |
"illuminate/container": "5.2.*",
|
|
1108 |
"illuminate/contracts": "5.2.*",
|
|
1109 |
"illuminate/events": "5.2.*",
|
|
1110 |
"illuminate/filesystem": "5.2.*",
|
|
1111 |
"illuminate/support": "5.2.*",
|
|
1112 |
"php": ">=5.5.9",
|
|
1113 |
"symfony/debug": "2.8.*|3.0.*"
|
|
1207 | 1114 |
}, |
1208 | 1115 |
"type": "library", |
1209 | 1116 |
"extra": { |
1210 | 1117 |
"branch-alias": { |
1211 |
"dev-master": "5.6-dev"
|
|
1118 |
"dev-master": "5.2-dev"
|
|
1212 | 1119 |
} |
1213 | 1120 |
}, |
1214 | 1121 |
"autoload": { |
... | ... | |
1227 | 1134 |
} |
1228 | 1135 |
], |
1229 | 1136 |
"description": "The Illuminate View package.", |
1230 |
"homepage": "https://laravel.com",
|
|
1231 |
"time": "2018-03-24T14:44:34+00:00"
|
|
1137 |
"homepage": "http://laravel.com", |
|
1138 |
"time": "2016-08-01 13:49:14"
|
|
1232 | 1139 |
}, |
1233 | 1140 |
{ |
1234 | 1141 |
"name": "laravel/lumen-framework", |
1235 |
"version": "v5.6.3",
|
|
1142 |
"version": "v5.2.9",
|
|
1236 | 1143 |
"source": { |
1237 | 1144 |
"type": "git", |
1238 | 1145 |
"url": "https://github.com/laravel/lumen-framework.git", |
1239 |
"reference": "ada8052dc09642d24792fb0019252c8287494e6c" |
|
1240 |
}, |
|
1241 |
"dist": { |
|
1242 |
"type": "zip", |
|
1243 |
"url": "https://api.github.com/repos/laravel/lumen-framework/zipball/ada8052dc09642d24792fb0019252c8287494e6c", |
|
1244 |
"reference": "ada8052dc09642d24792fb0019252c8287494e6c", |
|
1245 |
"shasum": "" |
|
1246 |
}, |
|
1247 |
"require": { |
|
1248 |
"dragonmantank/cron-expression": "~2.0", |
|
1249 |
"illuminate/auth": "5.6.*", |
|
1250 |
"illuminate/broadcasting": "5.6.*", |
|
1251 |
"illuminate/bus": "5.6.*", |
|
1252 |
"illuminate/cache": "5.6.*", |
|
1253 |
"illuminate/config": "5.6.*", |
|
1254 |
"illuminate/container": "5.6.*", |
|
1255 |
"illuminate/contracts": "5.6.*", |
|
1256 |
"illuminate/database": "5.6.*", |
|
1257 |
"illuminate/encryption": "5.6.*", |
|
1258 |
"illuminate/events": "5.6.*", |
|
1259 |
"illuminate/filesystem": "5.6.*", |
|
1260 |
"illuminate/hashing": "5.6.*", |
|
1261 |
"illuminate/http": "5.6.*", |
|
1262 |
"illuminate/log": "5.6.*", |
|
1263 |
"illuminate/pagination": "5.6.*", |
|
1264 |
"illuminate/pipeline": "5.6.*", |
|
1265 |
"illuminate/queue": "5.6.*", |
|
1266 |
"illuminate/support": "5.6.*", |
|
1267 |
"illuminate/translation": "5.6.*", |
|
1268 |
"illuminate/validation": "5.6.*", |
|
1269 |
"illuminate/view": "5.6.*", |
|
1270 |
"nikic/fast-route": "~1.2", |
|
1271 |
"php": "^7.1.3", |
|
1272 |
"symfony/http-foundation": "~4.0", |
|
1273 |
"symfony/http-kernel": "~4.0" |
|
1146 |
"reference": "dafb4d4aad71d7ab8914db7769c4bbfcff4073f1" |
|
1147 |
}, |
|
1148 |
"dist": { |
|
1149 |
"type": "zip", |
|
1150 |
"url": "https://api.github.com/repos/laravel/lumen-framework/zipball/dafb4d4aad71d7ab8914db7769c4bbfcff4073f1", |
|
1151 |
"reference": "dafb4d4aad71d7ab8914db7769c4bbfcff4073f1", |
|
1152 |
"shasum": "" |
|
1153 |
}, |
|
1154 |
"require": { |
|
1155 |
"illuminate/auth": "5.2.*", |
|
1156 |
"illuminate/broadcasting": "5.2.*", |
|
1157 |
"illuminate/bus": "5.2.*", |
|
1158 |
"illuminate/cache": "5.2.*", |
|
1159 |
"illuminate/config": "5.2.*", |
|
1160 |
"illuminate/container": "5.2.*", |
|
1161 |
"illuminate/contracts": "5.2.*", |
|
1162 |
"illuminate/database": "5.2.*", |
|
1163 |
"illuminate/encryption": "5.2.*", |
|
1164 |
"illuminate/events": "5.2.*", |
|
1165 |
"illuminate/filesystem": "5.2.*", |
|
1166 |
"illuminate/hashing": "5.2.*", |
|
1167 |
"illuminate/http": "5.2.*", |
|
1168 |
"illuminate/pagination": "5.2.*", |
|
1169 |
"illuminate/pipeline": "5.2.*", |
|
1170 |
"illuminate/queue": "5.2.*", |
|
1171 |
"illuminate/support": "5.2.*", |
|
1172 |
"illuminate/translation": "5.2.*", |
|
1173 |
"illuminate/validation": "~5.2.7", |
|
1174 |
"illuminate/view": "5.2.*", |
|
1175 |
"monolog/monolog": "~1.11", |
|
1176 |
"mtdowling/cron-expression": "~1.0", |
|
1177 |
"nikic/fast-route": "0.7.*", |
|
1178 |
"paragonie/random_compat": "~1.1", |
|
1179 |
"php": ">=5.5.9", |
|
1180 |
"symfony/http-foundation": "2.8.*|3.0.*", |
|
1181 |
"symfony/http-kernel": "2.8.*|3.0.*", |
|
1182 |
"symfony/polyfill-php56": "~1.0" |
|
1274 | 1183 |
}, |
1275 | 1184 |
"require-dev": { |
1276 |
"mockery/mockery": "~1.0",
|
|
1277 |
"phpunit/phpunit": "~6.0"
|
|
1185 |
"mockery/mockery": "~0.9",
|
|
1186 |
"phpunit/phpunit": "~4.0"
|
|
1278 | 1187 |
}, |
1279 | 1188 |
"suggest": { |
1280 |
"laravel/tinker": "Required to use the tinker console command (~1.0).", |
|
1281 | 1189 |
"vlucas/phpdotenv": "Required to use .env files (~2.2)." |
1282 | 1190 |
}, |
1283 | 1191 |
"type": "library", |
1284 | 1192 |
"extra": { |
1285 | 1193 |
"branch-alias": { |
1286 |
"dev-master": "5.6-dev"
|
|
1194 |
"dev-master": "5.2-dev"
|
|
1287 | 1195 |
} |
1288 | 1196 |
}, |
1289 | 1197 |
"autoload": { |
... | ... | |
1305 | 1213 |
} |
1306 | 1214 |
], |
1307 | 1215 |
"description": "The Laravel Lumen Framework.", |
1308 |
"homepage": "https://lumen.laravel.com",
|
|
1216 |
"homepage": "http://laravel.com",
|
|
1309 | 1217 |
"keywords": [ |
1310 | 1218 |
"framework", |
1311 | 1219 |
"laravel", |
1312 | 1220 |
"lumen" |
1313 | 1221 |
], |
1314 |
"time": "2018-03-27T16:21:45+00:00"
|
|
1222 |
"time": "2016-09-07 18:38:25"
|
|
1315 | 1223 |
}, |
1316 | 1224 |
{ |
1317 | 1225 |
"name": "monolog/monolog", |
... | ... | |
1389 | 1297 |
"logging", |
1390 | 1298 |
"psr-3" |
1391 | 1299 |
], |
1392 |
"time": "2017-06-19T01:22:40+00:00" |
|
1300 |
"time": "2017-06-19 01:22:40" |
|
1301 |
}, |
|
1302 |
{ |
|
1303 |
"name": "mtdowling/cron-expression", |
|
1304 |
"version": "v1.2.1", |
|
1305 |
"source": { |
|
1306 |
"type": "git", |
|
1307 |
"url": "https://github.com/mtdowling/cron-expression.git", |
|
1308 |
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" |
|
1309 |
}, |
|
1310 |
"dist": { |
|
1311 |
"type": "zip", |
|
1312 |
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", |
|
1313 |
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", |
|
1314 |
"shasum": "" |
|
1315 |
}, |
|
1316 |
"require": { |
|
1317 |
"php": ">=5.3.2" |
|
1318 |
}, |
|
1319 |
"require-dev": { |
|
1320 |
"phpunit/phpunit": "~4.0|~5.0" |
|
1321 |
}, |
|
1322 |
"type": "library", |
|
1323 |
"autoload": { |
|
1324 |
"psr-4": { |
|
1325 |
"Cron\\": "src/Cron/" |
|
1326 |
} |
|
1327 |
}, |
|
1328 |
"notification-url": "https://packagist.org/downloads/", |
|
1329 |
"license": [ |
|
1330 |
"MIT" |
|
1331 |
], |
|
1332 |
"authors": [ |
|
1333 |
{ |
|
1334 |
"name": "Michael Dowling", |
|
1335 |
"email": "mtdowling@gmail.com", |
|
1336 |
"homepage": "https://github.com/mtdowling" |
|
1337 |
} |
|
1338 |
], |
|
1339 |
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
|
1340 |
"keywords": [ |
|
1341 |
"cron", |
|
1342 |
"schedule" |
|
1343 |
], |
|
1344 |
"time": "2017-01-23 04:29:33" |
|
1393 | 1345 |
}, |
1394 | 1346 |
{ |
1395 | 1347 |
"name": "nesbot/carbon", |
... | ... | |
1442 | 1394 |
"datetime", |
1443 | 1395 |
"time" |
1444 | 1396 |
], |
1445 |
"time": "2018-03-19T15:50:49+00:00"
|
|
1397 |
"time": "2018-03-19 15:50:49"
|
|
1446 | 1398 |
}, |
1447 | 1399 |
{ |
1448 | 1400 |
"name": "nikic/fast-route", |
1449 |
"version": "v1.3.0",
|
|
1401 |
"version": "v0.7.0",
|
|
1450 | 1402 |
"source": { |
1451 | 1403 |
"type": "git", |
1452 | 1404 |
"url": "https://github.com/nikic/FastRoute.git", |
1453 |
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
1405 |
"reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
|
|
1454 | 1406 |
}, |
1455 | 1407 |
"dist": { |
1456 | 1408 |
"type": "zip", |
1457 |
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
1458 |
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
1409 |
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
|
|
1410 |
"reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
|
|
1459 | 1411 |
"shasum": "" |
1460 | 1412 |
}, |
1461 | 1413 |
"require": { |
1462 | 1414 |
"php": ">=5.4.0" |
1463 | 1415 |
}, |
1464 |
"require-dev": { |
|
1465 |
"phpunit/phpunit": "^4.8.35|~5.7" |
|
1466 |
}, |
|
1467 | 1416 |
"type": "library", |
1468 | 1417 |
"autoload": { |
1469 | 1418 |
"psr-4": { |
... | ... | |
1488 | 1437 |
"router", |
1489 | 1438 |
"routing" |
1490 | 1439 |
], |
1491 |
"time": "2018-02-13T20:26:39+00:00"
|
|
1440 |
"time": "2015-12-20 19:50:12"
|
|
1492 | 1441 |
}, |
1493 | 1442 |
{ |
1494 |
"name": "psr/container",
|
|
1495 |
"version": "1.0.0",
|
|
1443 |
"name": "paragonie/random_compat",
|
|
1444 |
"version": "v1.4.3",
|
|
1496 | 1445 |
"source": { |
1497 | 1446 |
"type": "git", |
1498 |
"url": "https://github.com/php-fig/container.git",
|
|
1499 |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
1447 |
"url": "https://github.com/paragonie/random_compat.git",
|
|
1448 |
"reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
|
|
1500 | 1449 |
}, |
1501 | 1450 |
"dist": { |
1502 | 1451 |
"type": "zip", |
1503 |
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
1504 |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
1452 |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
|
|
1453 |
"reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
|
|
1505 | 1454 |
"shasum": "" |
1506 | 1455 |
}, |
1507 | 1456 |
"require": { |
1508 |
"php": ">=5.3.0"
|
|
1457 |
"php": ">=5.2.0"
|
|
1509 | 1458 |
}, |
1510 |
"type": "library", |
|
1511 |
"extra": { |
|
1512 |
"branch-alias": { |
|
1513 |
"dev-master": "1.0.x-dev" |
|
1514 |
} |
|
1459 |
"require-dev": { |
|
1460 |
"phpunit/phpunit": "4.*|5.*" |
Také k dispozici: Unified diff
#6346: Pridani verze Lumenu kompatibilni se skolnim prostredim. Readme aktualizovano.