Advertisement
Guest User

Untitled

a guest
Feb 16th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.40 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": "049c2124572d2735ad0ab9d55db07952",
  8. "content-hash": "dc19c8078a69bd3152195bb10cea17fb",
  9. "packages": [
  10. {
  11. "name": "behat/behat",
  12. "version": "2.5.x-dev",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/Behat/Behat.git",
  16. "reference": "ca8e6cf7b20585765801aa80dd11be4acbf5bfa7"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/Behat/Behat/zipball/ca8e6cf7b20585765801aa80dd11be4acbf5bfa7",
  21. "reference": "ca8e6cf7b20585765801aa80dd11be4acbf5bfa7",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "behat/gherkin": "~2.3.0",
  26. "php": ">=5.3.1",
  27. "symfony/config": "~2.3",
  28. "symfony/console": "~2.0",
  29. "symfony/dependency-injection": "~2.0",
  30. "symfony/event-dispatcher": "~2.0",
  31. "symfony/finder": "~2.0",
  32. "symfony/translation": "~2.3",
  33. "symfony/yaml": "~2.0"
  34. },
  35. "require-dev": {
  36. "phpunit/phpunit": "~3.7.19"
  37. },
  38. "suggest": {
  39. "behat/mink-extension": "for integration with Mink testing framework",
  40. "behat/symfony2-extension": "for integration with Symfony2 web framework",
  41. "behat/yii-extension": "for integration with Yii web framework"
  42. },
  43. "bin": [
  44. "bin/behat"
  45. ],
  46. "type": "library",
  47. "autoload": {
  48. "psr-0": {
  49. "Behat\\Behat": "src/"
  50. }
  51. },
  52. "notification-url": "https://packagist.org/downloads/",
  53. "license": [
  54. "MIT"
  55. ],
  56. "authors": [
  57. {
  58. "name": "Konstantin Kudryashov",
  59. "email": "ever.zet@gmail.com",
  60. "homepage": "http://everzet.com"
  61. }
  62. ],
  63. "description": "Scenario-oriented BDD framework for PHP 5.3",
  64. "homepage": "http://behat.org/",
  65. "keywords": [
  66. "BDD",
  67. "Behat",
  68. "Symfony2"
  69. ],
  70. "time": "2015-12-30 11:55:42"
  71. },
  72. {
  73. "name": "behat/gherkin",
  74. "version": "2.3.x-dev",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/Behat/Gherkin.git",
  78. "reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/Behat/Gherkin/zipball/c32e15d92e1a2ce399a1a1c5be7afd965176e86c",
  83. "reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "php": ">=5.3.1",
  88. "symfony/finder": "~2.0"
  89. },
  90. "require-dev": {
  91. "symfony/config": "~2.0",
  92. "symfony/translation": "~2.0",
  93. "symfony/yaml": "~2.0"
  94. },
  95. "suggest": {
  96. "symfony/config": "If you want to use Config component to manage resources",
  97. "symfony/translation": "If you want to use Symfony2 translations adapter",
  98. "symfony/yaml": "If you want to parse features, represented in YAML files"
  99. },
  100. "type": "library",
  101. "extra": {
  102. "branch-alias": {
  103. "dev-develop": "2.2-dev"
  104. }
  105. },
  106. "autoload": {
  107. "psr-0": {
  108. "Behat\\Gherkin": "src/"
  109. }
  110. },
  111. "notification-url": "https://packagist.org/downloads/",
  112. "license": [
  113. "MIT"
  114. ],
  115. "authors": [
  116. {
  117. "name": "Konstantin Kudryashov",
  118. "email": "ever.zet@gmail.com",
  119. "homepage": "http://everzet.com"
  120. }
  121. ],
  122. "description": "Gherkin DSL parser for PHP 5.3",
  123. "homepage": "http://behat.org/",
  124. "keywords": [
  125. "BDD",
  126. "Behat",
  127. "DSL",
  128. "Symfony2",
  129. "parser"
  130. ],
  131. "time": "2014-06-06 00:48:18"
  132. },
  133. {
  134. "name": "behat/mink",
  135. "version": "dev-master",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/minkphp/Mink.git",
  139. "reference": "309421c76ce991dbaad91baab07f7fafec761c7e"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/minkphp/Mink/zipball/309421c76ce991dbaad91baab07f7fafec761c7e",
  144. "reference": "309421c76ce991dbaad91baab07f7fafec761c7e",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.3.1",
  149. "symfony/css-selector": "~2.1|~3.0"
  150. },
  151. "require-dev": {
  152. "symfony/phpunit-bridge": "~2.7|~3.0"
  153. },
  154. "suggest": {
  155. "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
  156. "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
  157. "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
  158. "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
  159. },
  160. "type": "library",
  161. "extra": {
  162. "branch-alias": {
  163. "dev-master": "1.7.x-dev"
  164. }
  165. },
  166. "autoload": {
  167. "psr-4": {
  168. "Behat\\Mink\\": "src/"
  169. }
  170. },
  171. "notification-url": "https://packagist.org/downloads/",
  172. "license": [
  173. "MIT"
  174. ],
  175. "authors": [
  176. {
  177. "name": "Konstantin Kudryashov",
  178. "email": "ever.zet@gmail.com",
  179. "homepage": "http://everzet.com"
  180. }
  181. ],
  182. "description": "Browser controller/emulator abstraction for PHP",
  183. "homepage": "http://mink.behat.org/",
  184. "keywords": [
  185. "browser",
  186. "testing",
  187. "web"
  188. ],
  189. "time": "2016-01-26 21:40:25"
  190. },
  191. {
  192. "name": "behat/mink-browserkit-driver",
  193. "version": "dev-master",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
  197. "reference": "2650f5420e713e3807c7f09a07370a4f48367bf9"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/2650f5420e713e3807c7f09a07370a4f48367bf9",
  202. "reference": "2650f5420e713e3807c7f09a07370a4f48367bf9",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "behat/mink": "~1.7@dev",
  207. "php": ">=5.3.6",
  208. "symfony/browser-kit": "~2.3|~3.0",
  209. "symfony/dom-crawler": "~2.3|~3.0"
  210. },
  211. "require-dev": {
  212. "silex/silex": "~1.2",
  213. "symfony/phpunit-bridge": "~2.7|~3.0"
  214. },
  215. "type": "mink-driver",
  216. "extra": {
  217. "branch-alias": {
  218. "dev-master": "1.3.x-dev"
  219. }
  220. },
  221. "autoload": {
  222. "psr-4": {
  223. "Behat\\Mink\\Driver\\": "src/"
  224. }
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "MIT"
  229. ],
  230. "authors": [
  231. {
  232. "name": "Konstantin Kudryashov",
  233. "email": "ever.zet@gmail.com",
  234. "homepage": "http://everzet.com"
  235. }
  236. ],
  237. "description": "Symfony2 BrowserKit driver for Mink framework",
  238. "homepage": "http://mink.behat.org/",
  239. "keywords": [
  240. "Mink",
  241. "Symfony2",
  242. "browser",
  243. "testing"
  244. ],
  245. "time": "2016-01-19 16:59:07"
  246. },
  247. {
  248. "name": "behat/mink-extension",
  249. "version": "1.3.x-dev",
  250. "source": {
  251. "type": "git",
  252. "url": "https://github.com/Behat/MinkExtension.git",
  253. "reference": "dddddf73ec965ec9deb631b97a25b1004a14ddf6"
  254. },
  255. "dist": {
  256. "type": "zip",
  257. "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/dddddf73ec965ec9deb631b97a25b1004a14ddf6",
  258. "reference": "dddddf73ec965ec9deb631b97a25b1004a14ddf6",
  259. "shasum": ""
  260. },
  261. "require": {
  262. "behat/behat": "~2.5.0",
  263. "behat/mink": "~1.5",
  264. "php": ">=5.3.2",
  265. "symfony/config": "~2.2"
  266. },
  267. "require-dev": {
  268. "behat/mink-goutte-driver": "~1.0",
  269. "fabpot/goutte": "~1.0"
  270. },
  271. "type": "behat-extension",
  272. "autoload": {
  273. "psr-0": {
  274. "Behat\\MinkExtension": "src/"
  275. }
  276. },
  277. "notification-url": "https://packagist.org/downloads/",
  278. "license": [
  279. "MIT"
  280. ],
  281. "authors": [
  282. {
  283. "name": "Konstantin Kudryashov",
  284. "email": "ever.zet@gmail.com"
  285. }
  286. ],
  287. "description": "Mink extension for Behat",
  288. "homepage": "http://mink.behat.org",
  289. "keywords": [
  290. "browser",
  291. "gui",
  292. "test",
  293. "web"
  294. ],
  295. "time": "2015-03-02 10:45:50"
  296. },
  297. {
  298. "name": "behat/mink-goutte-driver",
  299. "version": "dev-master",
  300. "source": {
  301. "type": "git",
  302. "url": "https://github.com/minkphp/MinkGoutteDriver.git",
  303. "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f"
  304. },
  305. "dist": {
  306. "type": "zip",
  307. "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/c8e254f127d6f2242b994afd4339fb62d471df3f",
  308. "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f",
  309. "shasum": ""
  310. },
  311. "require": {
  312. "behat/mink": "~1.6@dev",
  313. "behat/mink-browserkit-driver": "~1.2@dev",
  314. "fabpot/goutte": "~1.0.4|~2.0|~3.1",
  315. "php": ">=5.3.1"
  316. },
  317. "require-dev": {
  318. "symfony/phpunit-bridge": "~2.7"
  319. },
  320. "type": "mink-driver",
  321. "extra": {
  322. "branch-alias": {
  323. "dev-master": "1.2.x-dev"
  324. }
  325. },
  326. "autoload": {
  327. "psr-4": {
  328. "Behat\\Mink\\Driver\\": "src/"
  329. }
  330. },
  331. "notification-url": "https://packagist.org/downloads/",
  332. "license": [
  333. "MIT"
  334. ],
  335. "authors": [
  336. {
  337. "name": "Konstantin Kudryashov",
  338. "email": "ever.zet@gmail.com",
  339. "homepage": "http://everzet.com"
  340. }
  341. ],
  342. "description": "Goutte driver for Mink framework",
  343. "homepage": "http://mink.behat.org/",
  344. "keywords": [
  345. "browser",
  346. "goutte",
  347. "headless",
  348. "testing"
  349. ],
  350. "time": "2015-09-21 21:31:11"
  351. },
  352. {
  353. "name": "behat/mink-selenium2-driver",
  354. "version": "dev-master",
  355. "source": {
  356. "type": "git",
  357. "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
  358. "reference": "943536170fe63e6a9ead12b7ac0b17560664d3cf"
  359. },
  360. "dist": {
  361. "type": "zip",
  362. "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/943536170fe63e6a9ead12b7ac0b17560664d3cf",
  363. "reference": "943536170fe63e6a9ead12b7ac0b17560664d3cf",
  364. "shasum": ""
  365. },
  366. "require": {
  367. "behat/mink": "~1.7@dev",
  368. "instaclick/php-webdriver": "~1.1",
  369. "php": ">=5.3.1"
  370. },
  371. "require-dev": {
  372. "symfony/phpunit-bridge": "~2.7"
  373. },
  374. "type": "mink-driver",
  375. "extra": {
  376. "branch-alias": {
  377. "dev-master": "1.3.x-dev"
  378. }
  379. },
  380. "autoload": {
  381. "psr-4": {
  382. "Behat\\Mink\\Driver\\": "src/"
  383. }
  384. },
  385. "notification-url": "https://packagist.org/downloads/",
  386. "license": [
  387. "MIT"
  388. ],
  389. "authors": [
  390. {
  391. "name": "Konstantin Kudryashov",
  392. "email": "ever.zet@gmail.com",
  393. "homepage": "http://everzet.com"
  394. },
  395. {
  396. "name": "Pete Otaqui",
  397. "email": "pete@otaqui.com",
  398. "homepage": "https://github.com/pete-otaqui"
  399. }
  400. ],
  401. "description": "Selenium2 (WebDriver) driver for Mink framework",
  402. "homepage": "http://mink.behat.org/",
  403. "keywords": [
  404. "ajax",
  405. "browser",
  406. "javascript",
  407. "selenium",
  408. "testing",
  409. "webdriver"
  410. ],
  411. "time": "2016-01-27 09:07:46"
  412. },
  413. {
  414. "name": "cweagans/composer-patches",
  415. "version": "1.3.0",
  416. "source": {
  417. "type": "git",
  418. "url": "https://github.com/cweagans/composer-patches.git",
  419. "reference": "1d50068f48f1a727c9baf96ae48959f3d3428a77"
  420. },
  421. "dist": {
  422. "type": "zip",
  423. "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/1d50068f48f1a727c9baf96ae48959f3d3428a77",
  424. "reference": "1d50068f48f1a727c9baf96ae48959f3d3428a77",
  425. "shasum": ""
  426. },
  427. "require": {
  428. "composer-plugin-api": "~1.0",
  429. "php": ">=5.4.0"
  430. },
  431. "require-dev": {
  432. "composer/composer": "~1.0",
  433. "phpunit/phpunit": "~4.6"
  434. },
  435. "type": "composer-plugin",
  436. "extra": {
  437. "class": "cweagans\\Composer\\Patches"
  438. },
  439. "autoload": {
  440. "psr-4": {
  441. "cweagans\\Composer\\": "src"
  442. }
  443. },
  444. "notification-url": "https://packagist.org/downloads/",
  445. "license": [
  446. "BSD"
  447. ],
  448. "authors": [
  449. {
  450. "name": "Cameron Eagans",
  451. "email": "me@cweagans.net"
  452. }
  453. ],
  454. "description": "Provides a way to patch Composer packages.",
  455. "time": "2015-07-09 18:27:46"
  456. },
  457. {
  458. "name": "drupal/drupal-extension",
  459. "version": "1.0.x-dev",
  460. "source": {
  461. "type": "git",
  462. "url": "https://github.com/jhedstrom/drupalextension.git",
  463. "reference": "1536a2fcbd9ffee0dda723d5235645b008c9180a"
  464. },
  465. "dist": {
  466. "type": "zip",
  467. "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/1536a2fcbd9ffee0dda723d5235645b008c9180a",
  468. "reference": "1536a2fcbd9ffee0dda723d5235645b008c9180a",
  469. "shasum": ""
  470. },
  471. "require": {
  472. "behat/behat": "~2.5",
  473. "behat/mink": "~1.5",
  474. "behat/mink-extension": "~1.2",
  475. "behat/mink-goutte-driver": "~1.0",
  476. "behat/mink-selenium2-driver": "~1.0",
  477. "fabpot/goutte": "~1.0"
  478. },
  479. "require-dev": {
  480. "phpunit/phpunit": "3.7.*"
  481. },
  482. "type": "behat-extension",
  483. "extra": {
  484. "patches_applied": []
  485. },
  486. "autoload": {
  487. "psr-0": {
  488. "Drupal\\Component": "src/",
  489. "Drupal\\Driver": "src/",
  490. "Drupal\\Drupal": "src/",
  491. "Drupal\\Exception": "src/",
  492. "Drupal\\DrupalExtension": "src/"
  493. }
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "GPL-2.0+"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Jonathan Hedstrom",
  502. "email": "jhedstrom@gmail.com"
  503. }
  504. ],
  505. "description": "Drupal extension for Behat",
  506. "homepage": "http://drupal.org/project/drupalextension",
  507. "keywords": [
  508. "drupal",
  509. "test",
  510. "web"
  511. ],
  512. "time": "2015-03-26 17:01:31"
  513. },
  514. {
  515. "name": "fabpot/goutte",
  516. "version": "1.0.x-dev",
  517. "source": {
  518. "type": "git",
  519. "url": "https://github.com/FriendsOfPHP/Goutte.git",
  520. "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
  525. "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "ext-curl": "*",
  530. "guzzle/http": "~3.1",
  531. "php": ">=5.3.0",
  532. "symfony/browser-kit": "~2.1",
  533. "symfony/css-selector": "~2.1",
  534. "symfony/dom-crawler": "~2.1",
  535. "symfony/finder": "~2.1",
  536. "symfony/process": "~2.1"
  537. },
  538. "require-dev": {
  539. "guzzle/plugin-history": "~3.1",
  540. "guzzle/plugin-mock": "~3.1"
  541. },
  542. "type": "application",
  543. "extra": {
  544. "branch-alias": {
  545. "dev-master": "1.0-dev"
  546. }
  547. },
  548. "autoload": {
  549. "psr-0": {
  550. "Goutte": "."
  551. }
  552. },
  553. "notification-url": "https://packagist.org/downloads/",
  554. "license": [
  555. "MIT"
  556. ],
  557. "authors": [
  558. {
  559. "name": "Fabien Potencier",
  560. "email": "fabien@symfony.com"
  561. }
  562. ],
  563. "description": "A simple PHP Web Scraper",
  564. "homepage": "https://github.com/fabpot/Goutte",
  565. "keywords": [
  566. "scraper"
  567. ],
  568. "time": "2014-10-09 15:52:51"
  569. },
  570. {
  571. "name": "guzzle/common",
  572. "version": "v3.9.2",
  573. "target-dir": "Guzzle/Common",
  574. "source": {
  575. "type": "git",
  576. "url": "https://github.com/Guzzle3/common.git",
  577. "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc"
  578. },
  579. "dist": {
  580. "type": "zip",
  581. "url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
  582. "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
  583. "shasum": ""
  584. },
  585. "require": {
  586. "php": ">=5.3.2",
  587. "symfony/event-dispatcher": ">=2.1"
  588. },
  589. "type": "library",
  590. "extra": {
  591. "branch-alias": {
  592. "dev-master": "3.7-dev"
  593. }
  594. },
  595. "autoload": {
  596. "psr-0": {
  597. "Guzzle\\Common": ""
  598. }
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "MIT"
  603. ],
  604. "description": "Common libraries used by Guzzle",
  605. "homepage": "http://guzzlephp.org/",
  606. "keywords": [
  607. "collection",
  608. "common",
  609. "event",
  610. "exception"
  611. ],
  612. "abandoned": "guzzle/guzzle",
  613. "time": "2014-08-11 04:32:36"
  614. },
  615. {
  616. "name": "guzzle/http",
  617. "version": "v3.9.2",
  618. "target-dir": "Guzzle/Http",
  619. "source": {
  620. "type": "git",
  621. "url": "https://github.com/Guzzle3/http.git",
  622. "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5"
  623. },
  624. "dist": {
  625. "type": "zip",
  626. "url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
  627. "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
  628. "shasum": ""
  629. },
  630. "require": {
  631. "guzzle/common": "self.version",
  632. "guzzle/parser": "self.version",
  633. "guzzle/stream": "self.version",
  634. "php": ">=5.3.2"
  635. },
  636. "suggest": {
  637. "ext-curl": "*"
  638. },
  639. "type": "library",
  640. "extra": {
  641. "branch-alias": {
  642. "dev-master": "3.7-dev"
  643. }
  644. },
  645. "autoload": {
  646. "psr-0": {
  647. "Guzzle\\Http": ""
  648. }
  649. },
  650. "notification-url": "https://packagist.org/downloads/",
  651. "license": [
  652. "MIT"
  653. ],
  654. "authors": [
  655. {
  656. "name": "Michael Dowling",
  657. "email": "mtdowling@gmail.com",
  658. "homepage": "https://github.com/mtdowling"
  659. }
  660. ],
  661. "description": "HTTP libraries used by Guzzle",
  662. "homepage": "http://guzzlephp.org/",
  663. "keywords": [
  664. "Guzzle",
  665. "client",
  666. "curl",
  667. "http",
  668. "http client"
  669. ],
  670. "abandoned": "guzzle/guzzle",
  671. "time": "2014-08-11 04:32:36"
  672. },
  673. {
  674. "name": "guzzle/parser",
  675. "version": "v3.9.2",
  676. "target-dir": "Guzzle/Parser",
  677. "source": {
  678. "type": "git",
  679. "url": "https://github.com/Guzzle3/parser.git",
  680. "reference": "6874d171318a8e93eb6d224cf85e4678490b625c"
  681. },
  682. "dist": {
  683. "type": "zip",
  684. "url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c",
  685. "reference": "6874d171318a8e93eb6d224cf85e4678490b625c",
  686. "shasum": ""
  687. },
  688. "require": {
  689. "php": ">=5.3.2"
  690. },
  691. "type": "library",
  692. "extra": {
  693. "branch-alias": {
  694. "dev-master": "3.7-dev"
  695. }
  696. },
  697. "autoload": {
  698. "psr-0": {
  699. "Guzzle\\Parser": ""
  700. }
  701. },
  702. "notification-url": "https://packagist.org/downloads/",
  703. "license": [
  704. "MIT"
  705. ],
  706. "description": "Interchangeable parsers used by Guzzle",
  707. "homepage": "http://guzzlephp.org/",
  708. "keywords": [
  709. "URI Template",
  710. "cookie",
  711. "http",
  712. "message",
  713. "url"
  714. ],
  715. "abandoned": "guzzle/guzzle",
  716. "time": "2014-02-05 18:29:46"
  717. },
  718. {
  719. "name": "guzzle/stream",
  720. "version": "v3.9.2",
  721. "target-dir": "Guzzle/Stream",
  722. "source": {
  723. "type": "git",
  724. "url": "https://github.com/Guzzle3/stream.git",
  725. "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0"
  726. },
  727. "dist": {
  728. "type": "zip",
  729. "url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0",
  730. "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0",
  731. "shasum": ""
  732. },
  733. "require": {
  734. "guzzle/common": "self.version",
  735. "php": ">=5.3.2"
  736. },
  737. "suggest": {
  738. "guzzle/http": "To convert Guzzle request objects to PHP streams"
  739. },
  740. "type": "library",
  741. "extra": {
  742. "branch-alias": {
  743. "dev-master": "3.7-dev"
  744. }
  745. },
  746. "autoload": {
  747. "psr-0": {
  748. "Guzzle\\Stream": ""
  749. }
  750. },
  751. "notification-url": "https://packagist.org/downloads/",
  752. "license": [
  753. "MIT"
  754. ],
  755. "authors": [
  756. {
  757. "name": "Michael Dowling",
  758. "email": "mtdowling@gmail.com",
  759. "homepage": "https://github.com/mtdowling"
  760. }
  761. ],
  762. "description": "Guzzle stream wrapper component",
  763. "homepage": "http://guzzlephp.org/",
  764. "keywords": [
  765. "Guzzle",
  766. "component",
  767. "stream"
  768. ],
  769. "abandoned": "guzzle/guzzle",
  770. "time": "2014-05-01 21:36:02"
  771. },
  772. {
  773. "name": "instaclick/php-webdriver",
  774. "version": "dev-master",
  775. "source": {
  776. "type": "git",
  777. "url": "https://github.com/instaclick/php-webdriver.git",
  778. "reference": "2f58dd9584d1de8c8878234bb408a78cf4ac706d"
  779. },
  780. "dist": {
  781. "type": "zip",
  782. "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/2f58dd9584d1de8c8878234bb408a78cf4ac706d",
  783. "reference": "2f58dd9584d1de8c8878234bb408a78cf4ac706d",
  784. "shasum": ""
  785. },
  786. "require": {
  787. "ext-curl": "*",
  788. "php": ">=5.3.2"
  789. },
  790. "require-dev": {
  791. "satooshi/php-coveralls": "^1.0||^2.0"
  792. },
  793. "type": "library",
  794. "extra": {
  795. "branch-alias": {
  796. "dev-master": "1.4.x-dev"
  797. }
  798. },
  799. "autoload": {
  800. "psr-0": {
  801. "WebDriver": "lib/"
  802. }
  803. },
  804. "notification-url": "https://packagist.org/downloads/",
  805. "license": [
  806. "Apache-2.0"
  807. ],
  808. "authors": [
  809. {
  810. "name": "Justin Bishop",
  811. "email": "jubishop@gmail.com",
  812. "role": "Developer"
  813. },
  814. {
  815. "name": "Anthon Pang",
  816. "email": "apang@softwaredevelopment.ca",
  817. "role": "Fork Maintainer"
  818. }
  819. ],
  820. "description": "PHP WebDriver for Selenium 2",
  821. "homepage": "http://instaclick.com/",
  822. "keywords": [
  823. "browser",
  824. "selenium",
  825. "webdriver",
  826. "webtest"
  827. ],
  828. "time": "2016-02-05 12:35:01"
  829. },
  830. {
  831. "name": "symfony/browser-kit",
  832. "version": "2.8.x-dev",
  833. "source": {
  834. "type": "git",
  835. "url": "https://github.com/symfony/browser-kit.git",
  836. "reference": "6b2085020b4e86fcb7ae44c3ab8ddb91774b33d2"
  837. },
  838. "dist": {
  839. "type": "zip",
  840. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/6b2085020b4e86fcb7ae44c3ab8ddb91774b33d2",
  841. "reference": "6b2085020b4e86fcb7ae44c3ab8ddb91774b33d2",
  842. "shasum": ""
  843. },
  844. "require": {
  845. "php": ">=5.3.9",
  846. "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0"
  847. },
  848. "require-dev": {
  849. "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
  850. "symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0"
  851. },
  852. "suggest": {
  853. "symfony/process": ""
  854. },
  855. "type": "library",
  856. "extra": {
  857. "branch-alias": {
  858. "dev-master": "2.8-dev"
  859. }
  860. },
  861. "autoload": {
  862. "psr-4": {
  863. "Symfony\\Component\\BrowserKit\\": ""
  864. },
  865. "exclude-from-classmap": [
  866. "/Tests/"
  867. ]
  868. },
  869. "notification-url": "https://packagist.org/downloads/",
  870. "license": [
  871. "MIT"
  872. ],
  873. "authors": [
  874. {
  875. "name": "Fabien Potencier",
  876. "email": "fabien@symfony.com"
  877. },
  878. {
  879. "name": "Symfony Community",
  880. "homepage": "https://symfony.com/contributors"
  881. }
  882. ],
  883. "description": "Symfony BrowserKit Component",
  884. "homepage": "https://symfony.com",
  885. "time": "2016-01-27 11:34:40"
  886. },
  887. {
  888. "name": "symfony/config",
  889. "version": "2.8.x-dev",
  890. "source": {
  891. "type": "git",
  892. "url": "https://github.com/symfony/config.git",
  893. "reference": "04c7f1bb7884b53286a4318a3c225fdfdaf651d7"
  894. },
  895. "dist": {
  896. "type": "zip",
  897. "url": "https://api.github.com/repos/symfony/config/zipball/04c7f1bb7884b53286a4318a3c225fdfdaf651d7",
  898. "reference": "04c7f1bb7884b53286a4318a3c225fdfdaf651d7",
  899. "shasum": ""
  900. },
  901. "require": {
  902. "php": ">=5.3.9",
  903. "symfony/filesystem": "~2.3|~3.0.0"
  904. },
  905. "type": "library",
  906. "extra": {
  907. "branch-alias": {
  908. "dev-master": "2.8-dev"
  909. }
  910. },
  911. "autoload": {
  912. "psr-4": {
  913. "Symfony\\Component\\Config\\": ""
  914. },
  915. "exclude-from-classmap": [
  916. "/Tests/"
  917. ]
  918. },
  919. "notification-url": "https://packagist.org/downloads/",
  920. "license": [
  921. "MIT"
  922. ],
  923. "authors": [
  924. {
  925. "name": "Fabien Potencier",
  926. "email": "fabien@symfony.com"
  927. },
  928. {
  929. "name": "Symfony Community",
  930. "homepage": "https://symfony.com/contributors"
  931. }
  932. ],
  933. "description": "Symfony Config Component",
  934. "homepage": "https://symfony.com",
  935. "time": "2016-02-13 10:44:39"
  936. },
  937. {
  938. "name": "symfony/console",
  939. "version": "2.8.x-dev",
  940. "source": {
  941. "type": "git",
  942. "url": "https://github.com/symfony/console.git",
  943. "reference": "ae8fc4e8a50ea197ab8edb00ab0cc67ea343f84a"
  944. },
  945. "dist": {
  946. "type": "zip",
  947. "url": "https://api.github.com/repos/symfony/console/zipball/ae8fc4e8a50ea197ab8edb00ab0cc67ea343f84a",
  948. "reference": "ae8fc4e8a50ea197ab8edb00ab0cc67ea343f84a",
  949. "shasum": ""
  950. },
  951. "require": {
  952. "php": ">=5.3.9",
  953. "symfony/polyfill-mbstring": "~1.0"
  954. },
  955. "require-dev": {
  956. "psr/log": "~1.0",
  957. "symfony/event-dispatcher": "~2.1|~3.0.0",
  958. "symfony/process": "~2.1|~3.0.0"
  959. },
  960. "suggest": {
  961. "psr/log": "For using the console logger",
  962. "symfony/event-dispatcher": "",
  963. "symfony/process": ""
  964. },
  965. "type": "library",
  966. "extra": {
  967. "branch-alias": {
  968. "dev-master": "2.8-dev"
  969. }
  970. },
  971. "autoload": {
  972. "psr-4": {
  973. "Symfony\\Component\\Console\\": ""
  974. },
  975. "exclude-from-classmap": [
  976. "/Tests/"
  977. ]
  978. },
  979. "notification-url": "https://packagist.org/downloads/",
  980. "license": [
  981. "MIT"
  982. ],
  983. "authors": [
  984. {
  985. "name": "Fabien Potencier",
  986. "email": "fabien@symfony.com"
  987. },
  988. {
  989. "name": "Symfony Community",
  990. "homepage": "https://symfony.com/contributors"
  991. }
  992. ],
  993. "description": "Symfony Console Component",
  994. "homepage": "https://symfony.com",
  995. "time": "2016-02-16 06:09:38"
  996. },
  997. {
  998. "name": "symfony/css-selector",
  999. "version": "2.8.x-dev",
  1000. "source": {
  1001. "type": "git",
  1002. "url": "https://github.com/symfony/css-selector.git",
  1003. "reference": "8d83ff9777cdbd83e7f90d9c48f4729823791a5e"
  1004. },
  1005. "dist": {
  1006. "type": "zip",
  1007. "url": "https://api.github.com/repos/symfony/css-selector/zipball/8d83ff9777cdbd83e7f90d9c48f4729823791a5e",
  1008. "reference": "8d83ff9777cdbd83e7f90d9c48f4729823791a5e",
  1009. "shasum": ""
  1010. },
  1011. "require": {
  1012. "php": ">=5.3.9"
  1013. },
  1014. "type": "library",
  1015. "extra": {
  1016. "branch-alias": {
  1017. "dev-master": "2.8-dev"
  1018. }
  1019. },
  1020. "autoload": {
  1021. "psr-4": {
  1022. "Symfony\\Component\\CssSelector\\": ""
  1023. },
  1024. "exclude-from-classmap": [
  1025. "/Tests/"
  1026. ]
  1027. },
  1028. "notification-url": "https://packagist.org/downloads/",
  1029. "license": [
  1030. "MIT"
  1031. ],
  1032. "authors": [
  1033. {
  1034. "name": "Jean-François Simon",
  1035. "email": "jeanfrancois.simon@sensiolabs.com"
  1036. },
  1037. {
  1038. "name": "Fabien Potencier",
  1039. "email": "fabien@symfony.com"
  1040. },
  1041. {
  1042. "name": "Symfony Community",
  1043. "homepage": "https://symfony.com/contributors"
  1044. }
  1045. ],
  1046. "description": "Symfony CssSelector Component",
  1047. "homepage": "https://symfony.com",
  1048. "time": "2016-01-27 05:14:19"
  1049. },
  1050. {
  1051. "name": "symfony/dependency-injection",
  1052. "version": "2.8.x-dev",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/symfony/dependency-injection.git",
  1056. "reference": "d49fb9f3e3242a041d0d8068d4231109ab3ddf85"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d49fb9f3e3242a041d0d8068d4231109ab3ddf85",
  1061. "reference": "d49fb9f3e3242a041d0d8068d4231109ab3ddf85",
  1062. "shasum": ""
  1063. },
  1064. "require": {
  1065. "php": ">=5.3.9"
  1066. },
  1067. "conflict": {
  1068. "symfony/expression-language": "<2.6"
  1069. },
  1070. "require-dev": {
  1071. "symfony/config": "~2.2|~3.0.0",
  1072. "symfony/expression-language": "~2.6|~3.0.0",
  1073. "symfony/yaml": "~2.1|~3.0.0"
  1074. },
  1075. "suggest": {
  1076. "symfony/config": "",
  1077. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  1078. "symfony/yaml": ""
  1079. },
  1080. "type": "library",
  1081. "extra": {
  1082. "branch-alias": {
  1083. "dev-master": "2.8-dev"
  1084. }
  1085. },
  1086. "autoload": {
  1087. "psr-4": {
  1088. "Symfony\\Component\\DependencyInjection\\": ""
  1089. },
  1090. "exclude-from-classmap": [
  1091. "/Tests/"
  1092. ]
  1093. },
  1094. "notification-url": "https://packagist.org/downloads/",
  1095. "license": [
  1096. "MIT"
  1097. ],
  1098. "authors": [
  1099. {
  1100. "name": "Fabien Potencier",
  1101. "email": "fabien@symfony.com"
  1102. },
  1103. {
  1104. "name": "Symfony Community",
  1105. "homepage": "https://symfony.com/contributors"
  1106. }
  1107. ],
  1108. "description": "Symfony DependencyInjection Component",
  1109. "homepage": "https://symfony.com",
  1110. "time": "2016-02-16 06:09:38"
  1111. },
  1112. {
  1113. "name": "symfony/dom-crawler",
  1114. "version": "2.8.x-dev",
  1115. "source": {
  1116. "type": "git",
  1117. "url": "https://github.com/symfony/dom-crawler.git",
  1118. "reference": "5fe22f3502fff9f7014cc53510da9fdad6878400"
  1119. },
  1120. "dist": {
  1121. "type": "zip",
  1122. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5fe22f3502fff9f7014cc53510da9fdad6878400",
  1123. "reference": "5fe22f3502fff9f7014cc53510da9fdad6878400",
  1124. "shasum": ""
  1125. },
  1126. "require": {
  1127. "php": ">=5.3.9",
  1128. "symfony/polyfill-mbstring": "~1.0"
  1129. },
  1130. "require-dev": {
  1131. "symfony/css-selector": "~2.8|~3.0.0"
  1132. },
  1133. "suggest": {
  1134. "symfony/css-selector": ""
  1135. },
  1136. "type": "library",
  1137. "extra": {
  1138. "branch-alias": {
  1139. "dev-master": "2.8-dev"
  1140. }
  1141. },
  1142. "autoload": {
  1143. "psr-4": {
  1144. "Symfony\\Component\\DomCrawler\\": ""
  1145. },
  1146. "exclude-from-classmap": [
  1147. "/Tests/"
  1148. ]
  1149. },
  1150. "notification-url": "https://packagist.org/downloads/",
  1151. "license": [
  1152. "MIT"
  1153. ],
  1154. "authors": [
  1155. {
  1156. "name": "Fabien Potencier",
  1157. "email": "fabien@symfony.com"
  1158. },
  1159. {
  1160. "name": "Symfony Community",
  1161. "homepage": "https://symfony.com/contributors"
  1162. }
  1163. ],
  1164. "description": "Symfony DomCrawler Component",
  1165. "homepage": "https://symfony.com",
  1166. "time": "2016-02-13 09:21:29"
  1167. },
  1168. {
  1169. "name": "symfony/event-dispatcher",
  1170. "version": "2.8.x-dev",
  1171. "source": {
  1172. "type": "git",
  1173. "url": "https://github.com/symfony/event-dispatcher.git",
  1174. "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3"
  1175. },
  1176. "dist": {
  1177. "type": "zip",
  1178. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/78c468665c9568c3faaa9c416a7134308f2d85c3",
  1179. "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3",
  1180. "shasum": ""
  1181. },
  1182. "require": {
  1183. "php": ">=5.3.9"
  1184. },
  1185. "require-dev": {
  1186. "psr/log": "~1.0",
  1187. "symfony/config": "~2.0,>=2.0.5|~3.0.0",
  1188. "symfony/dependency-injection": "~2.6|~3.0.0",
  1189. "symfony/expression-language": "~2.6|~3.0.0",
  1190. "symfony/stopwatch": "~2.3|~3.0.0"
  1191. },
  1192. "suggest": {
  1193. "symfony/dependency-injection": "",
  1194. "symfony/http-kernel": ""
  1195. },
  1196. "type": "library",
  1197. "extra": {
  1198. "branch-alias": {
  1199. "dev-master": "2.8-dev"
  1200. }
  1201. },
  1202. "autoload": {
  1203. "psr-4": {
  1204. "Symfony\\Component\\EventDispatcher\\": ""
  1205. },
  1206. "exclude-from-classmap": [
  1207. "/Tests/"
  1208. ]
  1209. },
  1210. "notification-url": "https://packagist.org/downloads/",
  1211. "license": [
  1212. "MIT"
  1213. ],
  1214. "authors": [
  1215. {
  1216. "name": "Fabien Potencier",
  1217. "email": "fabien@symfony.com"
  1218. },
  1219. {
  1220. "name": "Symfony Community",
  1221. "homepage": "https://symfony.com/contributors"
  1222. }
  1223. ],
  1224. "description": "Symfony EventDispatcher Component",
  1225. "homepage": "https://symfony.com",
  1226. "time": "2016-01-27 05:14:19"
  1227. },
  1228. {
  1229. "name": "symfony/filesystem",
  1230. "version": "3.0.x-dev",
  1231. "source": {
  1232. "type": "git",
  1233. "url": "https://github.com/symfony/filesystem.git",
  1234. "reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f"
  1235. },
  1236. "dist": {
  1237. "type": "zip",
  1238. "url": "https://api.github.com/repos/symfony/filesystem/zipball/064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f",
  1239. "reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f",
  1240. "shasum": ""
  1241. },
  1242. "require": {
  1243. "php": ">=5.5.9"
  1244. },
  1245. "type": "library",
  1246. "extra": {
  1247. "branch-alias": {
  1248. "dev-master": "3.0-dev"
  1249. }
  1250. },
  1251. "autoload": {
  1252. "psr-4": {
  1253. "Symfony\\Component\\Filesystem\\": ""
  1254. },
  1255. "exclude-from-classmap": [
  1256. "/Tests/"
  1257. ]
  1258. },
  1259. "notification-url": "https://packagist.org/downloads/",
  1260. "license": [
  1261. "MIT"
  1262. ],
  1263. "authors": [
  1264. {
  1265. "name": "Fabien Potencier",
  1266. "email": "fabien@symfony.com"
  1267. },
  1268. {
  1269. "name": "Symfony Community",
  1270. "homepage": "https://symfony.com/contributors"
  1271. }
  1272. ],
  1273. "description": "Symfony Filesystem Component",
  1274. "homepage": "https://symfony.com",
  1275. "time": "2016-01-27 11:34:55"
  1276. },
  1277. {
  1278. "name": "symfony/finder",
  1279. "version": "2.8.x-dev",
  1280. "source": {
  1281. "type": "git",
  1282. "url": "https://github.com/symfony/finder.git",
  1283. "reference": "f0368180c46abb46f62f29d71287ac91daf2b9c6"
  1284. },
  1285. "dist": {
  1286. "type": "zip",
  1287. "url": "https://api.github.com/repos/symfony/finder/zipball/f0368180c46abb46f62f29d71287ac91daf2b9c6",
  1288. "reference": "f0368180c46abb46f62f29d71287ac91daf2b9c6",
  1289. "shasum": ""
  1290. },
  1291. "require": {
  1292. "php": ">=5.3.9"
  1293. },
  1294. "type": "library",
  1295. "extra": {
  1296. "branch-alias": {
  1297. "dev-master": "2.8-dev"
  1298. }
  1299. },
  1300. "autoload": {
  1301. "psr-4": {
  1302. "Symfony\\Component\\Finder\\": ""
  1303. },
  1304. "exclude-from-classmap": [
  1305. "/Tests/"
  1306. ]
  1307. },
  1308. "notification-url": "https://packagist.org/downloads/",
  1309. "license": [
  1310. "MIT"
  1311. ],
  1312. "authors": [
  1313. {
  1314. "name": "Fabien Potencier",
  1315. "email": "fabien@symfony.com"
  1316. },
  1317. {
  1318. "name": "Symfony Community",
  1319. "homepage": "https://symfony.com/contributors"
  1320. }
  1321. ],
  1322. "description": "Symfony Finder Component",
  1323. "homepage": "https://symfony.com",
  1324. "time": "2016-01-27 05:14:19"
  1325. },
  1326. {
  1327. "name": "symfony/polyfill-mbstring",
  1328. "version": "dev-master",
  1329. "source": {
  1330. "type": "git",
  1331. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1332. "reference": "1289d16209491b584839022f29257ad859b8532d"
  1333. },
  1334. "dist": {
  1335. "type": "zip",
  1336. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
  1337. "reference": "1289d16209491b584839022f29257ad859b8532d",
  1338. "shasum": ""
  1339. },
  1340. "require": {
  1341. "php": ">=5.3.3"
  1342. },
  1343. "suggest": {
  1344. "ext-mbstring": "For best performance"
  1345. },
  1346. "type": "library",
  1347. "extra": {
  1348. "branch-alias": {
  1349. "dev-master": "1.1-dev"
  1350. }
  1351. },
  1352. "autoload": {
  1353. "psr-4": {
  1354. "Symfony\\Polyfill\\Mbstring\\": ""
  1355. },
  1356. "files": [
  1357. "bootstrap.php"
  1358. ]
  1359. },
  1360. "notification-url": "https://packagist.org/downloads/",
  1361. "license": [
  1362. "MIT"
  1363. ],
  1364. "authors": [
  1365. {
  1366. "name": "Nicolas Grekas",
  1367. "email": "p@tchwork.com"
  1368. },
  1369. {
  1370. "name": "Symfony Community",
  1371. "homepage": "https://symfony.com/contributors"
  1372. }
  1373. ],
  1374. "description": "Symfony polyfill for the Mbstring extension",
  1375. "homepage": "https://symfony.com",
  1376. "keywords": [
  1377. "compatibility",
  1378. "mbstring",
  1379. "polyfill",
  1380. "portable",
  1381. "shim"
  1382. ],
  1383. "time": "2016-01-20 09:13:37"
  1384. },
  1385. {
  1386. "name": "symfony/process",
  1387. "version": "2.8.x-dev",
  1388. "source": {
  1389. "type": "git",
  1390. "url": "https://github.com/symfony/process.git",
  1391. "reference": "7dedd5b60550f33dca16dd7e94ef8aca8b67bbfe"
  1392. },
  1393. "dist": {
  1394. "type": "zip",
  1395. "url": "https://api.github.com/repos/symfony/process/zipball/7dedd5b60550f33dca16dd7e94ef8aca8b67bbfe",
  1396. "reference": "7dedd5b60550f33dca16dd7e94ef8aca8b67bbfe",
  1397. "shasum": ""
  1398. },
  1399. "require": {
  1400. "php": ">=5.3.9"
  1401. },
  1402. "type": "library",
  1403. "extra": {
  1404. "branch-alias": {
  1405. "dev-master": "2.8-dev"
  1406. }
  1407. },
  1408. "autoload": {
  1409. "psr-4": {
  1410. "Symfony\\Component\\Process\\": ""
  1411. },
  1412. "exclude-from-classmap": [
  1413. "/Tests/"
  1414. ]
  1415. },
  1416. "notification-url": "https://packagist.org/downloads/",
  1417. "license": [
  1418. "MIT"
  1419. ],
  1420. "authors": [
  1421. {
  1422. "name": "Fabien Potencier",
  1423. "email": "fabien@symfony.com"
  1424. },
  1425. {
  1426. "name": "Symfony Community",
  1427. "homepage": "https://symfony.com/contributors"
  1428. }
  1429. ],
  1430. "description": "Symfony Process Component",
  1431. "homepage": "https://symfony.com",
  1432. "time": "2016-02-02 13:33:15"
  1433. },
  1434. {
  1435. "name": "symfony/translation",
  1436. "version": "2.8.x-dev",
  1437. "source": {
  1438. "type": "git",
  1439. "url": "https://github.com/symfony/translation.git",
  1440. "reference": "b7b4ebadd2b5e614ff7d2d6fc63e0ed0578909c7"
  1441. },
  1442. "dist": {
  1443. "type": "zip",
  1444. "url": "https://api.github.com/repos/symfony/translation/zipball/b7b4ebadd2b5e614ff7d2d6fc63e0ed0578909c7",
  1445. "reference": "b7b4ebadd2b5e614ff7d2d6fc63e0ed0578909c7",
  1446. "shasum": ""
  1447. },
  1448. "require": {
  1449. "php": ">=5.3.9",
  1450. "symfony/polyfill-mbstring": "~1.0"
  1451. },
  1452. "conflict": {
  1453. "symfony/config": "<2.7"
  1454. },
  1455. "require-dev": {
  1456. "psr/log": "~1.0",
  1457. "symfony/config": "~2.8",
  1458. "symfony/intl": "~2.4|~3.0.0",
  1459. "symfony/yaml": "~2.2|~3.0.0"
  1460. },
  1461. "suggest": {
  1462. "psr/log": "To use logging capability in translator",
  1463. "symfony/config": "",
  1464. "symfony/yaml": ""
  1465. },
  1466. "type": "library",
  1467. "extra": {
  1468. "branch-alias": {
  1469. "dev-master": "2.8-dev"
  1470. }
  1471. },
  1472. "autoload": {
  1473. "psr-4": {
  1474. "Symfony\\Component\\Translation\\": ""
  1475. },
  1476. "exclude-from-classmap": [
  1477. "/Tests/"
  1478. ]
  1479. },
  1480. "notification-url": "https://packagist.org/downloads/",
  1481. "license": [
  1482. "MIT"
  1483. ],
  1484. "authors": [
  1485. {
  1486. "name": "Fabien Potencier",
  1487. "email": "fabien@symfony.com"
  1488. },
  1489. {
  1490. "name": "Symfony Community",
  1491. "homepage": "https://symfony.com/contributors"
  1492. }
  1493. ],
  1494. "description": "Symfony Translation Component",
  1495. "homepage": "https://symfony.com",
  1496. "time": "2016-02-02 09:49:18"
  1497. },
  1498. {
  1499. "name": "symfony/yaml",
  1500. "version": "2.8.x-dev",
  1501. "source": {
  1502. "type": "git",
  1503. "url": "https://github.com/symfony/yaml.git",
  1504. "reference": "20668c7e90009962d5a12a061d4b43de3767a0ad"
  1505. },
  1506. "dist": {
  1507. "type": "zip",
  1508. "url": "https://api.github.com/repos/symfony/yaml/zipball/20668c7e90009962d5a12a061d4b43de3767a0ad",
  1509. "reference": "20668c7e90009962d5a12a061d4b43de3767a0ad",
  1510. "shasum": ""
  1511. },
  1512. "require": {
  1513. "php": ">=5.3.9"
  1514. },
  1515. "type": "library",
  1516. "extra": {
  1517. "branch-alias": {
  1518. "dev-master": "2.8-dev"
  1519. }
  1520. },
  1521. "autoload": {
  1522. "psr-4": {
  1523. "Symfony\\Component\\Yaml\\": ""
  1524. },
  1525. "exclude-from-classmap": [
  1526. "/Tests/"
  1527. ]
  1528. },
  1529. "notification-url": "https://packagist.org/downloads/",
  1530. "license": [
  1531. "MIT"
  1532. ],
  1533. "authors": [
  1534. {
  1535. "name": "Fabien Potencier",
  1536. "email": "fabien@symfony.com"
  1537. },
  1538. {
  1539. "name": "Symfony Community",
  1540. "homepage": "https://symfony.com/contributors"
  1541. }
  1542. ],
  1543. "description": "Symfony Yaml Component",
  1544. "homepage": "https://symfony.com",
  1545. "time": "2016-02-15 18:17:14"
  1546. }
  1547. ],
  1548. "packages-dev": [],
  1549. "aliases": [],
  1550. "minimum-stability": "dev",
  1551. "stability-flags": {
  1552. "drupal/drupal-extension": 20
  1553. },
  1554. "prefer-stable": false,
  1555. "prefer-lowest": false,
  1556. "platform": [],
  1557. "platform-dev": []
  1558. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement