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.*",
|
#6346: Pridani verze Lumenu kompatibilni se skolnim prostredim. Readme aktualizovano.