scratch – Diff between revs 117 and 123

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 117 Rev 123
1 { 1 {
2 "_readme": [ 2 "_readme": [
3 "This file locks the dependencies of your project to a known state", 3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "1be622cf34e47f742b54f717572972a0", 7 "content-hash": "68527e96f8378fa77deddb114ef7a04a",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "alchemy/binary-driver", 10 "name": "alchemy/binary-driver",
11 "version": "1.6.0", 11 "version": "1.6.0",
12 "source": { 12 "source": {
13 "type": "git", 13 "type": "git",
14 "url": "https://github.com/alchemy-fr/BinaryDriver.git", 14 "url": "https://github.com/alchemy-fr/BinaryDriver.git",
15 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95" 15 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
16 }, 16 },
17 "dist": { 17 "dist": {
18 "type": "zip", 18 "type": "zip",
19 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95", 19 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
20 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95", 20 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
21 "shasum": "" 21 "shasum": ""
22 }, 22 },
23 "require": { 23 "require": {
24 "evenement/evenement": "^2.0|^1.0", 24 "evenement/evenement": "^2.0|^1.0",
25 "monolog/monolog": "^1.3", 25 "monolog/monolog": "^1.3",
26 "php": ">=5.5", 26 "php": ">=5.5",
27 "psr/log": "^1.0", 27 "psr/log": "^1.0",
28 "symfony/process": "^2.0|^3.0" 28 "symfony/process": "^2.0|^3.0"
29 }, 29 },
30 "require-dev": { 30 "require-dev": {
31 "phpunit/phpunit": "^4.0|^5.0" 31 "phpunit/phpunit": "^4.0|^5.0"
32 }, 32 },
33 "type": "library", 33 "type": "library",
34 "autoload": { 34 "autoload": {
35 "psr-0": { 35 "psr-0": {
36 "Alchemy": "src" 36 "Alchemy": "src"
37 } 37 }
38 }, 38 },
39 "notification-url": "https://packagist.org/downloads/", 39 "notification-url": "https://packagist.org/downloads/",
40 "license": [ 40 "license": [
41 "MIT" 41 "MIT"
42 ], 42 ],
43 "authors": [ 43 "authors": [
44 { 44 {
45 "name": "Romain Neutron", 45 "name": "Romain Neutron",
46 "email": "imprec@gmail.com", 46 "email": "imprec@gmail.com",
47 "homepage": "http://www.lickmychip.com/" 47 "homepage": "http://www.lickmychip.com/"
48 }, 48 },
49 { 49 {
50 "name": "Phraseanet Team", 50 "name": "Phraseanet Team",
51 "email": "info@alchemy.fr", 51 "email": "info@alchemy.fr",
52 "homepage": "http://www.phraseanet.com/" 52 "homepage": "http://www.phraseanet.com/"
53 }, 53 },
54 { 54 {
55 "name": "Nicolas Le Goff", 55 "name": "Nicolas Le Goff",
56 "email": "legoff.n@gmail.com" 56 "email": "legoff.n@gmail.com"
57 } 57 }
58 ], 58 ],
59 "description": "A set of tools to build binary drivers", 59 "description": "A set of tools to build binary drivers",
60 "keywords": [ 60 "keywords": [
61 "binary", 61 "binary",
62 "driver" 62 "driver"
63 ], 63 ],
64 "time": "2016-03-02T13:49:15+00:00" 64 "time": "2016-03-02T13:49:15+00:00"
65 }, 65 },
66 { 66 {
-   67 "name": "aura/installer-default",
-   68 "version": "1.0.0",
-   69 "source": {
-   70 "type": "git",
-   71 "url": "https://github.com/auraphp/installer-default.git",
-   72 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
-   73 },
-   74 "dist": {
-   75 "type": "zip",
-   76 "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
-   77 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
-   78 "shasum": ""
-   79 },
-   80 "type": "composer-installer",
-   81 "extra": {
-   82 "class": "Aura\\Composer\\DefaultInstaller"
-   83 },
-   84 "autoload": {
-   85 "psr-0": {
-   86 "Aura\\Composer\\": "src/"
-   87 }
-   88 },
-   89 "notification-url": "https://packagist.org/downloads/",
-   90 "license": [
-   91 "BSD-2-Clause"
-   92 ],
-   93 "authors": [
-   94 {
-   95 "name": "Paul M. Jones",
-   96 "email": "pmjones88@gmail.com",
-   97 "homepage": "http://paul-m-jones.com"
-   98 }
-   99 ],
-   100 "description": "Installs Aura packages using the Composer defaults.",
-   101 "keywords": [
-   102 "aura",
-   103 "installer"
-   104 ],
-   105 "time": "2012-11-26T21:35:57+00:00"
-   106 },
-   107 {
-   108 "name": "aura/uri",
-   109 "version": "1.2.0",
-   110 "source": {
-   111 "type": "git",
-   112 "url": "https://github.com/auraphp/Aura.Uri.git",
-   113 "reference": "298abdf98f64e06928a159abc61c227b2814c065"
-   114 },
-   115 "dist": {
-   116 "type": "zip",
-   117 "url": "https://api.github.com/repos/auraphp/Aura.Uri/zipball/298abdf98f64e06928a159abc61c227b2814c065",
-   118 "reference": "298abdf98f64e06928a159abc61c227b2814c065",
-   119 "shasum": ""
-   120 },
-   121 "require": {
-   122 "aura/installer-default": "1.0.*",
-   123 "php": ">=5.4.0"
-   124 },
-   125 "type": "aura-package",
-   126 "autoload": {
-   127 "psr-0": {
-   128 "Aura\\Uri": "src/"
-   129 }
-   130 },
-   131 "notification-url": "https://packagist.org/downloads/",
-   132 "license": [
-   133 "BSD-2-Clause"
-   134 ],
-   135 "authors": [
-   136 {
-   137 "name": "Paul M. Jones",
-   138 "email": "pmjones88@gmail.com",
-   139 "homepage": "http://paul-m-jones.com"
-   140 },
-   141 {
-   142 "name": "Hari KT",
-   143 "email": "kthari85@gmail.com",
-   144 "homepage": "http://harikt.com"
-   145 },
-   146 {
-   147 "name": "Aura.Uri Contributors",
-   148 "homepage": "https://github.com/auraphp/Aura.Uri/contributors"
-   149 },
-   150 {
-   151 "name": "Jonathon Hill",
-   152 "email": "jhill9693@gmail.com",
-   153 "homepage": "http://jonathonhill.net",
-   154 "role": "Developer"
-   155 },
-   156 {
-   157 "name": "Jeremy Kendall",
-   158 "email": "jeremy@jeremykendall.net",
-   159 "homepage": "http://www.jeremykendall.net"
-   160 }
-   161 ],
-   162 "description": "The Aura Uri package provides tools to build and manipulate URL strings.",
-   163 "homepage": "http://auraphp.com/Aura.Uri",
-   164 "keywords": [
-   165 "uri",
-   166 "url"
-   167 ],
-   168 "time": "2014-05-31T00:00:00+00:00"
-   169 },
-   170 {
67 "name": "doctrine/cache", 171 "name": "doctrine/cache",
68 "version": "v1.6.1", 172 "version": "v1.6.1",
69 "source": { 173 "source": {
70 "type": "git", 174 "type": "git",
71 "url": "https://github.com/doctrine/cache.git", 175 "url": "https://github.com/doctrine/cache.git",
72 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" 176 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
73 }, 177 },
74 "dist": { 178 "dist": {
75 "type": "zip", 179 "type": "zip",
76 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", 180 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
77 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", 181 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
78 "shasum": "" 182 "shasum": ""
79 }, 183 },
80 "require": { 184 "require": {
81 "php": "~5.5|~7.0" 185 "php": "~5.5|~7.0"
82 }, 186 },
83 "conflict": { 187 "conflict": {
84 "doctrine/common": ">2.2,<2.4" 188 "doctrine/common": ">2.2,<2.4"
85 }, 189 },
86 "require-dev": { 190 "require-dev": {
87 "phpunit/phpunit": "~4.8|~5.0", 191 "phpunit/phpunit": "~4.8|~5.0",
88 "predis/predis": "~1.0", 192 "predis/predis": "~1.0",
89 "satooshi/php-coveralls": "~0.6" 193 "satooshi/php-coveralls": "~0.6"
90 }, 194 },
91 "type": "library", 195 "type": "library",
92 "extra": { 196 "extra": {
93 "branch-alias": { 197 "branch-alias": {
94 "dev-master": "1.6.x-dev" 198 "dev-master": "1.6.x-dev"
95 } 199 }
96 }, 200 },
97 "autoload": { 201 "autoload": {
98 "psr-4": { 202 "psr-4": {
99 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 203 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
100 } 204 }
101 }, 205 },
102 "notification-url": "https://packagist.org/downloads/", 206 "notification-url": "https://packagist.org/downloads/",
103 "license": [ 207 "license": [
104 "MIT" 208 "MIT"
105 ], 209 ],
106 "authors": [ 210 "authors": [
107 { 211 {
108 "name": "Roman Borschel", 212 "name": "Roman Borschel",
109 "email": "roman@code-factory.org" 213 "email": "roman@code-factory.org"
110 }, 214 },
111 { 215 {
112 "name": "Benjamin Eberlei", 216 "name": "Benjamin Eberlei",
113 "email": "kontakt@beberlei.de" 217 "email": "kontakt@beberlei.de"
114 }, 218 },
115 { 219 {
116 "name": "Guilherme Blanco", 220 "name": "Guilherme Blanco",
117 "email": "guilhermeblanco@gmail.com" 221 "email": "guilhermeblanco@gmail.com"
118 }, 222 },
119 { 223 {
120 "name": "Jonathan Wage", 224 "name": "Jonathan Wage",
121 "email": "jonwage@gmail.com" 225 "email": "jonwage@gmail.com"
122 }, 226 },
123 { 227 {
124 "name": "Johannes Schmitt", 228 "name": "Johannes Schmitt",
125 "email": "schmittjoh@gmail.com" 229 "email": "schmittjoh@gmail.com"
126 } 230 }
127 ], 231 ],
128 "description": "Caching library offering an object-oriented API for many cache backends", 232 "description": "Caching library offering an object-oriented API for many cache backends",
129 "homepage": "http://www.doctrine-project.org", 233 "homepage": "http://www.doctrine-project.org",
130 "keywords": [ 234 "keywords": [
131 "cache", 235 "cache",
132 "caching" 236 "caching"
133 ], 237 ],
134 "time": "2016-10-29T11:16:17+00:00" 238 "time": "2016-10-29T11:16:17+00:00"
135 }, 239 },
136 { 240 {
137 "name": "evenement/evenement", 241 "name": "evenement/evenement",
138 "version": "v2.0.0", 242 "version": "v2.0.0",
139 "source": { 243 "source": {
140 "type": "git", 244 "type": "git",
141 "url": "https://github.com/igorw/evenement.git", 245 "url": "https://github.com/igorw/evenement.git",
142 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" 246 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
143 }, 247 },
144 "dist": { 248 "dist": {
145 "type": "zip", 249 "type": "zip",
146 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", 250 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
147 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", 251 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
148 "shasum": "" 252 "shasum": ""
149 }, 253 },
150 "require": { 254 "require": {
151 "php": ">=5.4.0" 255 "php": ">=5.4.0"
152 }, 256 },
153 "type": "library", 257 "type": "library",
154 "extra": { 258 "extra": {
155 "branch-alias": { 259 "branch-alias": {
156 "dev-master": "2.0-dev" 260 "dev-master": "2.0-dev"
157 } 261 }
158 }, 262 },
159 "autoload": { 263 "autoload": {
160 "psr-0": { 264 "psr-0": {
161 "Evenement": "src" 265 "Evenement": "src"
162 } 266 }
163 }, 267 },
164 "notification-url": "https://packagist.org/downloads/", 268 "notification-url": "https://packagist.org/downloads/",
165 "license": [ 269 "license": [
166 "MIT" 270 "MIT"
167 ], 271 ],
168 "authors": [ 272 "authors": [
169 { 273 {
170 "name": "Igor Wiedler", 274 "name": "Igor Wiedler",
171 "email": "igor@wiedler.ch", 275 "email": "igor@wiedler.ch",
172 "homepage": "http://wiedler.ch/igor/" 276 "homepage": "http://wiedler.ch/igor/"
173 } 277 }
174 ], 278 ],
175 "description": "Événement is a very simple event dispatching library for PHP", 279 "description": "Événement is a very simple event dispatching library for PHP",
176 "keywords": [ 280 "keywords": [
177 "event-dispatcher", 281 "event-dispatcher",
178 "event-emitter" 282 "event-emitter"
179 ], 283 ],
180 "time": "2012-11-02T14:49:47+00:00" 284 "time": "2012-11-02T14:49:47+00:00"
181 }, 285 },
182 { 286 {
183 "name": "monolog/monolog", 287 "name": "monolog/monolog",
184 "version": "1.23.0", 288 "version": "1.23.0",
185 "source": { 289 "source": {
186 "type": "git", 290 "type": "git",
187 "url": "https://github.com/Seldaek/monolog.git", 291 "url": "https://github.com/Seldaek/monolog.git",
188 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" 292 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
189 }, 293 },
190 "dist": { 294 "dist": {
191 "type": "zip", 295 "type": "zip",
192 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 296 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
193 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 297 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
194 "shasum": "" 298 "shasum": ""
195 }, 299 },
196 "require": { 300 "require": {
197 "php": ">=5.3.0", 301 "php": ">=5.3.0",
198 "psr/log": "~1.0" 302 "psr/log": "~1.0"
199 }, 303 },
200 "provide": { 304 "provide": {
201 "psr/log-implementation": "1.0.0" 305 "psr/log-implementation": "1.0.0"
202 }, 306 },
203 "require-dev": { 307 "require-dev": {
204 "aws/aws-sdk-php": "^2.4.9 || ^3.0", 308 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
205 "doctrine/couchdb": "~1.0@dev", 309 "doctrine/couchdb": "~1.0@dev",
206 "graylog2/gelf-php": "~1.0", 310 "graylog2/gelf-php": "~1.0",
207 "jakub-onderka/php-parallel-lint": "0.9", 311 "jakub-onderka/php-parallel-lint": "0.9",
208 "php-amqplib/php-amqplib": "~2.4", 312 "php-amqplib/php-amqplib": "~2.4",
209 "php-console/php-console": "^3.1.3", 313 "php-console/php-console": "^3.1.3",
210 "phpunit/phpunit": "~4.5", 314 "phpunit/phpunit": "~4.5",
211 "phpunit/phpunit-mock-objects": "2.3.0", 315 "phpunit/phpunit-mock-objects": "2.3.0",
212 "ruflin/elastica": ">=0.90 <3.0", 316 "ruflin/elastica": ">=0.90 <3.0",
213 "sentry/sentry": "^0.13", 317 "sentry/sentry": "^0.13",
214 "swiftmailer/swiftmailer": "^5.3|^6.0" 318 "swiftmailer/swiftmailer": "^5.3|^6.0"
215 }, 319 },
216 "suggest": { 320 "suggest": {
217 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 321 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
218 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 322 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
219 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 323 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
220 "ext-mongo": "Allow sending log messages to a MongoDB server", 324 "ext-mongo": "Allow sending log messages to a MongoDB server",
221 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 325 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
222 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", 326 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
223 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 327 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
224 "php-console/php-console": "Allow sending log messages to Google Chrome", 328 "php-console/php-console": "Allow sending log messages to Google Chrome",
225 "rollbar/rollbar": "Allow sending log messages to Rollbar", 329 "rollbar/rollbar": "Allow sending log messages to Rollbar",
226 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", 330 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
227 "sentry/sentry": "Allow sending log messages to a Sentry server" 331 "sentry/sentry": "Allow sending log messages to a Sentry server"
228 }, 332 },
229 "type": "library", 333 "type": "library",
230 "extra": { 334 "extra": {
231 "branch-alias": { 335 "branch-alias": {
232 "dev-master": "2.0.x-dev" 336 "dev-master": "2.0.x-dev"
233 } 337 }
234 }, 338 },
235 "autoload": { 339 "autoload": {
236 "psr-4": { 340 "psr-4": {
237 "Monolog\\": "src/Monolog" 341 "Monolog\\": "src/Monolog"
238 } 342 }
239 }, 343 },
240 "notification-url": "https://packagist.org/downloads/", 344 "notification-url": "https://packagist.org/downloads/",
241 "license": [ 345 "license": [
242 "MIT" 346 "MIT"
243 ], 347 ],
244 "authors": [ 348 "authors": [
245 { 349 {
246 "name": "Jordi Boggiano", 350 "name": "Jordi Boggiano",
247 "email": "j.boggiano@seld.be", 351 "email": "j.boggiano@seld.be",
248 "homepage": "http://seld.be" 352 "homepage": "http://seld.be"
249 } 353 }
250 ], 354 ],
251 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 355 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
252 "homepage": "http://github.com/Seldaek/monolog", 356 "homepage": "http://github.com/Seldaek/monolog",
253 "keywords": [ 357 "keywords": [
254 "log", 358 "log",
255 "logging", 359 "logging",
256 "psr-3" 360 "psr-3"
257 ], 361 ],
258 "time": "2017-06-19T01:22:40+00:00" 362 "time": "2017-06-19T01:22:40+00:00"
259 }, 363 },
260 { 364 {
261 "name": "mustangostang/spyc", 365 "name": "mustangostang/spyc",
262 "version": "0.6.2", 366 "version": "0.6.2",
263 "source": { 367 "source": {
264 "type": "git", 368 "type": "git",
265 "url": "https://github.com/mustangostang/spyc.git", 369 "url": "https://github.com/mustangostang/spyc.git",
266 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d" 370 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
267 }, 371 },
268 "dist": { 372 "dist": {
269 "type": "zip", 373 "type": "zip",
270 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", 374 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
271 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", 375 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
272 "shasum": "" 376 "shasum": ""
273 }, 377 },
274 "require": { 378 "require": {
275 "php": ">=5.3.1" 379 "php": ">=5.3.1"
276 }, 380 },
277 "require-dev": { 381 "require-dev": {
278 "phpunit/phpunit": "4.3.*@dev" 382 "phpunit/phpunit": "4.3.*@dev"
279 }, 383 },
280 "type": "library", 384 "type": "library",
281 "extra": { 385 "extra": {
282 "branch-alias": { 386 "branch-alias": {
283 "dev-master": "0.5.x-dev" 387 "dev-master": "0.5.x-dev"
284 } 388 }
285 }, 389 },
286 "autoload": { 390 "autoload": {
287 "files": [ 391 "files": [
288 "Spyc.php" 392 "Spyc.php"
289 ] 393 ]
290 }, 394 },
291 "notification-url": "https://packagist.org/downloads/", 395 "notification-url": "https://packagist.org/downloads/",
292 "license": [ 396 "license": [
293 "MIT" 397 "MIT"
294 ], 398 ],
295 "authors": [ 399 "authors": [
296 { 400 {
297 "name": "mustangostang", 401 "name": "mustangostang",
298 "email": "vlad.andersen@gmail.com" 402 "email": "vlad.andersen@gmail.com"
299 } 403 }
300 ], 404 ],
301 "description": "A simple YAML loader/dumper class for PHP", 405 "description": "A simple YAML loader/dumper class for PHP",
302 "homepage": "https://github.com/mustangostang/spyc/", 406 "homepage": "https://github.com/mustangostang/spyc/",
303 "keywords": [ 407 "keywords": [
304 "spyc", 408 "spyc",
305 "yaml", 409 "yaml",
306 "yml" 410 "yml"
307 ], 411 ],
308 "time": "2017-02-24T16:06:33+00:00" 412 "time": "2017-02-24T16:06:33+00:00"
309 }, 413 },
310 { 414 {
311 "name": "neutron/temporary-filesystem", 415 "name": "neutron/temporary-filesystem",
312 "version": "2.2.0", 416 "version": "2.2.0",
313 "source": { 417 "source": {
314 "type": "git", 418 "type": "git",
315 "url": "https://github.com/romainneutron/Temporary-Filesystem.git", 419 "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
316 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8" 420 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8"
317 }, 421 },
318 "dist": { 422 "dist": {
319 "type": "zip", 423 "type": "zip",
320 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8", 424 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8",
321 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8", 425 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8",
322 "shasum": "" 426 "shasum": ""
323 }, 427 },
324 "require": { 428 "require": {
325 "php": "^5.3.9 || ^7.0", 429 "php": "^5.3.9 || ^7.0",
326 "symfony/filesystem": "^2.3 || ^3.0" 430 "symfony/filesystem": "^2.3 || ^3.0"
327 }, 431 },
328 "require-dev": { 432 "require-dev": {
329 "phpunit/phpunit": "^4.8" 433 "phpunit/phpunit": "^4.8"
330 }, 434 },
331 "type": "library", 435 "type": "library",
332 "autoload": { 436 "autoload": {
333 "psr-0": { 437 "psr-0": {
334 "Neutron": "src" 438 "Neutron": "src"
335 } 439 }
336 }, 440 },
337 "notification-url": "https://packagist.org/downloads/", 441 "notification-url": "https://packagist.org/downloads/",
338 "license": [ 442 "license": [
339 "MIT" 443 "MIT"
340 ], 444 ],
341 "authors": [ 445 "authors": [
342 { 446 {
343 "name": "Romain Neutron", 447 "name": "Romain Neutron",
344 "email": "imprec@gmail.com" 448 "email": "imprec@gmail.com"
345 } 449 }
346 ], 450 ],
347 "description": "Symfony filesystem extension to handle temporary files", 451 "description": "Symfony filesystem extension to handle temporary files",
348 "time": "2016-03-05T10:22:50+00:00" 452 "time": "2016-03-05T10:22:50+00:00"
349 }, 453 },
350 { 454 {
351 "name": "php-ffmpeg/php-ffmpeg", 455 "name": "php-ffmpeg/php-ffmpeg",
352 "version": "0.9.5", 456 "version": "0.9.5",
353 "source": { 457 "source": {
354 "type": "git", 458 "type": "git",
355 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git", 459 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
356 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127" 460 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127"
357 }, 461 },
358 "dist": { 462 "dist": {
359 "type": "zip", 463 "type": "zip",
360 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127", 464 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127",
361 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127", 465 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127",
362 "shasum": "" 466 "shasum": ""
363 }, 467 },
364 "require": { 468 "require": {
365 "alchemy/binary-driver": "^1.5", 469 "alchemy/binary-driver": "^1.5",
366 "doctrine/cache": "^1.0", 470 "doctrine/cache": "^1.0",
367 "evenement/evenement": "^2.0 || ^1.0", 471 "evenement/evenement": "^2.0 || ^1.0",
368 "neutron/temporary-filesystem": "^2.1.1", 472 "neutron/temporary-filesystem": "^2.1.1",
369 "php": "^5.3.9 || ^7.0" 473 "php": "^5.3.9 || ^7.0"
370 }, 474 },
371 "require-dev": { 475 "require-dev": {
372 "phpunit/phpunit": "^4.8", 476 "phpunit/phpunit": "^4.8",
373 "sami/sami": "~1.0", 477 "sami/sami": "~1.0",
374 "silex/silex": "~1.0" 478 "silex/silex": "~1.0"
375 }, 479 },
376 "suggest": { 480 "suggest": {
377 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg" 481 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
378 }, 482 },
379 "type": "library", 483 "type": "library",
380 "extra": { 484 "extra": {
381 "branch-alias": { 485 "branch-alias": {
382 "dev-master": "0.7-dev" 486 "dev-master": "0.7-dev"
383 } 487 }
384 }, 488 },
385 "autoload": { 489 "autoload": {
386 "psr-0": { 490 "psr-0": {
387 "FFMpeg": "src" 491 "FFMpeg": "src"
388 } 492 }
389 }, 493 },
390 "notification-url": "https://packagist.org/downloads/", 494 "notification-url": "https://packagist.org/downloads/",
391 "license": [ 495 "license": [
392 "MIT" 496 "MIT"
393 ], 497 ],
394 "authors": [ 498 "authors": [
395 { 499 {
396 "name": "Romain Neutron", 500 "name": "Romain Neutron",
397 "email": "imprec@gmail.com", 501 "email": "imprec@gmail.com",
398 "homepage": "http://www.lickmychip.com/" 502 "homepage": "http://www.lickmychip.com/"
399 }, 503 },
400 { 504 {
401 "name": "Phraseanet Team", 505 "name": "Phraseanet Team",
402 "email": "info@alchemy.fr", 506 "email": "info@alchemy.fr",
403 "homepage": "http://www.phraseanet.com/" 507 "homepage": "http://www.phraseanet.com/"
404 }, 508 },
405 { 509 {
406 "name": "Patrik Karisch", 510 "name": "Patrik Karisch",
407 "email": "patrik@karisch.guru", 511 "email": "patrik@karisch.guru",
408 "homepage": "http://www.karisch.guru" 512 "homepage": "http://www.karisch.guru"
409 }, 513 },
410 { 514 {
411 "name": "Romain Biard", 515 "name": "Romain Biard",
412 "email": "romain.biard@gmail.com", 516 "email": "romain.biard@gmail.com",
413 "homepage": "https://www.strime.io/" 517 "homepage": "https://www.strime.io/"
414 } 518 }
415 ], 519 ],
416 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", 520 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
417 "keywords": [ 521 "keywords": [
418 "audio", 522 "audio",
419 "audio processing", 523 "audio processing",
420 "avconv", 524 "avconv",
421 "avprobe", 525 "avprobe",
422 "ffmpeg", 526 "ffmpeg",
423 "ffprobe", 527 "ffprobe",
424 "video", 528 "video",
425 "video processing" 529 "video processing"
426 ], 530 ],
427 "time": "2017-06-30T19:27:10+00:00" 531 "time": "2017-06-30T19:27:10+00:00"
428 }, 532 },
429 { 533 {
430 "name": "psr/log", 534 "name": "psr/log",
431 "version": "1.0.2", 535 "version": "1.0.2",
432 "source": { 536 "source": {
433 "type": "git", 537 "type": "git",
434 "url": "https://github.com/php-fig/log.git", 538 "url": "https://github.com/php-fig/log.git",
435 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" 539 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
436 }, 540 },
437 "dist": { 541 "dist": {
438 "type": "zip", 542 "type": "zip",
439 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 543 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
440 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 544 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
441 "shasum": "" 545 "shasum": ""
442 }, 546 },
443 "require": { 547 "require": {
444 "php": ">=5.3.0" 548 "php": ">=5.3.0"
445 }, 549 },
446 "type": "library", 550 "type": "library",
447 "extra": { 551 "extra": {
448 "branch-alias": { 552 "branch-alias": {
449 "dev-master": "1.0.x-dev" 553 "dev-master": "1.0.x-dev"
450 } 554 }
451 }, 555 },
452 "autoload": { 556 "autoload": {
453 "psr-4": { 557 "psr-4": {
454 "Psr\\Log\\": "Psr/Log/" 558 "Psr\\Log\\": "Psr/Log/"
455 } 559 }
456 }, 560 },
457 "notification-url": "https://packagist.org/downloads/", 561 "notification-url": "https://packagist.org/downloads/",
458 "license": [ 562 "license": [
459 "MIT" 563 "MIT"
460 ], 564 ],
461 "authors": [ 565 "authors": [
462 { 566 {
463 "name": "PHP-FIG", 567 "name": "PHP-FIG",
464 "homepage": "http://www.php-fig.org/" 568 "homepage": "http://www.php-fig.org/"
465 } 569 }
466 ], 570 ],
467 "description": "Common interface for logging libraries", 571 "description": "Common interface for logging libraries",
468 "homepage": "https://github.com/php-fig/log", 572 "homepage": "https://github.com/php-fig/log",
469 "keywords": [ 573 "keywords": [
470 "log", 574 "log",
471 "psr", 575 "psr",
472 "psr-3" 576 "psr-3"
473 ], 577 ],
474 "time": "2016-10-10T12:19:37+00:00" 578 "time": "2016-10-10T12:19:37+00:00"
475 }, 579 },
476 { 580 {
477 "name": "symfony/filesystem", 581 "name": "symfony/filesystem",
478 "version": "v3.3.4", 582 "version": "v3.3.4",
479 "source": { 583 "source": {
480 "type": "git", 584 "type": "git",
481 "url": "https://github.com/symfony/filesystem.git", 585 "url": "https://github.com/symfony/filesystem.git",
482 "reference": "311fa718389efbd8b627c272b9324a62437018cc" 586 "reference": "311fa718389efbd8b627c272b9324a62437018cc"
483 }, 587 },
484 "dist": { 588 "dist": {
485 "type": "zip", 589 "type": "zip",
486 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc", 590 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc",
487 "reference": "311fa718389efbd8b627c272b9324a62437018cc", 591 "reference": "311fa718389efbd8b627c272b9324a62437018cc",
488 "shasum": "" 592 "shasum": ""
489 }, 593 },
490 "require": { 594 "require": {
491 "php": ">=5.5.9" 595 "php": ">=5.5.9"
492 }, 596 },
493 "type": "library", 597 "type": "library",
494 "extra": { 598 "extra": {
495 "branch-alias": { 599 "branch-alias": {
496 "dev-master": "3.3-dev" 600 "dev-master": "3.3-dev"
497 } 601 }
498 }, 602 },
499 "autoload": { 603 "autoload": {
500 "psr-4": { 604 "psr-4": {
501 "Symfony\\Component\\Filesystem\\": "" 605 "Symfony\\Component\\Filesystem\\": ""
502 }, 606 },
503 "exclude-from-classmap": [ 607 "exclude-from-classmap": [
504 "/Tests/" 608 "/Tests/"
505 ] 609 ]
506 }, 610 },
507 "notification-url": "https://packagist.org/downloads/", 611 "notification-url": "https://packagist.org/downloads/",
508 "license": [ 612 "license": [
509 "MIT" 613 "MIT"
510 ], 614 ],
511 "authors": [ 615 "authors": [
512 { 616 {
513 "name": "Fabien Potencier", 617 "name": "Fabien Potencier",
514 "email": "fabien@symfony.com" 618 "email": "fabien@symfony.com"
515 }, 619 },
516 { 620 {
517 "name": "Symfony Community", 621 "name": "Symfony Community",
518 "homepage": "https://symfony.com/contributors" 622 "homepage": "https://symfony.com/contributors"
519 } 623 }
520 ], 624 ],
521 "description": "Symfony Filesystem Component", 625 "description": "Symfony Filesystem Component",
522 "homepage": "https://symfony.com", 626 "homepage": "https://symfony.com",
523 "time": "2017-06-24T09:29:48+00:00" 627 "time": "2017-06-24T09:29:48+00:00"
524 }, 628 },
525 { 629 {
526 "name": "symfony/finder", -  
527 "version": "v3.3.4", -  
528 "source": { -  
529 "type": "git", -  
530 "url": "https://github.com/symfony/finder.git", -  
531 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4" -  
532 }, -  
533 "dist": { -  
534 "type": "zip", -  
535 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4", -  
536 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4", -  
537 "shasum": "" -  
538 }, -  
539 "require": { -  
540 "php": ">=5.5.9" -  
541 }, -  
542 "type": "library", -  
543 "extra": { -  
544 "branch-alias": { -  
545 "dev-master": "3.3-dev" -  
546 } -  
547 }, -  
548 "autoload": { -  
549 "psr-4": { -  
550 "Symfony\\Component\\Finder\\": "" -  
551 }, -  
552 "exclude-from-classmap": [ -  
553 "/Tests/" -  
554 ] -  
555 }, -  
556 "notification-url": "https://packagist.org/downloads/", -  
557 "license": [ -  
558 "MIT" -  
559 ], -  
560 "authors": [ -  
561 { -  
562 "name": "Fabien Potencier", -  
563 "email": "fabien@symfony.com" -  
564 }, -  
565 { -  
566 "name": "Symfony Community", -  
567 "homepage": "https://symfony.com/contributors" -  
568 } -  
569 ], -  
570 "description": "Symfony Finder Component", -  
571 "homepage": "https://symfony.com", -  
572 "time": "2017-06-01T21:01:25+00:00" -  
573 }, -  
574 { -  
575 "name": "symfony/process", 630 "name": "symfony/process",
576 "version": "v3.3.2", 631 "version": "v3.3.4",
577 "source": { 632 "source": {
578 "type": "git", 633 "type": "git",
579 "url": "https://github.com/symfony/process.git", 634 "url": "https://github.com/symfony/process.git",
580 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf" 635 "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30"
581 }, 636 },
582 "dist": { 637 "dist": {
583 "type": "zip", 638 "type": "zip",
584 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", 639 "url": "https://api.github.com/repos/symfony/process/zipball/5ab8949b682b1bf9d4511a228b5e045c96758c30",
585 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", 640 "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30",
586 "shasum": "" 641 "shasum": ""
587 }, 642 },
588 "require": { 643 "require": {
589 "php": ">=5.5.9" 644 "php": ">=5.5.9"
590 }, 645 },
591 "type": "library", 646 "type": "library",
592 "extra": { 647 "extra": {
593 "branch-alias": { 648 "branch-alias": {
594 "dev-master": "3.3-dev" 649 "dev-master": "3.3-dev"
595 } 650 }
596 }, 651 },
597 "autoload": { 652 "autoload": {
598 "psr-4": { 653 "psr-4": {
599 "Symfony\\Component\\Process\\": "" 654 "Symfony\\Component\\Process\\": ""
600 }, 655 },
601 "exclude-from-classmap": [ 656 "exclude-from-classmap": [
602 "/Tests/" 657 "/Tests/"
603 ] 658 ]
604 }, 659 },
605 "notification-url": "https://packagist.org/downloads/", 660 "notification-url": "https://packagist.org/downloads/",
606 "license": [ 661 "license": [
607 "MIT" 662 "MIT"
608 ], 663 ],
609 "authors": [ 664 "authors": [
610 { 665 {
611 "name": "Fabien Potencier", 666 "name": "Fabien Potencier",
612 "email": "fabien@symfony.com" 667 "email": "fabien@symfony.com"
613 }, 668 },
614 { 669 {
615 "name": "Symfony Community", 670 "name": "Symfony Community",
616 "homepage": "https://symfony.com/contributors" 671 "homepage": "https://symfony.com/contributors"
617 } 672 }
618 ], 673 ],
619 "description": "Symfony Process Component", 674 "description": "Symfony Process Component",
620 "homepage": "https://symfony.com", 675 "homepage": "https://symfony.com",
621 "time": "2017-05-22T12:32:03+00:00" 676 "time": "2017-07-03T08:12:02+00:00"
622 } 677 }
623 ], 678 ],
624 "packages-dev": [], 679 "packages-dev": [],
625 "aliases": [], 680 "aliases": [],
626 "minimum-stability": "dev", 681 "minimum-stability": "dev",
627 "stability-flags": [], 682 "stability-flags": [],
628 "prefer-stable": true, 683 "prefer-stable": true,
629 "prefer-lowest": false, 684 "prefer-lowest": false,
630 "platform": [], 685 "platform": [],
631 "platform-dev": [] 686 "platform-dev": []
632 } 687 }
633   688