Advertisement
Guest User

Untitled

a guest
Jul 25th, 2015
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.33 KB | None | 0 0
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "80880b6731e3c48ffcc4ac3eccaff7e6",
  8. "packages": [
  9. {
  10. "name": "filp/whoops",
  11. "version": "1.1.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/filp/whoops.git",
  15. "reference": "72538eeb70bbfb11964412a3d098d109efd012f7"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7",
  20. "reference": "72538eeb70bbfb11964412a3d098d109efd012f7",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "mockery/mockery": "0.9.*"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "1.2-dev"
  33. }
  34. },
  35. "autoload": {
  36. "psr-0": {
  37. "Whoops": "src/"
  38. },
  39. "classmap": [
  40. "src/deprecated"
  41. ]
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Filipe Dobreira",
  50. "homepage": "https://github.com/filp",
  51. "role": "Developer"
  52. }
  53. ],
  54. "description": "php error handling for cool kids",
  55. "homepage": "https://github.com/filp/whoops",
  56. "keywords": [
  57. "error",
  58. "exception",
  59. "handling",
  60. "library",
  61. "silex-provider",
  62. "whoops",
  63. "zf2"
  64. ],
  65. "time": "2015-06-29 05:42:04"
  66. },
  67. {
  68. "name": "geoip2/geoip2",
  69. "version": "v2.3.1",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/maxmind/GeoIP2-php.git",
  73. "reference": "8bd919d9d829a1f25e01895cdead97c5247aacb7"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/8bd919d9d829a1f25e01895cdead97c5247aacb7",
  78. "reference": "8bd919d9d829a1f25e01895cdead97c5247aacb7",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "maxmind-db/reader": "~1.0",
  83. "maxmind/web-service-common": "~0.0.3",
  84. "php": ">=5.3.1"
  85. },
  86. "require-dev": {
  87. "phpunit/phpunit": "4.2.*"
  88. },
  89. "type": "library",
  90. "autoload": {
  91. "psr-4": {
  92. "GeoIp2\\": "src",
  93. "": "compat/"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "Apache-2.0"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Gregory J. Oschwald",
  103. "email": "goschwald@maxmind.com",
  104. "homepage": "http://www.maxmind.com/"
  105. }
  106. ],
  107. "description": "MaxMind GeoIP2 PHP API",
  108. "homepage": "https://github.com/maxmind/GeoIP2-php",
  109. "keywords": [
  110. "IP",
  111. "geoip",
  112. "geoip2",
  113. "geolocation",
  114. "maxmind"
  115. ],
  116. "time": "2015-06-30 19:03:29"
  117. },
  118. {
  119. "name": "guzzlehttp/guzzle",
  120. "version": "6.0.2",
  121. "source": {
  122. "type": "git",
  123. "url": "https://github.com/guzzle/guzzle.git",
  124. "reference": "a8dfeff00eb84616a17fea7a4d72af35e750410f"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a8dfeff00eb84616a17fea7a4d72af35e750410f",
  129. "reference": "a8dfeff00eb84616a17fea7a4d72af35e750410f",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "guzzlehttp/promises": "~1.0",
  134. "guzzlehttp/psr7": "~1.1",
  135. "php": ">=5.5.0"
  136. },
  137. "require-dev": {
  138. "ext-curl": "*",
  139. "phpunit/phpunit": "~4.0",
  140. "psr/log": "~1.0"
  141. },
  142. "type": "library",
  143. "extra": {
  144. "branch-alias": {
  145. "dev-master": "6.0-dev"
  146. }
  147. },
  148. "autoload": {
  149. "files": [
  150. "src/functions_include.php"
  151. ],
  152. "psr-4": {
  153. "GuzzleHttp\\": "src/"
  154. }
  155. },
  156. "notification-url": "https://packagist.org/downloads/",
  157. "license": [
  158. "MIT"
  159. ],
  160. "authors": [
  161. {
  162. "name": "Michael Dowling",
  163. "email": "mtdowling@gmail.com",
  164. "homepage": "https://github.com/mtdowling"
  165. }
  166. ],
  167. "description": "Guzzle is a PHP HTTP client library",
  168. "homepage": "http://guzzlephp.org/",
  169. "keywords": [
  170. "client",
  171. "curl",
  172. "framework",
  173. "http",
  174. "http client",
  175. "rest",
  176. "web service"
  177. ],
  178. "time": "2015-07-04 20:09:24"
  179. },
  180. {
  181. "name": "guzzlehttp/promises",
  182. "version": "1.0.1",
  183. "source": {
  184. "type": "git",
  185. "url": "https://github.com/guzzle/promises.git",
  186. "reference": "2ee5bc7f1a92efecc90da7f6711a53a7be26b5b7"
  187. },
  188. "dist": {
  189. "type": "zip",
  190. "url": "https://api.github.com/repos/guzzle/promises/zipball/2ee5bc7f1a92efecc90da7f6711a53a7be26b5b7",
  191. "reference": "2ee5bc7f1a92efecc90da7f6711a53a7be26b5b7",
  192. "shasum": ""
  193. },
  194. "require": {
  195. "php": ">=5.5.0"
  196. },
  197. "require-dev": {
  198. "phpunit/phpunit": "~4.0"
  199. },
  200. "type": "library",
  201. "extra": {
  202. "branch-alias": {
  203. "dev-master": "1.0-dev"
  204. }
  205. },
  206. "autoload": {
  207. "psr-4": {
  208. "GuzzleHttp\\Promise\\": "src/"
  209. },
  210. "files": [
  211. "src/functions.php"
  212. ]
  213. },
  214. "notification-url": "https://packagist.org/downloads/",
  215. "license": [
  216. "MIT"
  217. ],
  218. "authors": [
  219. {
  220. "name": "Michael Dowling",
  221. "email": "mtdowling@gmail.com",
  222. "homepage": "https://github.com/mtdowling"
  223. }
  224. ],
  225. "description": "Guzzle promises library",
  226. "keywords": [
  227. "promise"
  228. ],
  229. "time": "2015-06-24 16:16:25"
  230. },
  231. {
  232. "name": "guzzlehttp/psr7",
  233. "version": "1.1.0",
  234. "source": {
  235. "type": "git",
  236. "url": "https://github.com/guzzle/psr7.git",
  237. "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd"
  238. },
  239. "dist": {
  240. "type": "zip",
  241. "url": "https://api.github.com/repos/guzzle/psr7/zipball/af0e1758de355eb113917ad79c3c0e3604bce4bd",
  242. "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd",
  243. "shasum": ""
  244. },
  245. "require": {
  246. "php": ">=5.4.0",
  247. "psr/http-message": "~1.0"
  248. },
  249. "provide": {
  250. "psr/http-message-implementation": "1.0"
  251. },
  252. "require-dev": {
  253. "phpunit/phpunit": "~4.0"
  254. },
  255. "type": "library",
  256. "extra": {
  257. "branch-alias": {
  258. "dev-master": "1.0-dev"
  259. }
  260. },
  261. "autoload": {
  262. "psr-4": {
  263. "GuzzleHttp\\Psr7\\": "src/"
  264. },
  265. "files": [
  266. "src/functions.php"
  267. ]
  268. },
  269. "notification-url": "https://packagist.org/downloads/",
  270. "license": [
  271. "MIT"
  272. ],
  273. "authors": [
  274. {
  275. "name": "Michael Dowling",
  276. "email": "mtdowling@gmail.com",
  277. "homepage": "https://github.com/mtdowling"
  278. }
  279. ],
  280. "description": "PSR-7 message implementation",
  281. "keywords": [
  282. "http",
  283. "message",
  284. "stream",
  285. "uri"
  286. ],
  287. "time": "2015-06-24 19:55:15"
  288. },
  289. {
  290. "name": "ionut/simplehtmldom",
  291. "version": "dev-master",
  292. "source": {
  293. "type": "git",
  294. "url": "https://github.com/IonutBajescu/simplehtmldom.git",
  295. "reference": "48b1ed952f204477d46e031bbc09462afb7485af"
  296. },
  297. "dist": {
  298. "type": "zip",
  299. "url": "https://api.github.com/repos/IonutBajescu/simplehtmldom/zipball/48b1ed952f204477d46e031bbc09462afb7485af",
  300. "reference": "48b1ed952f204477d46e031bbc09462afb7485af",
  301. "shasum": ""
  302. },
  303. "type": "library",
  304. "autoload": {
  305. "files": [
  306. "simple_html_dom.php"
  307. ]
  308. },
  309. "notification-url": "https://packagist.org/downloads/",
  310. "license": [
  311. "MIT"
  312. ],
  313. "description": "Only a composer version of the well-known library Simple Html Dom.",
  314. "homepage": "https://github.com/IonutBajescu/simplehtmldom",
  315. "keywords": [
  316. "simple html dom",
  317. "simple_html_dom",
  318. "simplehtmldom"
  319. ],
  320. "time": "2015-06-12 15:41:56"
  321. },
  322. {
  323. "name": "katzgrau/klogger",
  324. "version": "1.0.0",
  325. "source": {
  326. "type": "git",
  327. "url": "https://github.com/katzgrau/klogger.git",
  328. "reference": "46cdd92a9b4a8443120cc955bf831450cb274813"
  329. },
  330. "dist": {
  331. "type": "zip",
  332. "url": "https://api.github.com/repos/katzgrau/klogger/zipball/46cdd92a9b4a8443120cc955bf831450cb274813",
  333. "reference": "46cdd92a9b4a8443120cc955bf831450cb274813",
  334. "shasum": ""
  335. },
  336. "require": {
  337. "php": ">=5.3",
  338. "psr/log": "1.0.0"
  339. },
  340. "require-dev": {
  341. "phpunit/phpunit": "4.0.*"
  342. },
  343. "type": "library",
  344. "autoload": {
  345. "psr-4": {
  346. "Katzgrau\\KLogger\\": "src/"
  347. },
  348. "classmap": [
  349. "src/"
  350. ]
  351. },
  352. "notification-url": "https://packagist.org/downloads/",
  353. "license": [
  354. "MIT"
  355. ],
  356. "authors": [
  357. {
  358. "name": "Dan Horrigan",
  359. "email": "dan@dhorrigan.com",
  360. "homepage": "http://dhorrigan.com",
  361. "role": "Lead Developer"
  362. },
  363. {
  364. "name": "Kenny Katzgrau",
  365. "email": "katzgrau@gmail.com"
  366. }
  367. ],
  368. "description": "A Simple Logging Class",
  369. "keywords": [
  370. "logging"
  371. ],
  372. "time": "2014-03-20 02:36:36"
  373. },
  374. {
  375. "name": "maxmind-db/reader",
  376. "version": "v1.0.3",
  377. "source": {
  378. "type": "git",
  379. "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
  380. "reference": "07f211ab596ba60f9663d9984b888f76ee1beac9"
  381. },
  382. "dist": {
  383. "type": "zip",
  384. "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/07f211ab596ba60f9663d9984b888f76ee1beac9",
  385. "reference": "07f211ab596ba60f9663d9984b888f76ee1beac9",
  386. "shasum": ""
  387. },
  388. "require": {
  389. "php": ">=5.3.1"
  390. },
  391. "require-dev": {
  392. "phpunit/phpunit": "4.2.*",
  393. "satooshi/php-coveralls": "dev-master"
  394. },
  395. "type": "library",
  396. "autoload": {
  397. "psr-0": {
  398. "MaxMind": "src/"
  399. }
  400. },
  401. "notification-url": "https://packagist.org/downloads/",
  402. "license": [
  403. "Apache-2.0"
  404. ],
  405. "authors": [
  406. {
  407. "name": "Gregory J. Oschwald",
  408. "email": "goschwald@maxmind.com",
  409. "homepage": "http://www.maxmind.com/"
  410. }
  411. ],
  412. "description": "MaxMind DB Reader API",
  413. "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
  414. "keywords": [
  415. "database",
  416. "geoip",
  417. "geoip2",
  418. "geolocation",
  419. "maxmind"
  420. ],
  421. "time": "2015-03-13 22:35:13"
  422. },
  423. {
  424. "name": "maxmind/web-service-common",
  425. "version": "v0.0.4",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/maxmind/web-service-common-php.git",
  429. "reference": "f26fce5281290973beeeca3e33847887177dd138"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/f26fce5281290973beeeca3e33847887177dd138",
  434. "reference": "f26fce5281290973beeeca3e33847887177dd138",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "ext-curl": "*",
  439. "ext-json": "*",
  440. "php": ">=5.3"
  441. },
  442. "require-dev": {
  443. "phpunit/phpunit": "4.6.*"
  444. },
  445. "type": "library",
  446. "autoload": {
  447. "psr-4": {
  448. "MaxMind\\": "src"
  449. }
  450. },
  451. "notification-url": "https://packagist.org/downloads/",
  452. "license": [
  453. "Apache-2.0"
  454. ],
  455. "authors": [
  456. {
  457. "name": "Gregory Oschwald",
  458. "email": "goschwald@maxmind.com"
  459. }
  460. ],
  461. "description": "Internal MaxMind Web Service API",
  462. "homepage": "https://github.com/maxmind/mm-web-service-api-php",
  463. "time": "2015-07-21 20:07:31"
  464. },
  465. {
  466. "name": "mobiledetect/mobiledetectlib",
  467. "version": "2.8.15",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/serbanghita/Mobile-Detect.git",
  471. "reference": "6495567afe1486353bec82d6b2de6f98553d60a5"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6495567afe1486353bec82d6b2de6f98553d60a5",
  476. "reference": "6495567afe1486353bec82d6b2de6f98553d60a5",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": ">=5.0.0"
  481. },
  482. "require-dev": {
  483. "codeclimate/php-test-reporter": "dev-master",
  484. "johnkary/phpunit-speedtrap": "~1.0@dev",
  485. "phpunit/phpunit": "*"
  486. },
  487. "type": "library",
  488. "autoload": {
  489. "classmap": [
  490. "Mobile_Detect.php"
  491. ],
  492. "psr-0": {
  493. "Detection": "namespaced/"
  494. }
  495. },
  496. "notification-url": "https://packagist.org/downloads/",
  497. "license": [
  498. "MIT"
  499. ],
  500. "authors": [
  501. {
  502. "name": "Serban Ghita",
  503. "email": "serbanghita@gmail.com",
  504. "homepage": "http://mobiledetect.net",
  505. "role": "Developer"
  506. }
  507. ],
  508. "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
  509. "homepage": "https://github.com/serbanghita/Mobile-Detect",
  510. "keywords": [
  511. "detect mobile devices",
  512. "mobile",
  513. "mobile detect",
  514. "mobile detector",
  515. "php mobile detect"
  516. ],
  517. "time": "2015-06-18 09:43:23"
  518. },
  519. {
  520. "name": "monolog/monolog",
  521. "version": "1.15.0",
  522. "source": {
  523. "type": "git",
  524. "url": "https://github.com/Seldaek/monolog.git",
  525. "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
  526. },
  527. "dist": {
  528. "type": "zip",
  529. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0",
  530. "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0",
  531. "shasum": ""
  532. },
  533. "require": {
  534. "php": ">=5.3.0",
  535. "psr/log": "~1.0"
  536. },
  537. "provide": {
  538. "psr/log-implementation": "1.0.0"
  539. },
  540. "require-dev": {
  541. "aws/aws-sdk-php": "^2.4.9",
  542. "doctrine/couchdb": "~1.0@dev",
  543. "graylog2/gelf-php": "~1.0",
  544. "php-console/php-console": "^3.1.3",
  545. "phpunit/phpunit": "~4.5",
  546. "phpunit/phpunit-mock-objects": "2.3.0",
  547. "raven/raven": "~0.8",
  548. "ruflin/elastica": ">=0.90 <3.0",
  549. "swiftmailer/swiftmailer": "~5.3",
  550. "videlalvaro/php-amqplib": "~2.4"
  551. },
  552. "suggest": {
  553. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  554. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  555. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  556. "ext-mongo": "Allow sending log messages to a MongoDB server",
  557. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  558. "php-console/php-console": "Allow sending log messages to Google Chrome",
  559. "raven/raven": "Allow sending log messages to a Sentry server",
  560. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  561. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  562. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  563. },
  564. "type": "library",
  565. "extra": {
  566. "branch-alias": {
  567. "dev-master": "1.15.x-dev"
  568. }
  569. },
  570. "autoload": {
  571. "psr-4": {
  572. "Monolog\\": "src/Monolog"
  573. }
  574. },
  575. "notification-url": "https://packagist.org/downloads/",
  576. "license": [
  577. "MIT"
  578. ],
  579. "authors": [
  580. {
  581. "name": "Jordi Boggiano",
  582. "email": "j.boggiano@seld.be",
  583. "homepage": "http://seld.be"
  584. }
  585. ],
  586. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  587. "homepage": "http://github.com/Seldaek/monolog",
  588. "keywords": [
  589. "log",
  590. "logging",
  591. "psr-3"
  592. ],
  593. "time": "2015-07-12 13:54:09"
  594. },
  595. {
  596. "name": "pimple/pimple",
  597. "version": "v1.1.1",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/silexphp/Pimple.git",
  601. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  606. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": ">=5.3.0"
  611. },
  612. "type": "library",
  613. "extra": {
  614. "branch-alias": {
  615. "dev-master": "1.1.x-dev"
  616. }
  617. },
  618. "autoload": {
  619. "psr-0": {
  620. "Pimple": "lib/"
  621. }
  622. },
  623. "notification-url": "https://packagist.org/downloads/",
  624. "license": [
  625. "MIT"
  626. ],
  627. "authors": [
  628. {
  629. "name": "Fabien Potencier",
  630. "email": "fabien@symfony.com"
  631. }
  632. ],
  633. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  634. "homepage": "http://pimple.sensiolabs.org",
  635. "keywords": [
  636. "container",
  637. "dependency injection"
  638. ],
  639. "time": "2013-11-22 08:30:29"
  640. },
  641. {
  642. "name": "psr/http-message",
  643. "version": "1.0",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/php-fig/http-message.git",
  647. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  652. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  653. "shasum": ""
  654. },
  655. "require": {
  656. "php": ">=5.3.0"
  657. },
  658. "type": "library",
  659. "extra": {
  660. "branch-alias": {
  661. "dev-master": "1.0.x-dev"
  662. }
  663. },
  664. "autoload": {
  665. "psr-4": {
  666. "Psr\\Http\\Message\\": "src/"
  667. }
  668. },
  669. "notification-url": "https://packagist.org/downloads/",
  670. "license": [
  671. "MIT"
  672. ],
  673. "authors": [
  674. {
  675. "name": "PHP-FIG",
  676. "homepage": "http://www.php-fig.org/"
  677. }
  678. ],
  679. "description": "Common interface for HTTP messages",
  680. "keywords": [
  681. "http",
  682. "http-message",
  683. "psr",
  684. "psr-7",
  685. "request",
  686. "response"
  687. ],
  688. "time": "2015-05-04 20:22:00"
  689. },
  690. {
  691. "name": "psr/log",
  692. "version": "1.0.0",
  693. "source": {
  694. "type": "git",
  695. "url": "https://github.com/php-fig/log.git",
  696. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  697. },
  698. "dist": {
  699. "type": "zip",
  700. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  701. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  702. "shasum": ""
  703. },
  704. "type": "library",
  705. "autoload": {
  706. "psr-0": {
  707. "Psr\\Log\\": ""
  708. }
  709. },
  710. "notification-url": "https://packagist.org/downloads/",
  711. "license": [
  712. "MIT"
  713. ],
  714. "authors": [
  715. {
  716. "name": "PHP-FIG",
  717. "homepage": "http://www.php-fig.org/"
  718. }
  719. ],
  720. "description": "Common interface for logging libraries",
  721. "keywords": [
  722. "log",
  723. "psr",
  724. "psr-3"
  725. ],
  726. "time": "2012-12-21 11:40:51"
  727. },
  728. {
  729. "name": "silex/silex",
  730. "version": "v1.3.0",
  731. "source": {
  732. "type": "git",
  733. "url": "https://github.com/silexphp/Silex.git",
  734. "reference": "2d623a4853c37005d3790e5e7897a2c30b492caf"
  735. },
  736. "dist": {
  737. "type": "zip",
  738. "url": "https://api.github.com/repos/silexphp/Silex/zipball/2d623a4853c37005d3790e5e7897a2c30b492caf",
  739. "reference": "2d623a4853c37005d3790e5e7897a2c30b492caf",
  740. "shasum": ""
  741. },
  742. "require": {
  743. "php": ">=5.3.9",
  744. "pimple/pimple": "~1.0",
  745. "symfony/event-dispatcher": "~2.3,<3.0",
  746. "symfony/http-foundation": "~2.3,<3.0",
  747. "symfony/http-kernel": "~2.3,<3.0",
  748. "symfony/routing": "~2.3,<3.0"
  749. },
  750. "require-dev": {
  751. "doctrine/dbal": "~2.2",
  752. "monolog/monolog": "~1.4,>=1.4.1",
  753. "swiftmailer/swiftmailer": "5.*",
  754. "symfony/browser-kit": "~2.3,<3.0",
  755. "symfony/config": "~2.3,<3.0",
  756. "symfony/css-selector": "~2.3,<3.0",
  757. "symfony/debug": "~2.3,<3.0",
  758. "symfony/dom-crawler": "~2.3,<3.0",
  759. "symfony/finder": "~2.3,<3.0",
  760. "symfony/form": "~2.3,<3.0",
  761. "symfony/locale": "~2.3,<3.0",
  762. "symfony/monolog-bridge": "~2.3,<3.0",
  763. "symfony/options-resolver": "~2.3,<3.0",
  764. "symfony/process": "~2.3,<3.0",
  765. "symfony/security": "~2.3,<3.0",
  766. "symfony/serializer": "~2.3,<3.0",
  767. "symfony/translation": "~2.3,<3.0",
  768. "symfony/twig-bridge": "~2.3,<3.0",
  769. "symfony/validator": "~2.3,<3.0",
  770. "twig/twig": ">=1.8.0,<2.0-dev"
  771. },
  772. "suggest": {
  773. "symfony/browser-kit": "~2.3",
  774. "symfony/css-selector": "~2.3",
  775. "symfony/dom-crawler": "~2.3",
  776. "symfony/form": "~2.3"
  777. },
  778. "type": "library",
  779. "extra": {
  780. "branch-alias": {
  781. "dev-master": "1.3.x-dev"
  782. }
  783. },
  784. "autoload": {
  785. "psr-4": {
  786. "Silex\\": "src/Silex"
  787. }
  788. },
  789. "notification-url": "https://packagist.org/downloads/",
  790. "license": [
  791. "MIT"
  792. ],
  793. "authors": [
  794. {
  795. "name": "Fabien Potencier",
  796. "email": "fabien@symfony.com"
  797. },
  798. {
  799. "name": "Igor Wiedler",
  800. "email": "igor@wiedler.ch"
  801. }
  802. ],
  803. "description": "The PHP micro-framework based on the Symfony2 Components",
  804. "homepage": "http://silex.sensiolabs.org",
  805. "keywords": [
  806. "microframework"
  807. ],
  808. "time": "2015-06-04 21:27:48"
  809. },
  810. {
  811. "name": "symfony/debug",
  812. "version": "v2.7.2",
  813. "source": {
  814. "type": "git",
  815. "url": "https://github.com/symfony/Debug.git",
  816. "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3"
  817. },
  818. "dist": {
  819. "type": "zip",
  820. "url": "https://api.github.com/repos/symfony/Debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3",
  821. "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3",
  822. "shasum": ""
  823. },
  824. "require": {
  825. "php": ">=5.3.9",
  826. "psr/log": "~1.0"
  827. },
  828. "conflict": {
  829. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  830. },
  831. "require-dev": {
  832. "symfony/class-loader": "~2.2",
  833. "symfony/http-foundation": "~2.1",
  834. "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
  835. "symfony/phpunit-bridge": "~2.7"
  836. },
  837. "suggest": {
  838. "symfony/http-foundation": "",
  839. "symfony/http-kernel": ""
  840. },
  841. "type": "library",
  842. "extra": {
  843. "branch-alias": {
  844. "dev-master": "2.7-dev"
  845. }
  846. },
  847. "autoload": {
  848. "psr-4": {
  849. "Symfony\\Component\\Debug\\": ""
  850. }
  851. },
  852. "notification-url": "https://packagist.org/downloads/",
  853. "license": [
  854. "MIT"
  855. ],
  856. "authors": [
  857. {
  858. "name": "Fabien Potencier",
  859. "email": "fabien@symfony.com"
  860. },
  861. {
  862. "name": "Symfony Community",
  863. "homepage": "https://symfony.com/contributors"
  864. }
  865. ],
  866. "description": "Symfony Debug Component",
  867. "homepage": "https://symfony.com",
  868. "time": "2015-07-09 16:07:40"
  869. },
  870. {
  871. "name": "symfony/event-dispatcher",
  872. "version": "v2.7.2",
  873. "source": {
  874. "type": "git",
  875. "url": "https://github.com/symfony/EventDispatcher.git",
  876. "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
  877. },
  878. "dist": {
  879. "type": "zip",
  880. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
  881. "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
  882. "shasum": ""
  883. },
  884. "require": {
  885. "php": ">=5.3.9"
  886. },
  887. "require-dev": {
  888. "psr/log": "~1.0",
  889. "symfony/config": "~2.0,>=2.0.5",
  890. "symfony/dependency-injection": "~2.6",
  891. "symfony/expression-language": "~2.6",
  892. "symfony/phpunit-bridge": "~2.7",
  893. "symfony/stopwatch": "~2.3"
  894. },
  895. "suggest": {
  896. "symfony/dependency-injection": "",
  897. "symfony/http-kernel": ""
  898. },
  899. "type": "library",
  900. "extra": {
  901. "branch-alias": {
  902. "dev-master": "2.7-dev"
  903. }
  904. },
  905. "autoload": {
  906. "psr-4": {
  907. "Symfony\\Component\\EventDispatcher\\": ""
  908. }
  909. },
  910. "notification-url": "https://packagist.org/downloads/",
  911. "license": [
  912. "MIT"
  913. ],
  914. "authors": [
  915. {
  916. "name": "Fabien Potencier",
  917. "email": "fabien@symfony.com"
  918. },
  919. {
  920. "name": "Symfony Community",
  921. "homepage": "https://symfony.com/contributors"
  922. }
  923. ],
  924. "description": "Symfony EventDispatcher Component",
  925. "homepage": "https://symfony.com",
  926. "time": "2015-06-18 19:21:56"
  927. },
  928. {
  929. "name": "symfony/http-foundation",
  930. "version": "v2.7.2",
  931. "source": {
  932. "type": "git",
  933. "url": "https://github.com/symfony/HttpFoundation.git",
  934. "reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2"
  935. },
  936. "dist": {
  937. "type": "zip",
  938. "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/88903c0531b90d4ecd90282b18f08c0c77bde0b2",
  939. "reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2",
  940. "shasum": ""
  941. },
  942. "require": {
  943. "php": ">=5.3.9"
  944. },
  945. "require-dev": {
  946. "symfony/expression-language": "~2.4",
  947. "symfony/phpunit-bridge": "~2.7"
  948. },
  949. "type": "library",
  950. "extra": {
  951. "branch-alias": {
  952. "dev-master": "2.7-dev"
  953. }
  954. },
  955. "autoload": {
  956. "psr-4": {
  957. "Symfony\\Component\\HttpFoundation\\": ""
  958. },
  959. "classmap": [
  960. "Resources/stubs"
  961. ]
  962. },
  963. "notification-url": "https://packagist.org/downloads/",
  964. "license": [
  965. "MIT"
  966. ],
  967. "authors": [
  968. {
  969. "name": "Fabien Potencier",
  970. "email": "fabien@symfony.com"
  971. },
  972. {
  973. "name": "Symfony Community",
  974. "homepage": "https://symfony.com/contributors"
  975. }
  976. ],
  977. "description": "Symfony HttpFoundation Component",
  978. "homepage": "https://symfony.com",
  979. "time": "2015-07-09 16:07:40"
  980. },
  981. {
  982. "name": "symfony/http-kernel",
  983. "version": "v2.7.2",
  984. "source": {
  985. "type": "git",
  986. "url": "https://github.com/symfony/HttpKernel.git",
  987. "reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e"
  988. },
  989. "dist": {
  990. "type": "zip",
  991. "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
  992. "reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
  993. "shasum": ""
  994. },
  995. "require": {
  996. "php": ">=5.3.9",
  997. "psr/log": "~1.0",
  998. "symfony/debug": "~2.6,>=2.6.2",
  999. "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
  1000. "symfony/http-foundation": "~2.5,>=2.5.4"
  1001. },
  1002. "conflict": {
  1003. "symfony/config": "<2.7"
  1004. },
  1005. "require-dev": {
  1006. "symfony/browser-kit": "~2.3",
  1007. "symfony/class-loader": "~2.1",
  1008. "symfony/config": "~2.7",
  1009. "symfony/console": "~2.3",
  1010. "symfony/css-selector": "~2.0,>=2.0.5",
  1011. "symfony/dependency-injection": "~2.2",
  1012. "symfony/dom-crawler": "~2.0,>=2.0.5",
  1013. "symfony/expression-language": "~2.4",
  1014. "symfony/finder": "~2.0,>=2.0.5",
  1015. "symfony/phpunit-bridge": "~2.7",
  1016. "symfony/process": "~2.0,>=2.0.5",
  1017. "symfony/routing": "~2.2",
  1018. "symfony/stopwatch": "~2.3",
  1019. "symfony/templating": "~2.2",
  1020. "symfony/translation": "~2.0,>=2.0.5",
  1021. "symfony/var-dumper": "~2.6"
  1022. },
  1023. "suggest": {
  1024. "symfony/browser-kit": "",
  1025. "symfony/class-loader": "",
  1026. "symfony/config": "",
  1027. "symfony/console": "",
  1028. "symfony/dependency-injection": "",
  1029. "symfony/finder": "",
  1030. "symfony/var-dumper": ""
  1031. },
  1032. "type": "library",
  1033. "extra": {
  1034. "branch-alias": {
  1035. "dev-master": "2.7-dev"
  1036. }
  1037. },
  1038. "autoload": {
  1039. "psr-4": {
  1040. "Symfony\\Component\\HttpKernel\\": ""
  1041. }
  1042. },
  1043. "notification-url": "https://packagist.org/downloads/",
  1044. "license": [
  1045. "MIT"
  1046. ],
  1047. "authors": [
  1048. {
  1049. "name": "Fabien Potencier",
  1050. "email": "fabien@symfony.com"
  1051. },
  1052. {
  1053. "name": "Symfony Community",
  1054. "homepage": "https://symfony.com/contributors"
  1055. }
  1056. ],
  1057. "description": "Symfony HttpKernel Component",
  1058. "homepage": "https://symfony.com",
  1059. "time": "2015-07-13 19:27:49"
  1060. },
  1061. {
  1062. "name": "symfony/routing",
  1063. "version": "v2.7.2",
  1064. "source": {
  1065. "type": "git",
  1066. "url": "https://github.com/symfony/Routing.git",
  1067. "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26"
  1068. },
  1069. "dist": {
  1070. "type": "zip",
  1071. "url": "https://api.github.com/repos/symfony/Routing/zipball/ea9134f277162b02e5f80ac058b75a77637b0d26",
  1072. "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26",
  1073. "shasum": ""
  1074. },
  1075. "require": {
  1076. "php": ">=5.3.9"
  1077. },
  1078. "conflict": {
  1079. "symfony/config": "<2.7"
  1080. },
  1081. "require-dev": {
  1082. "doctrine/annotations": "~1.0",
  1083. "doctrine/common": "~2.2",
  1084. "psr/log": "~1.0",
  1085. "symfony/config": "~2.7",
  1086. "symfony/expression-language": "~2.4",
  1087. "symfony/http-foundation": "~2.3",
  1088. "symfony/phpunit-bridge": "~2.7",
  1089. "symfony/yaml": "~2.0,>=2.0.5"
  1090. },
  1091. "suggest": {
  1092. "doctrine/annotations": "For using the annotation loader",
  1093. "symfony/config": "For using the all-in-one router or any loader",
  1094. "symfony/expression-language": "For using expression matching",
  1095. "symfony/yaml": "For using the YAML loader"
  1096. },
  1097. "type": "library",
  1098. "extra": {
  1099. "branch-alias": {
  1100. "dev-master": "2.7-dev"
  1101. }
  1102. },
  1103. "autoload": {
  1104. "psr-4": {
  1105. "Symfony\\Component\\Routing\\": ""
  1106. }
  1107. },
  1108. "notification-url": "https://packagist.org/downloads/",
  1109. "license": [
  1110. "MIT"
  1111. ],
  1112. "authors": [
  1113. {
  1114. "name": "Fabien Potencier",
  1115. "email": "fabien@symfony.com"
  1116. },
  1117. {
  1118. "name": "Symfony Community",
  1119. "homepage": "https://symfony.com/contributors"
  1120. }
  1121. ],
  1122. "description": "Symfony Routing Component",
  1123. "homepage": "https://symfony.com",
  1124. "keywords": [
  1125. "router",
  1126. "routing",
  1127. "uri",
  1128. "url"
  1129. ],
  1130. "time": "2015-07-09 16:07:40"
  1131. },
  1132. {
  1133. "name": "twig/twig",
  1134. "version": "v1.16.3",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/twigphp/Twig.git",
  1138. "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/twigphp/Twig/zipball/6dc11a1e8ecfc30e2c68aaeb218148409d8e68af",
  1143. "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af",
  1144. "shasum": ""
  1145. },
  1146. "require": {
  1147. "php": ">=5.2.4"
  1148. },
  1149. "type": "library",
  1150. "extra": {
  1151. "branch-alias": {
  1152. "dev-master": "1.16-dev"
  1153. }
  1154. },
  1155. "autoload": {
  1156. "psr-0": {
  1157. "Twig_": "lib/"
  1158. }
  1159. },
  1160. "notification-url": "https://packagist.org/downloads/",
  1161. "license": [
  1162. "BSD-3-Clause"
  1163. ],
  1164. "authors": [
  1165. {
  1166. "name": "Fabien Potencier",
  1167. "email": "fabien@symfony.com",
  1168. "homepage": "http://fabien.potencier.org",
  1169. "role": "Lead Developer"
  1170. },
  1171. {
  1172. "name": "Armin Ronacher",
  1173. "email": "armin.ronacher@active-4.com",
  1174. "role": "Project Founder"
  1175. },
  1176. {
  1177. "name": "Twig Team",
  1178. "homepage": "http://twig.sensiolabs.org/contributors",
  1179. "role": "Contributors"
  1180. }
  1181. ],
  1182. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1183. "homepage": "http://twig.sensiolabs.org",
  1184. "keywords": [
  1185. "templating"
  1186. ],
  1187. "time": "2014-12-25 19:58:19"
  1188. },
  1189. {
  1190. "name": "willdurand/negotiation",
  1191. "version": "1.3.4",
  1192. "source": {
  1193. "type": "git",
  1194. "url": "https://github.com/willdurand/Negotiation.git",
  1195. "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
  1196. },
  1197. "dist": {
  1198. "type": "zip",
  1199. "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
  1200. "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
  1201. "shasum": ""
  1202. },
  1203. "require": {
  1204. "php": ">=5.3.0"
  1205. },
  1206. "type": "library",
  1207. "extra": {
  1208. "branch-alias": {
  1209. "dev-master": "1.3-dev"
  1210. }
  1211. },
  1212. "autoload": {
  1213. "psr-0": {
  1214. "Negotiation": "src/"
  1215. }
  1216. },
  1217. "notification-url": "https://packagist.org/downloads/",
  1218. "license": [
  1219. "MIT"
  1220. ],
  1221. "authors": [
  1222. {
  1223. "name": "William Durand",
  1224. "email": "william.durand1@gmail.com"
  1225. }
  1226. ],
  1227. "description": "Content Negotiation tools for PHP provided as a standalone library.",
  1228. "homepage": "http://williamdurand.fr/Negotiation/",
  1229. "keywords": [
  1230. "accept",
  1231. "content",
  1232. "format",
  1233. "header",
  1234. "negotiation"
  1235. ],
  1236. "time": "2014-10-02 07:26:00"
  1237. }
  1238. ],
  1239. "packages-dev": [],
  1240. "aliases": [],
  1241. "minimum-stability": "stable",
  1242. "stability-flags": {
  1243. "ionut/simplehtmldom": 20
  1244. },
  1245. "prefer-stable": false,
  1246. "prefer-lowest": false,
  1247. "platform": [],
  1248. "platform-dev": []
  1249. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement