composer.lock 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "ac86acb92ddfac3ec9f3e95ed68b6a32",
  8. "packages": [
  9. {
  10. "name": "psr/http-message",
  11. "version": "1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/http-message.git",
  15. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  20. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.0.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "Psr\\Http\\Message\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "PHP-FIG",
  44. "homepage": "http://www.php-fig.org/"
  45. }
  46. ],
  47. "description": "Common interface for HTTP messages",
  48. "keywords": [
  49. "http",
  50. "http-message",
  51. "psr",
  52. "psr-7",
  53. "request",
  54. "response"
  55. ],
  56. "time": "2015-05-04 20:22:00"
  57. }
  58. ],
  59. "packages-dev": [
  60. {
  61. "name": "doctrine/instantiator",
  62. "version": "1.0.5",
  63. "source": {
  64. "type": "git",
  65. "url": "https://github.com/doctrine/instantiator.git",
  66. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  71. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  72. "shasum": ""
  73. },
  74. "require": {
  75. "php": ">=5.3,<8.0-DEV"
  76. },
  77. "require-dev": {
  78. "athletic/athletic": "~0.1.8",
  79. "ext-pdo": "*",
  80. "ext-phar": "*",
  81. "phpunit/phpunit": "~4.0",
  82. "squizlabs/php_codesniffer": "~2.0"
  83. },
  84. "type": "library",
  85. "extra": {
  86. "branch-alias": {
  87. "dev-master": "1.0.x-dev"
  88. }
  89. },
  90. "autoload": {
  91. "psr-4": {
  92. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "MIT"
  98. ],
  99. "authors": [
  100. {
  101. "name": "Marco Pivetta",
  102. "email": "ocramius@gmail.com",
  103. "homepage": "http://ocramius.github.com/"
  104. }
  105. ],
  106. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  107. "homepage": "https://github.com/doctrine/instantiator",
  108. "keywords": [
  109. "constructor",
  110. "instantiate"
  111. ],
  112. "time": "2015-06-14 21:17:01"
  113. },
  114. {
  115. "name": "guzzlehttp/guzzle",
  116. "version": "6.0.2",
  117. "source": {
  118. "type": "git",
  119. "url": "https://github.com/guzzle/guzzle.git",
  120. "reference": "a8dfeff00eb84616a17fea7a4d72af35e750410f"
  121. },
  122. "dist": {
  123. "type": "zip",
  124. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a8dfeff00eb84616a17fea7a4d72af35e750410f",
  125. "reference": "a8dfeff00eb84616a17fea7a4d72af35e750410f",
  126. "shasum": ""
  127. },
  128. "require": {
  129. "guzzlehttp/promises": "~1.0",
  130. "guzzlehttp/psr7": "~1.1",
  131. "php": ">=5.5.0"
  132. },
  133. "require-dev": {
  134. "ext-curl": "*",
  135. "phpunit/phpunit": "~4.0",
  136. "psr/log": "~1.0"
  137. },
  138. "type": "library",
  139. "extra": {
  140. "branch-alias": {
  141. "dev-master": "6.0-dev"
  142. }
  143. },
  144. "autoload": {
  145. "files": [
  146. "src/functions_include.php"
  147. ],
  148. "psr-4": {
  149. "GuzzleHttp\\": "src/"
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Michael Dowling",
  159. "email": "mtdowling@gmail.com",
  160. "homepage": "https://github.com/mtdowling"
  161. }
  162. ],
  163. "description": "Guzzle is a PHP HTTP client library",
  164. "homepage": "http://guzzlephp.org/",
  165. "keywords": [
  166. "client",
  167. "curl",
  168. "framework",
  169. "http",
  170. "http client",
  171. "rest",
  172. "web service"
  173. ],
  174. "time": "2015-07-04 20:09:24"
  175. },
  176. {
  177. "name": "guzzlehttp/promises",
  178. "version": "1.0.1",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/guzzle/promises.git",
  182. "reference": "2ee5bc7f1a92efecc90da7f6711a53a7be26b5b7"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/guzzle/promises/zipball/2ee5bc7f1a92efecc90da7f6711a53a7be26b5b7",
  187. "reference": "2ee5bc7f1a92efecc90da7f6711a53a7be26b5b7",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "php": ">=5.5.0"
  192. },
  193. "require-dev": {
  194. "phpunit/phpunit": "~4.0"
  195. },
  196. "type": "library",
  197. "extra": {
  198. "branch-alias": {
  199. "dev-master": "1.0-dev"
  200. }
  201. },
  202. "autoload": {
  203. "psr-4": {
  204. "GuzzleHttp\\Promise\\": "src/"
  205. },
  206. "files": [
  207. "src/functions.php"
  208. ]
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "MIT"
  213. ],
  214. "authors": [
  215. {
  216. "name": "Michael Dowling",
  217. "email": "mtdowling@gmail.com",
  218. "homepage": "https://github.com/mtdowling"
  219. }
  220. ],
  221. "description": "Guzzle promises library",
  222. "keywords": [
  223. "promise"
  224. ],
  225. "time": "2015-06-24 16:16:25"
  226. },
  227. {
  228. "name": "guzzlehttp/psr7",
  229. "version": "1.1.0",
  230. "source": {
  231. "type": "git",
  232. "url": "https://github.com/guzzle/psr7.git",
  233. "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd"
  234. },
  235. "dist": {
  236. "type": "zip",
  237. "url": "https://api.github.com/repos/guzzle/psr7/zipball/af0e1758de355eb113917ad79c3c0e3604bce4bd",
  238. "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd",
  239. "shasum": ""
  240. },
  241. "require": {
  242. "php": ">=5.4.0",
  243. "psr/http-message": "~1.0"
  244. },
  245. "provide": {
  246. "psr/http-message-implementation": "1.0"
  247. },
  248. "require-dev": {
  249. "phpunit/phpunit": "~4.0"
  250. },
  251. "type": "library",
  252. "extra": {
  253. "branch-alias": {
  254. "dev-master": "1.0-dev"
  255. }
  256. },
  257. "autoload": {
  258. "psr-4": {
  259. "GuzzleHttp\\Psr7\\": "src/"
  260. },
  261. "files": [
  262. "src/functions.php"
  263. ]
  264. },
  265. "notification-url": "https://packagist.org/downloads/",
  266. "license": [
  267. "MIT"
  268. ],
  269. "authors": [
  270. {
  271. "name": "Michael Dowling",
  272. "email": "mtdowling@gmail.com",
  273. "homepage": "https://github.com/mtdowling"
  274. }
  275. ],
  276. "description": "PSR-7 message implementation",
  277. "keywords": [
  278. "http",
  279. "message",
  280. "stream",
  281. "uri"
  282. ],
  283. "time": "2015-06-24 19:55:15"
  284. },
  285. {
  286. "name": "monolog/monolog",
  287. "version": "1.15.0",
  288. "source": {
  289. "type": "git",
  290. "url": "https://github.com/Seldaek/monolog.git",
  291. "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
  292. },
  293. "dist": {
  294. "type": "zip",
  295. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0",
  296. "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0",
  297. "shasum": ""
  298. },
  299. "require": {
  300. "php": ">=5.3.0",
  301. "psr/log": "~1.0"
  302. },
  303. "provide": {
  304. "psr/log-implementation": "1.0.0"
  305. },
  306. "require-dev": {
  307. "aws/aws-sdk-php": "^2.4.9",
  308. "doctrine/couchdb": "~1.0@dev",
  309. "graylog2/gelf-php": "~1.0",
  310. "php-console/php-console": "^3.1.3",
  311. "phpunit/phpunit": "~4.5",
  312. "phpunit/phpunit-mock-objects": "2.3.0",
  313. "raven/raven": "~0.8",
  314. "ruflin/elastica": ">=0.90 <3.0",
  315. "swiftmailer/swiftmailer": "~5.3",
  316. "videlalvaro/php-amqplib": "~2.4"
  317. },
  318. "suggest": {
  319. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  320. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  321. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  322. "ext-mongo": "Allow sending log messages to a MongoDB server",
  323. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  324. "php-console/php-console": "Allow sending log messages to Google Chrome",
  325. "raven/raven": "Allow sending log messages to a Sentry server",
  326. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  327. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  328. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  329. },
  330. "type": "library",
  331. "extra": {
  332. "branch-alias": {
  333. "dev-master": "1.15.x-dev"
  334. }
  335. },
  336. "autoload": {
  337. "psr-4": {
  338. "Monolog\\": "src/Monolog"
  339. }
  340. },
  341. "notification-url": "https://packagist.org/downloads/",
  342. "license": [
  343. "MIT"
  344. ],
  345. "authors": [
  346. {
  347. "name": "Jordi Boggiano",
  348. "email": "j.boggiano@seld.be",
  349. "homepage": "http://seld.be"
  350. }
  351. ],
  352. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  353. "homepage": "http://github.com/Seldaek/monolog",
  354. "keywords": [
  355. "log",
  356. "logging",
  357. "psr-3"
  358. ],
  359. "time": "2015-07-12 13:54:09"
  360. },
  361. {
  362. "name": "neoxygen/neoclient",
  363. "version": "3.3.5",
  364. "source": {
  365. "type": "git",
  366. "url": "https://github.com/neoxygen/neo4j-neoclient.git",
  367. "reference": "06753b43be63e144097f5a65a87fa0f00e51ec1a"
  368. },
  369. "dist": {
  370. "type": "zip",
  371. "url": "https://api.github.com/repos/neoxygen/neo4j-neoclient/zipball/06753b43be63e144097f5a65a87fa0f00e51ec1a",
  372. "reference": "06753b43be63e144097f5a65a87fa0f00e51ec1a",
  373. "shasum": ""
  374. },
  375. "require": {
  376. "graphaware/neo4j-response-formatter": "^1.0",
  377. "guzzlehttp/guzzle": "^6.0",
  378. "monolog/monolog": "~1.1",
  379. "php": ">= 5.5",
  380. "symfony/config": "^2.7",
  381. "symfony/dependency-injection": "^2.7",
  382. "symfony/event-dispatcher": "^2.7",
  383. "symfony/yaml": "^2.7"
  384. },
  385. "require-dev": {
  386. "behat/behat": "~3.0",
  387. "bossa/phpspec2-expect": "*",
  388. "graphaware/neo4j-graphunit": "^1.0",
  389. "phpspec/phpspec": "~2.0",
  390. "phpunit/phpunit": "4.*"
  391. },
  392. "type": "library",
  393. "extra": {
  394. "branch-alias": {
  395. "dev-master": "3.1-dev"
  396. }
  397. },
  398. "autoload": {
  399. "psr-4": {
  400. "Neoxygen\\NeoClient\\": "src/"
  401. }
  402. },
  403. "notification-url": "https://packagist.org/downloads/",
  404. "license": [
  405. "MIT"
  406. ],
  407. "authors": [
  408. {
  409. "name": "Christophe Willemsen",
  410. "email": "chris@neoxygen.io"
  411. }
  412. ],
  413. "description": "NeoClient is the most advanced Http Client for Neo4j",
  414. "homepage": "http://neoxygen.io",
  415. "keywords": [
  416. "client",
  417. "cluster",
  418. "graph",
  419. "high-availibility",
  420. "neo4j"
  421. ],
  422. "time": "2015-08-03 22:18:48"
  423. },
  424. {
  425. "name": "phpdocumentor/reflection-docblock",
  426. "version": "2.0.4",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  430. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  435. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  436. "shasum": ""
  437. },
  438. "require": {
  439. "php": ">=5.3.3"
  440. },
  441. "require-dev": {
  442. "phpunit/phpunit": "~4.0"
  443. },
  444. "suggest": {
  445. "dflydev/markdown": "~1.0",
  446. "erusev/parsedown": "~1.0"
  447. },
  448. "type": "library",
  449. "extra": {
  450. "branch-alias": {
  451. "dev-master": "2.0.x-dev"
  452. }
  453. },
  454. "autoload": {
  455. "psr-0": {
  456. "phpDocumentor": [
  457. "src/"
  458. ]
  459. }
  460. },
  461. "notification-url": "https://packagist.org/downloads/",
  462. "license": [
  463. "MIT"
  464. ],
  465. "authors": [
  466. {
  467. "name": "Mike van Riel",
  468. "email": "mike.vanriel@naenius.com"
  469. }
  470. ],
  471. "time": "2015-02-03 12:10:50"
  472. },
  473. {
  474. "name": "phpspec/prophecy",
  475. "version": "v1.4.1",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/phpspec/prophecy.git",
  479. "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
  484. "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
  485. "shasum": ""
  486. },
  487. "require": {
  488. "doctrine/instantiator": "^1.0.2",
  489. "phpdocumentor/reflection-docblock": "~2.0",
  490. "sebastian/comparator": "~1.1"
  491. },
  492. "require-dev": {
  493. "phpspec/phpspec": "~2.0"
  494. },
  495. "type": "library",
  496. "extra": {
  497. "branch-alias": {
  498. "dev-master": "1.4.x-dev"
  499. }
  500. },
  501. "autoload": {
  502. "psr-0": {
  503. "Prophecy\\": "src/"
  504. }
  505. },
  506. "notification-url": "https://packagist.org/downloads/",
  507. "license": [
  508. "MIT"
  509. ],
  510. "authors": [
  511. {
  512. "name": "Konstantin Kudryashov",
  513. "email": "ever.zet@gmail.com",
  514. "homepage": "http://everzet.com"
  515. },
  516. {
  517. "name": "Marcello Duarte",
  518. "email": "marcello.duarte@gmail.com"
  519. }
  520. ],
  521. "description": "Highly opinionated mocking framework for PHP 5.3+",
  522. "homepage": "https://github.com/phpspec/prophecy",
  523. "keywords": [
  524. "Double",
  525. "Dummy",
  526. "fake",
  527. "mock",
  528. "spy",
  529. "stub"
  530. ],
  531. "time": "2015-04-27 22:15:08"
  532. },
  533. {
  534. "name": "phpunit/php-code-coverage",
  535. "version": "2.2.2",
  536. "source": {
  537. "type": "git",
  538. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  539. "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
  540. },
  541. "dist": {
  542. "type": "zip",
  543. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
  544. "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
  545. "shasum": ""
  546. },
  547. "require": {
  548. "php": ">=5.3.3",
  549. "phpunit/php-file-iterator": "~1.3",
  550. "phpunit/php-text-template": "~1.2",
  551. "phpunit/php-token-stream": "~1.3",
  552. "sebastian/environment": "^1.3.2",
  553. "sebastian/version": "~1.0"
  554. },
  555. "require-dev": {
  556. "ext-xdebug": ">=2.1.4",
  557. "phpunit/phpunit": "~4"
  558. },
  559. "suggest": {
  560. "ext-dom": "*",
  561. "ext-xdebug": ">=2.2.1",
  562. "ext-xmlwriter": "*"
  563. },
  564. "type": "library",
  565. "extra": {
  566. "branch-alias": {
  567. "dev-master": "2.2.x-dev"
  568. }
  569. },
  570. "autoload": {
  571. "classmap": [
  572. "src/"
  573. ]
  574. },
  575. "notification-url": "https://packagist.org/downloads/",
  576. "license": [
  577. "BSD-3-Clause"
  578. ],
  579. "authors": [
  580. {
  581. "name": "Sebastian Bergmann",
  582. "email": "sb@sebastian-bergmann.de",
  583. "role": "lead"
  584. }
  585. ],
  586. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  587. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  588. "keywords": [
  589. "coverage",
  590. "testing",
  591. "xunit"
  592. ],
  593. "time": "2015-08-04 03:42:39"
  594. },
  595. {
  596. "name": "phpunit/php-file-iterator",
  597. "version": "1.4.1",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  601. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  606. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": ">=5.3.3"
  611. },
  612. "type": "library",
  613. "extra": {
  614. "branch-alias": {
  615. "dev-master": "1.4.x-dev"
  616. }
  617. },
  618. "autoload": {
  619. "classmap": [
  620. "src/"
  621. ]
  622. },
  623. "notification-url": "https://packagist.org/downloads/",
  624. "license": [
  625. "BSD-3-Clause"
  626. ],
  627. "authors": [
  628. {
  629. "name": "Sebastian Bergmann",
  630. "email": "sb@sebastian-bergmann.de",
  631. "role": "lead"
  632. }
  633. ],
  634. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  635. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  636. "keywords": [
  637. "filesystem",
  638. "iterator"
  639. ],
  640. "time": "2015-06-21 13:08:43"
  641. },
  642. {
  643. "name": "phpunit/php-text-template",
  644. "version": "1.2.1",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  648. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  653. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "php": ">=5.3.3"
  658. },
  659. "type": "library",
  660. "autoload": {
  661. "classmap": [
  662. "src/"
  663. ]
  664. },
  665. "notification-url": "https://packagist.org/downloads/",
  666. "license": [
  667. "BSD-3-Clause"
  668. ],
  669. "authors": [
  670. {
  671. "name": "Sebastian Bergmann",
  672. "email": "sebastian@phpunit.de",
  673. "role": "lead"
  674. }
  675. ],
  676. "description": "Simple template engine.",
  677. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  678. "keywords": [
  679. "template"
  680. ],
  681. "time": "2015-06-21 13:50:34"
  682. },
  683. {
  684. "name": "phpunit/php-timer",
  685. "version": "1.0.7",
  686. "source": {
  687. "type": "git",
  688. "url": "https://github.com/sebastianbergmann/php-timer.git",
  689. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  690. },
  691. "dist": {
  692. "type": "zip",
  693. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  694. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  695. "shasum": ""
  696. },
  697. "require": {
  698. "php": ">=5.3.3"
  699. },
  700. "type": "library",
  701. "autoload": {
  702. "classmap": [
  703. "src/"
  704. ]
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "BSD-3-Clause"
  709. ],
  710. "authors": [
  711. {
  712. "name": "Sebastian Bergmann",
  713. "email": "sb@sebastian-bergmann.de",
  714. "role": "lead"
  715. }
  716. ],
  717. "description": "Utility class for timing",
  718. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  719. "keywords": [
  720. "timer"
  721. ],
  722. "time": "2015-06-21 08:01:12"
  723. },
  724. {
  725. "name": "phpunit/php-token-stream",
  726. "version": "1.4.3",
  727. "source": {
  728. "type": "git",
  729. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  730. "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
  731. },
  732. "dist": {
  733. "type": "zip",
  734. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
  735. "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
  736. "shasum": ""
  737. },
  738. "require": {
  739. "ext-tokenizer": "*",
  740. "php": ">=5.3.3"
  741. },
  742. "require-dev": {
  743. "phpunit/phpunit": "~4.2"
  744. },
  745. "type": "library",
  746. "extra": {
  747. "branch-alias": {
  748. "dev-master": "1.4-dev"
  749. }
  750. },
  751. "autoload": {
  752. "classmap": [
  753. "src/"
  754. ]
  755. },
  756. "notification-url": "https://packagist.org/downloads/",
  757. "license": [
  758. "BSD-3-Clause"
  759. ],
  760. "authors": [
  761. {
  762. "name": "Sebastian Bergmann",
  763. "email": "sebastian@phpunit.de"
  764. }
  765. ],
  766. "description": "Wrapper around PHP's tokenizer extension.",
  767. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  768. "keywords": [
  769. "tokenizer"
  770. ],
  771. "time": "2015-06-19 03:43:16"
  772. },
  773. {
  774. "name": "phpunit/phpunit",
  775. "version": "4.7.7",
  776. "source": {
  777. "type": "git",
  778. "url": "https://github.com/sebastianbergmann/phpunit.git",
  779. "reference": "9b97f9d807b862c2de2a36e86690000801c85724"
  780. },
  781. "dist": {
  782. "type": "zip",
  783. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
  784. "reference": "9b97f9d807b862c2de2a36e86690000801c85724",
  785. "shasum": ""
  786. },
  787. "require": {
  788. "ext-dom": "*",
  789. "ext-json": "*",
  790. "ext-pcre": "*",
  791. "ext-reflection": "*",
  792. "ext-spl": "*",
  793. "php": ">=5.3.3",
  794. "phpspec/prophecy": "~1.3,>=1.3.1",
  795. "phpunit/php-code-coverage": "~2.1",
  796. "phpunit/php-file-iterator": "~1.4",
  797. "phpunit/php-text-template": "~1.2",
  798. "phpunit/php-timer": ">=1.0.6",
  799. "phpunit/phpunit-mock-objects": "~2.3",
  800. "sebastian/comparator": "~1.1",
  801. "sebastian/diff": "~1.2",
  802. "sebastian/environment": "~1.2",
  803. "sebastian/exporter": "~1.2",
  804. "sebastian/global-state": "~1.0",
  805. "sebastian/version": "~1.0",
  806. "symfony/yaml": "~2.1|~3.0"
  807. },
  808. "suggest": {
  809. "phpunit/php-invoker": "~1.1"
  810. },
  811. "bin": [
  812. "phpunit"
  813. ],
  814. "type": "library",
  815. "extra": {
  816. "branch-alias": {
  817. "dev-master": "4.7.x-dev"
  818. }
  819. },
  820. "autoload": {
  821. "classmap": [
  822. "src/"
  823. ]
  824. },
  825. "notification-url": "https://packagist.org/downloads/",
  826. "license": [
  827. "BSD-3-Clause"
  828. ],
  829. "authors": [
  830. {
  831. "name": "Sebastian Bergmann",
  832. "email": "sebastian@phpunit.de",
  833. "role": "lead"
  834. }
  835. ],
  836. "description": "The PHP Unit Testing framework.",
  837. "homepage": "https://phpunit.de/",
  838. "keywords": [
  839. "phpunit",
  840. "testing",
  841. "xunit"
  842. ],
  843. "time": "2015-07-13 11:28:34"
  844. },
  845. {
  846. "name": "phpunit/phpunit-mock-objects",
  847. "version": "2.3.6",
  848. "source": {
  849. "type": "git",
  850. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  851. "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
  852. },
  853. "dist": {
  854. "type": "zip",
  855. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
  856. "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
  857. "shasum": ""
  858. },
  859. "require": {
  860. "doctrine/instantiator": "~1.0,>=1.0.2",
  861. "php": ">=5.3.3",
  862. "phpunit/php-text-template": "~1.2",
  863. "sebastian/exporter": "~1.2"
  864. },
  865. "require-dev": {
  866. "phpunit/phpunit": "~4.4"
  867. },
  868. "suggest": {
  869. "ext-soap": "*"
  870. },
  871. "type": "library",
  872. "extra": {
  873. "branch-alias": {
  874. "dev-master": "2.3.x-dev"
  875. }
  876. },
  877. "autoload": {
  878. "classmap": [
  879. "src/"
  880. ]
  881. },
  882. "notification-url": "https://packagist.org/downloads/",
  883. "license": [
  884. "BSD-3-Clause"
  885. ],
  886. "authors": [
  887. {
  888. "name": "Sebastian Bergmann",
  889. "email": "sb@sebastian-bergmann.de",
  890. "role": "lead"
  891. }
  892. ],
  893. "description": "Mock Object library for PHPUnit",
  894. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  895. "keywords": [
  896. "mock",
  897. "xunit"
  898. ],
  899. "time": "2015-07-10 06:54:24"
  900. },
  901. {
  902. "name": "psr/log",
  903. "version": "1.0.0",
  904. "source": {
  905. "type": "git",
  906. "url": "https://github.com/php-fig/log.git",
  907. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  908. },
  909. "dist": {
  910. "type": "zip",
  911. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  912. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  913. "shasum": ""
  914. },
  915. "type": "library",
  916. "autoload": {
  917. "psr-0": {
  918. "Psr\\Log\\": ""
  919. }
  920. },
  921. "notification-url": "https://packagist.org/downloads/",
  922. "license": [
  923. "MIT"
  924. ],
  925. "authors": [
  926. {
  927. "name": "PHP-FIG",
  928. "homepage": "http://www.php-fig.org/"
  929. }
  930. ],
  931. "description": "Common interface for logging libraries",
  932. "keywords": [
  933. "log",
  934. "psr",
  935. "psr-3"
  936. ],
  937. "time": "2012-12-21 11:40:51"
  938. },
  939. {
  940. "name": "sebastian/comparator",
  941. "version": "1.2.0",
  942. "source": {
  943. "type": "git",
  944. "url": "https://github.com/sebastianbergmann/comparator.git",
  945. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  946. },
  947. "dist": {
  948. "type": "zip",
  949. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  950. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  951. "shasum": ""
  952. },
  953. "require": {
  954. "php": ">=5.3.3",
  955. "sebastian/diff": "~1.2",
  956. "sebastian/exporter": "~1.2"
  957. },
  958. "require-dev": {
  959. "phpunit/phpunit": "~4.4"
  960. },
  961. "type": "library",
  962. "extra": {
  963. "branch-alias": {
  964. "dev-master": "1.2.x-dev"
  965. }
  966. },
  967. "autoload": {
  968. "classmap": [
  969. "src/"
  970. ]
  971. },
  972. "notification-url": "https://packagist.org/downloads/",
  973. "license": [
  974. "BSD-3-Clause"
  975. ],
  976. "authors": [
  977. {
  978. "name": "Jeff Welch",
  979. "email": "whatthejeff@gmail.com"
  980. },
  981. {
  982. "name": "Volker Dusch",
  983. "email": "github@wallbash.com"
  984. },
  985. {
  986. "name": "Bernhard Schussek",
  987. "email": "bschussek@2bepublished.at"
  988. },
  989. {
  990. "name": "Sebastian Bergmann",
  991. "email": "sebastian@phpunit.de"
  992. }
  993. ],
  994. "description": "Provides the functionality to compare PHP values for equality",
  995. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  996. "keywords": [
  997. "comparator",
  998. "compare",
  999. "equality"
  1000. ],
  1001. "time": "2015-07-26 15:48:44"
  1002. },
  1003. {
  1004. "name": "sebastian/diff",
  1005. "version": "1.3.0",
  1006. "source": {
  1007. "type": "git",
  1008. "url": "https://github.com/sebastianbergmann/diff.git",
  1009. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  1010. },
  1011. "dist": {
  1012. "type": "zip",
  1013. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  1014. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  1015. "shasum": ""
  1016. },
  1017. "require": {
  1018. "php": ">=5.3.3"
  1019. },
  1020. "require-dev": {
  1021. "phpunit/phpunit": "~4.2"
  1022. },
  1023. "type": "library",
  1024. "extra": {
  1025. "branch-alias": {
  1026. "dev-master": "1.3-dev"
  1027. }
  1028. },
  1029. "autoload": {
  1030. "classmap": [
  1031. "src/"
  1032. ]
  1033. },
  1034. "notification-url": "https://packagist.org/downloads/",
  1035. "license": [
  1036. "BSD-3-Clause"
  1037. ],
  1038. "authors": [
  1039. {
  1040. "name": "Kore Nordmann",
  1041. "email": "mail@kore-nordmann.de"
  1042. },
  1043. {
  1044. "name": "Sebastian Bergmann",
  1045. "email": "sebastian@phpunit.de"
  1046. }
  1047. ],
  1048. "description": "Diff implementation",
  1049. "homepage": "http://www.github.com/sebastianbergmann/diff",
  1050. "keywords": [
  1051. "diff"
  1052. ],
  1053. "time": "2015-02-22 15:13:53"
  1054. },
  1055. {
  1056. "name": "sebastian/environment",
  1057. "version": "1.3.2",
  1058. "source": {
  1059. "type": "git",
  1060. "url": "https://github.com/sebastianbergmann/environment.git",
  1061. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
  1062. },
  1063. "dist": {
  1064. "type": "zip",
  1065. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
  1066. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
  1067. "shasum": ""
  1068. },
  1069. "require": {
  1070. "php": ">=5.3.3"
  1071. },
  1072. "require-dev": {
  1073. "phpunit/phpunit": "~4.4"
  1074. },
  1075. "type": "library",
  1076. "extra": {
  1077. "branch-alias": {
  1078. "dev-master": "1.3.x-dev"
  1079. }
  1080. },
  1081. "autoload": {
  1082. "classmap": [
  1083. "src/"
  1084. ]
  1085. },
  1086. "notification-url": "https://packagist.org/downloads/",
  1087. "license": [
  1088. "BSD-3-Clause"
  1089. ],
  1090. "authors": [
  1091. {
  1092. "name": "Sebastian Bergmann",
  1093. "email": "sebastian@phpunit.de"
  1094. }
  1095. ],
  1096. "description": "Provides functionality to handle HHVM/PHP environments",
  1097. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1098. "keywords": [
  1099. "Xdebug",
  1100. "environment",
  1101. "hhvm"
  1102. ],
  1103. "time": "2015-08-03 06:14:51"
  1104. },
  1105. {
  1106. "name": "sebastian/exporter",
  1107. "version": "1.2.1",
  1108. "source": {
  1109. "type": "git",
  1110. "url": "https://github.com/sebastianbergmann/exporter.git",
  1111. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1112. },
  1113. "dist": {
  1114. "type": "zip",
  1115. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1116. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1117. "shasum": ""
  1118. },
  1119. "require": {
  1120. "php": ">=5.3.3",
  1121. "sebastian/recursion-context": "~1.0"
  1122. },
  1123. "require-dev": {
  1124. "phpunit/phpunit": "~4.4"
  1125. },
  1126. "type": "library",
  1127. "extra": {
  1128. "branch-alias": {
  1129. "dev-master": "1.2.x-dev"
  1130. }
  1131. },
  1132. "autoload": {
  1133. "classmap": [
  1134. "src/"
  1135. ]
  1136. },
  1137. "notification-url": "https://packagist.org/downloads/",
  1138. "license": [
  1139. "BSD-3-Clause"
  1140. ],
  1141. "authors": [
  1142. {
  1143. "name": "Jeff Welch",
  1144. "email": "whatthejeff@gmail.com"
  1145. },
  1146. {
  1147. "name": "Volker Dusch",
  1148. "email": "github@wallbash.com"
  1149. },
  1150. {
  1151. "name": "Bernhard Schussek",
  1152. "email": "bschussek@2bepublished.at"
  1153. },
  1154. {
  1155. "name": "Sebastian Bergmann",
  1156. "email": "sebastian@phpunit.de"
  1157. },
  1158. {
  1159. "name": "Adam Harvey",
  1160. "email": "aharvey@php.net"
  1161. }
  1162. ],
  1163. "description": "Provides the functionality to export PHP variables for visualization",
  1164. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1165. "keywords": [
  1166. "export",
  1167. "exporter"
  1168. ],
  1169. "time": "2015-06-21 07:55:53"
  1170. },
  1171. {
  1172. "name": "sebastian/global-state",
  1173. "version": "1.0.0",
  1174. "source": {
  1175. "type": "git",
  1176. "url": "https://github.com/sebastianbergmann/global-state.git",
  1177. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
  1178. },
  1179. "dist": {
  1180. "type": "zip",
  1181. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  1182. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  1183. "shasum": ""
  1184. },
  1185. "require": {
  1186. "php": ">=5.3.3"
  1187. },
  1188. "require-dev": {
  1189. "phpunit/phpunit": "~4.2"
  1190. },
  1191. "suggest": {
  1192. "ext-uopz": "*"
  1193. },
  1194. "type": "library",
  1195. "extra": {
  1196. "branch-alias": {
  1197. "dev-master": "1.0-dev"
  1198. }
  1199. },
  1200. "autoload": {
  1201. "classmap": [
  1202. "src/"
  1203. ]
  1204. },
  1205. "notification-url": "https://packagist.org/downloads/",
  1206. "license": [
  1207. "BSD-3-Clause"
  1208. ],
  1209. "authors": [
  1210. {
  1211. "name": "Sebastian Bergmann",
  1212. "email": "sebastian@phpunit.de"
  1213. }
  1214. ],
  1215. "description": "Snapshotting of global state",
  1216. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1217. "keywords": [
  1218. "global state"
  1219. ],
  1220. "time": "2014-10-06 09:23:50"
  1221. },
  1222. {
  1223. "name": "sebastian/recursion-context",
  1224. "version": "1.0.1",
  1225. "source": {
  1226. "type": "git",
  1227. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1228. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
  1229. },
  1230. "dist": {
  1231. "type": "zip",
  1232. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
  1233. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
  1234. "shasum": ""
  1235. },
  1236. "require": {
  1237. "php": ">=5.3.3"
  1238. },
  1239. "require-dev": {
  1240. "phpunit/phpunit": "~4.4"
  1241. },
  1242. "type": "library",
  1243. "extra": {
  1244. "branch-alias": {
  1245. "dev-master": "1.0.x-dev"
  1246. }
  1247. },
  1248. "autoload": {
  1249. "classmap": [
  1250. "src/"
  1251. ]
  1252. },
  1253. "notification-url": "https://packagist.org/downloads/",
  1254. "license": [
  1255. "BSD-3-Clause"
  1256. ],
  1257. "authors": [
  1258. {
  1259. "name": "Jeff Welch",
  1260. "email": "whatthejeff@gmail.com"
  1261. },
  1262. {
  1263. "name": "Sebastian Bergmann",
  1264. "email": "sebastian@phpunit.de"
  1265. },
  1266. {
  1267. "name": "Adam Harvey",
  1268. "email": "aharvey@php.net"
  1269. }
  1270. ],
  1271. "description": "Provides functionality to recursively process PHP variables",
  1272. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1273. "time": "2015-06-21 08:04:50"
  1274. },
  1275. {
  1276. "name": "sebastian/version",
  1277. "version": "1.0.6",
  1278. "source": {
  1279. "type": "git",
  1280. "url": "https://github.com/sebastianbergmann/version.git",
  1281. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1282. },
  1283. "dist": {
  1284. "type": "zip",
  1285. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1286. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1287. "shasum": ""
  1288. },
  1289. "type": "library",
  1290. "autoload": {
  1291. "classmap": [
  1292. "src/"
  1293. ]
  1294. },
  1295. "notification-url": "https://packagist.org/downloads/",
  1296. "license": [
  1297. "BSD-3-Clause"
  1298. ],
  1299. "authors": [
  1300. {
  1301. "name": "Sebastian Bergmann",
  1302. "email": "sebastian@phpunit.de",
  1303. "role": "lead"
  1304. }
  1305. ],
  1306. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1307. "homepage": "https://github.com/sebastianbergmann/version",
  1308. "time": "2015-06-21 13:59:46"
  1309. },
  1310. {
  1311. "name": "symfony/config",
  1312. "version": "v2.7.3",
  1313. "source": {
  1314. "type": "git",
  1315. "url": "https://github.com/symfony/Config.git",
  1316. "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9"
  1317. },
  1318. "dist": {
  1319. "type": "zip",
  1320. "url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9",
  1321. "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9",
  1322. "shasum": ""
  1323. },
  1324. "require": {
  1325. "php": ">=5.3.9",
  1326. "symfony/filesystem": "~2.3"
  1327. },
  1328. "require-dev": {
  1329. "symfony/phpunit-bridge": "~2.7"
  1330. },
  1331. "type": "library",
  1332. "extra": {
  1333. "branch-alias": {
  1334. "dev-master": "2.7-dev"
  1335. }
  1336. },
  1337. "autoload": {
  1338. "psr-4": {
  1339. "Symfony\\Component\\Config\\": ""
  1340. }
  1341. },
  1342. "notification-url": "https://packagist.org/downloads/",
  1343. "license": [
  1344. "MIT"
  1345. ],
  1346. "authors": [
  1347. {
  1348. "name": "Fabien Potencier",
  1349. "email": "fabien@symfony.com"
  1350. },
  1351. {
  1352. "name": "Symfony Community",
  1353. "homepage": "https://symfony.com/contributors"
  1354. }
  1355. ],
  1356. "description": "Symfony Config Component",
  1357. "homepage": "https://symfony.com",
  1358. "time": "2015-07-09 16:07:40"
  1359. },
  1360. {
  1361. "name": "symfony/dependency-injection",
  1362. "version": "v2.7.3",
  1363. "source": {
  1364. "type": "git",
  1365. "url": "https://github.com/symfony/DependencyInjection.git",
  1366. "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6"
  1367. },
  1368. "dist": {
  1369. "type": "zip",
  1370. "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
  1371. "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
  1372. "shasum": ""
  1373. },
  1374. "require": {
  1375. "php": ">=5.3.9"
  1376. },
  1377. "conflict": {
  1378. "symfony/expression-language": "<2.6"
  1379. },
  1380. "require-dev": {
  1381. "symfony/config": "~2.2",
  1382. "symfony/expression-language": "~2.6",
  1383. "symfony/phpunit-bridge": "~2.7",
  1384. "symfony/yaml": "~2.1"
  1385. },
  1386. "suggest": {
  1387. "symfony/config": "",
  1388. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  1389. "symfony/yaml": ""
  1390. },
  1391. "type": "library",
  1392. "extra": {
  1393. "branch-alias": {
  1394. "dev-master": "2.7-dev"
  1395. }
  1396. },
  1397. "autoload": {
  1398. "psr-4": {
  1399. "Symfony\\Component\\DependencyInjection\\": ""
  1400. }
  1401. },
  1402. "notification-url": "https://packagist.org/downloads/",
  1403. "license": [
  1404. "MIT"
  1405. ],
  1406. "authors": [
  1407. {
  1408. "name": "Fabien Potencier",
  1409. "email": "fabien@symfony.com"
  1410. },
  1411. {
  1412. "name": "Symfony Community",
  1413. "homepage": "https://symfony.com/contributors"
  1414. }
  1415. ],
  1416. "description": "Symfony DependencyInjection Component",
  1417. "homepage": "https://symfony.com",
  1418. "time": "2015-07-28 14:07:07"
  1419. },
  1420. {
  1421. "name": "symfony/event-dispatcher",
  1422. "version": "v2.7.3",
  1423. "source": {
  1424. "type": "git",
  1425. "url": "https://github.com/symfony/EventDispatcher.git",
  1426. "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
  1427. },
  1428. "dist": {
  1429. "type": "zip",
  1430. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
  1431. "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
  1432. "shasum": ""
  1433. },
  1434. "require": {
  1435. "php": ">=5.3.9"
  1436. },
  1437. "require-dev": {
  1438. "psr/log": "~1.0",
  1439. "symfony/config": "~2.0,>=2.0.5",
  1440. "symfony/dependency-injection": "~2.6",
  1441. "symfony/expression-language": "~2.6",
  1442. "symfony/phpunit-bridge": "~2.7",
  1443. "symfony/stopwatch": "~2.3"
  1444. },
  1445. "suggest": {
  1446. "symfony/dependency-injection": "",
  1447. "symfony/http-kernel": ""
  1448. },
  1449. "type": "library",
  1450. "extra": {
  1451. "branch-alias": {
  1452. "dev-master": "2.7-dev"
  1453. }
  1454. },
  1455. "autoload": {
  1456. "psr-4": {
  1457. "Symfony\\Component\\EventDispatcher\\": ""
  1458. }
  1459. },
  1460. "notification-url": "https://packagist.org/downloads/",
  1461. "license": [
  1462. "MIT"
  1463. ],
  1464. "authors": [
  1465. {
  1466. "name": "Fabien Potencier",
  1467. "email": "fabien@symfony.com"
  1468. },
  1469. {
  1470. "name": "Symfony Community",
  1471. "homepage": "https://symfony.com/contributors"
  1472. }
  1473. ],
  1474. "description": "Symfony EventDispatcher Component",
  1475. "homepage": "https://symfony.com",
  1476. "time": "2015-06-18 19:21:56"
  1477. },
  1478. {
  1479. "name": "symfony/filesystem",
  1480. "version": "v2.7.3",
  1481. "source": {
  1482. "type": "git",
  1483. "url": "https://github.com/symfony/Filesystem.git",
  1484. "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8"
  1485. },
  1486. "dist": {
  1487. "type": "zip",
  1488. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
  1489. "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
  1490. "shasum": ""
  1491. },
  1492. "require": {
  1493. "php": ">=5.3.9"
  1494. },
  1495. "require-dev": {
  1496. "symfony/phpunit-bridge": "~2.7"
  1497. },
  1498. "type": "library",
  1499. "extra": {
  1500. "branch-alias": {
  1501. "dev-master": "2.7-dev"
  1502. }
  1503. },
  1504. "autoload": {
  1505. "psr-4": {
  1506. "Symfony\\Component\\Filesystem\\": ""
  1507. }
  1508. },
  1509. "notification-url": "https://packagist.org/downloads/",
  1510. "license": [
  1511. "MIT"
  1512. ],
  1513. "authors": [
  1514. {
  1515. "name": "Fabien Potencier",
  1516. "email": "fabien@symfony.com"
  1517. },
  1518. {
  1519. "name": "Symfony Community",
  1520. "homepage": "https://symfony.com/contributors"
  1521. }
  1522. ],
  1523. "description": "Symfony Filesystem Component",
  1524. "homepage": "https://symfony.com",
  1525. "time": "2015-07-09 16:07:40"
  1526. },
  1527. {
  1528. "name": "symfony/yaml",
  1529. "version": "v2.7.3",
  1530. "source": {
  1531. "type": "git",
  1532. "url": "https://github.com/symfony/Yaml.git",
  1533. "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
  1534. },
  1535. "dist": {
  1536. "type": "zip",
  1537. "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
  1538. "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
  1539. "shasum": ""
  1540. },
  1541. "require": {
  1542. "php": ">=5.3.9"
  1543. },
  1544. "require-dev": {
  1545. "symfony/phpunit-bridge": "~2.7"
  1546. },
  1547. "type": "library",
  1548. "extra": {
  1549. "branch-alias": {
  1550. "dev-master": "2.7-dev"
  1551. }
  1552. },
  1553. "autoload": {
  1554. "psr-4": {
  1555. "Symfony\\Component\\Yaml\\": ""
  1556. }
  1557. },
  1558. "notification-url": "https://packagist.org/downloads/",
  1559. "license": [
  1560. "MIT"
  1561. ],
  1562. "authors": [
  1563. {
  1564. "name": "Fabien Potencier",
  1565. "email": "fabien@symfony.com"
  1566. },
  1567. {
  1568. "name": "Symfony Community",
  1569. "homepage": "https://symfony.com/contributors"
  1570. }
  1571. ],
  1572. "description": "Symfony Yaml Component",
  1573. "homepage": "https://symfony.com",
  1574. "time": "2015-07-28 14:07:07"
  1575. }
  1576. ],
  1577. "aliases": [],
  1578. "minimum-stability": "stable",
  1579. "stability-flags": [],
  1580. "prefer-stable": false,
  1581. "prefer-lowest": false,
  1582. "platform": [],
  1583. "platform-dev": []
  1584. }