Guest User

Untitled

a guest
Jan 31st, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.55 KB | None | 0 0
  1. {
  2. "license": "proprietary",
  3. "name": "silverstripe/installer",
  4. "description": "The SilverStripe Framework Installer",
  5. "require": {
  6. "php": ">=5.3.3",
  7. "silverstripe/cms": "4.3.*",
  8. "silverstripe/framework": "4.3.*",
  9. "silverstripe/reports": "4.3.*",
  10. "silverstripe/siteconfig": "4.3.*",
  11. "silverstripe-themes/simple": "3.1.*"
  12. },
  13. "require-dev": {
  14. "phpunit/PHPUnit": "~3.7@stable"
  15. },
  16. "extra": {
  17. "branch-alias": {
  18. "3.x-dev": "3.3.x-dev"
  19. }
  20. },
  21. "config": {
  22. "process-timeout": 600
  23. },
  24. "minimum-stability": "dev",
  25. "prefer-stable": true
  26.  
  27. {
  28. "_readme": [
  29. "This file locks the dependencies of your project to a known state",
  30. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  31. "This file is @generated automatically"
  32. ],
  33. "content-hash": "ec3b880695b4cb0f347890bbac55f200",
  34. "packages": [
  35. {
  36. "name": "composer/installers",
  37. "version": "v1.2.0",
  38. "source": {
  39. "type": "git",
  40. "url": "https://github.com/composer/installers.git",
  41. "reference": "d78064c68299743e0161004f2de3a0204e33b804"
  42. },
  43. "dist": {
  44. "type": "zip",
  45. "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804",
  46. "reference": "d78064c68299743e0161004f2de3a0204e33b804",
  47. "shasum": ""
  48. },
  49. "require": {
  50. "composer-plugin-api": "^1.0"
  51. },
  52. "replace": {
  53. "roundcube/plugin-installer": "*",
  54. "shama/baton": "*"
  55. },
  56. "require-dev": {
  57. "composer/composer": "1.0.*@dev",
  58. "phpunit/phpunit": "4.1.*"
  59. },
  60. "type": "composer-plugin",
  61. "extra": {
  62. "class": "Composer\Installers\Plugin",
  63. "branch-alias": {
  64. "dev-master": "1.0-dev"
  65. }
  66. },
  67. "autoload": {
  68. "psr-4": {
  69. "Composer\Installers\": "src/Composer/Installers"
  70. }
  71. },
  72. "notification-url": "https://packagist.org/downloads/",
  73. "license": [
  74. "MIT"
  75. ],
  76. "authors": [
  77. {
  78. "name": "Kyle Robinson Young",
  79. "email": "kyle@dontkry.com",
  80. "homepage": "https://github.com/shama"
  81. }
  82. ],
  83. "description": "A multi-framework Composer library installer",
  84. "homepage": "https://composer.github.io/installers/",
  85. "keywords": [
  86. "Craft",
  87. "Dolibarr",
  88. "Hurad",
  89. "ImageCMS",
  90. "MODX Evo",
  91. "Mautic",
  92. "OXID",
  93. "Plentymarkets",
  94. "RadPHP",
  95. "SMF",
  96. "Thelia",
  97. "WolfCMS",
  98. "agl",
  99. "aimeos",
  100. "annotatecms",
  101. "attogram",
  102. "bitrix",
  103. "cakephp",
  104. "chef",
  105. "cockpit",
  106. "codeigniter",
  107. "concrete5",
  108. "croogo",
  109. "dokuwiki",
  110. "drupal",
  111. "elgg",
  112. "expressionengine",
  113. "fuelphp",
  114. "grav",
  115. "installer",
  116. "joomla",
  117. "kohana",
  118. "laravel",
  119. "lithium",
  120. "magento",
  121. "mako",
  122. "mediawiki",
  123. "modulework",
  124. "moodle",
  125. "phpbb",
  126. "piwik",
  127. "ppi",
  128. "puppet",
  129. "reindex",
  130. "roundcube",
  131. "shopware",
  132. "silverstripe",
  133. "symfony",
  134. "typo3",
  135. "wordpress",
  136. "yawik",
  137. "zend",
  138. "zikula"
  139. ],
  140. "time": "2016-08-13T20:53:52+00:00"
  141. },
  142. {
  143. "name": "silverstripe-themes/simple",
  144. "version": "3.1.0",
  145. "source": {
  146. "type": "git",
  147. "url": "https://github.com/silverstripe-themes/silverstripe-simple.git",
  148. "reference": "3cf638c170e649b6b122504c8f62d6d8946b853c"
  149. },
  150. "dist": {
  151. "type": "zip",
  152. "url": "https://api.github.com/repos/silverstripe-themes/silverstripe-simple/zipball/3cf638c170e649b6b122504c8f62d6d8946b853c",
  153. "reference": "3cf638c170e649b6b122504c8f62d6d8946b853c",
  154. "shasum": ""
  155. },
  156. "require": {
  157. "composer/installers": "*",
  158. "silverstripe/framework": ">=3.0"
  159. },
  160. "type": "silverstripe-theme",
  161. "notification-url": "https://packagist.org/downloads/",
  162. "license": [
  163. "BSD-3-Clause"
  164. ],
  165. "authors": [
  166. {
  167. "name": "Sara Tušar (Innovaif)",
  168. "homepage": "http://www.saratusar.com"
  169. }
  170. ],
  171. "description": "The SilverStripe simple theme (default SilverStripe 3 theme)",
  172. "keywords": [
  173. "silverstripe",
  174. "theme"
  175. ],
  176. "time": "2015-04-09T03:18:37+00:00"
  177. },
  178. {
  179. "name": "silverstripe/cms",
  180. "version": "3.3.4",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/silverstripe/silverstripe-cms.git",
  184. "reference": "f66e154a02e903d9f794cf693dec78eae2209951"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/silverstripe/silverstripe-cms/zipball/f66e154a02e903d9f794cf693dec78eae2209951",
  189. "reference": "f66e154a02e903d9f794cf693dec78eae2209951",
  190. "shasum": ""
  191. },
  192. "require": {
  193. "composer/installers": "*",
  194. "php": ">=5.3.3",
  195. "silverstripe/framework": "~3.3",
  196. "silverstripe/reports": "~3.3",
  197. "silverstripe/siteconfig": "~3.3"
  198. },
  199. "type": "silverstripe-module",
  200. "autoload": {
  201. "classmap": [
  202. "tests/behat/"
  203. ]
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "BSD-3-Clause"
  208. ],
  209. "authors": [
  210. {
  211. "name": "SilverStripe",
  212. "homepage": "http://silverstripe.com"
  213. },
  214. {
  215. "name": "The SilverStripe Community",
  216. "homepage": "http://silverstripe.org"
  217. }
  218. ],
  219. "description": "The SilverStripe Content Management System",
  220. "homepage": "http://silverstripe.org",
  221. "keywords": [
  222. "cms",
  223. "silverstripe"
  224. ],
  225. "time": "2016-11-21T12:37:05+00:00"
  226. },
  227. {
  228. "name": "silverstripe/framework",
  229. "version": "3.3.4",
  230. "source": {
  231. "type": "git",
  232. "url": "https://github.com/silverstripe/silverstripe-framework.git",
  233. "reference": "be86c342b6f0c6f5cdb60c263bc95965ae3ee301"
  234. },
  235. "dist": {
  236. "type": "zip",
  237. "url": "https://api.github.com/repos/silverstripe/silverstripe-framework/zipball/be86c342b6f0c6f5cdb60c263bc95965ae3ee301",
  238. "reference": "be86c342b6f0c6f5cdb60c263bc95965ae3ee301",
  239. "shasum": ""
  240. },
  241. "require": {
  242. "composer/installers": "~1.0",
  243. "php": ">=5.3.3,<7"
  244. },
  245. "require-dev": {
  246. "phpunit/phpunit": "~3.7"
  247. },
  248. "type": "silverstripe-module",
  249. "autoload": {
  250. "classmap": [
  251. "tests/behat/features/bootstrap"
  252. ]
  253. },
  254. "notification-url": "https://packagist.org/downloads/",
  255. "license": [
  256. "BSD-3-Clause"
  257. ],
  258. "authors": [
  259. {
  260. "name": "SilverStripe",
  261. "homepage": "http://silverstripe.com"
  262. },
  263. {
  264. "name": "The SilverStripe Community",
  265. "homepage": "http://silverstripe.org"
  266. }
  267. ],
  268. "description": "The SilverStripe framework",
  269. "homepage": "http://silverstripe.org",
  270. "keywords": [
  271. "framework",
  272. "silverstripe"
  273. ],
  274. "time": "2016-11-22T13:12:14+00:00"
  275. },
  276. {
  277. "name": "silverstripe/reports",
  278. "version": "3.3.4",
  279. "source": {
  280. "type": "git",
  281. "url": "https://github.com/silverstripe/silverstripe-reports.git",
  282. "reference": "65e0b6ef35252beab36c5ea9066cb2e128a18e5c"
  283. },
  284. "dist": {
  285. "type": "zip",
  286. "url": "https://api.github.com/repos/silverstripe/silverstripe-reports/zipball/65e0b6ef35252beab36c5ea9066cb2e128a18e5c",
  287. "reference": "65e0b6ef35252beab36c5ea9066cb2e128a18e5c",
  288. "shasum": ""
  289. },
  290. "require": {
  291. "php": ">=5.3.3,<7",
  292. "silverstripe/framework": "~3.3"
  293. },
  294. "require-dev": {
  295. "phpunit/phpunit": "~3.7"
  296. },
  297. "type": "silverstripe-module",
  298. "extra": {
  299. "branch-alias": {
  300. "3.x-dev": "3.3.x-dev"
  301. }
  302. },
  303. "notification-url": "https://packagist.org/downloads/",
  304. "license": [
  305. "BSD-3-Clause"
  306. ],
  307. "authors": [
  308. {
  309. "name": "SilverStripe",
  310. "homepage": "http://silverstripe.com"
  311. },
  312. {
  313. "name": "The SilverStripe Community",
  314. "homepage": "http://silverstripe.org"
  315. }
  316. ],
  317. "description": "Reports module for SilverStripe CMS",
  318. "homepage": "http://silverstripe.org",
  319. "keywords": [
  320. "cms",
  321. "reports",
  322. "silverstripe"
  323. ],
  324. "time": "2016-11-15T12:08:05+00:00"
  325. },
  326. {
  327. "name": "silverstripe/siteconfig",
  328. "version": "3.3.4",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/silverstripe/silverstripe-siteconfig.git",
  332. "reference": "031b0095db5676d5fad627c3f4237609fb61d39e"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/silverstripe/silverstripe-siteconfig/zipball/031b0095db5676d5fad627c3f4237609fb61d39e",
  337. "reference": "031b0095db5676d5fad627c3f4237609fb61d39e",
  338. "shasum": ""
  339. },
  340. "require": {
  341. "silverstripe/framework": "*"
  342. },
  343. "type": "silverstripe-module",
  344. "extra": {
  345. "installer-name": "siteconfig",
  346. "branch-alias": {
  347. "3.x-dev": "3.3.x-dev"
  348. }
  349. },
  350. "autoload": {
  351. "classmap": [
  352. "tests/behat/"
  353. ]
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "authors": [
  357. {
  358. "name": "Will Rossiter",
  359. "email": "will@fullscreen.io"
  360. }
  361. ],
  362. "description": "Site wide settings administration.",
  363. "keywords": [
  364. "silverstripe",
  365. "siteconfig"
  366. ],
  367. "time": "2016-11-21T12:37:07+00:00"
  368. }
  369. ],
  370. "packages-dev": [
  371. {
  372. "name": "phpunit/php-code-coverage",
  373. "version": "1.2.18",
  374. "source": {
  375. "type": "git",
  376. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  377. "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
  378. },
  379. "dist": {
  380. "type": "zip",
  381. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
  382. "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
  383. "shasum": ""
  384. },
  385. "require": {
  386. "php": ">=5.3.3",
  387. "phpunit/php-file-iterator": ">=1.3.0@stable",
  388. "phpunit/php-text-template": ">=1.2.0@stable",
  389. "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
  390. },
  391. "require-dev": {
  392. "phpunit/phpunit": "3.7.*@dev"
  393. },
  394. "suggest": {
  395. "ext-dom": "*",
  396. "ext-xdebug": ">=2.0.5"
  397. },
  398. "type": "library",
  399. "extra": {
  400. "branch-alias": {
  401. "dev-master": "1.2.x-dev"
  402. }
  403. },
  404. "autoload": {
  405. "classmap": [
  406. "PHP/"
  407. ]
  408. },
  409. "notification-url": "https://packagist.org/downloads/",
  410. "include-path": [
  411. ""
  412. ],
  413. "license": [
  414. "BSD-3-Clause"
  415. ],
  416. "authors": [
  417. {
  418. "name": "Sebastian Bergmann",
  419. "email": "sb@sebastian-bergmann.de",
  420. "role": "lead"
  421. }
  422. ],
  423. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  424. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  425. "keywords": [
  426. "coverage",
  427. "testing",
  428. "xunit"
  429. ],
  430. "time": "2014-09-02T10:13:14+00:00"
  431. },
  432. {
  433. "name": "phpunit/php-file-iterator",
  434. "version": "1.4.2",
  435. "source": {
  436. "type": "git",
  437. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  438. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  439. },
  440. "dist": {
  441. "type": "zip",
  442. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  443. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  444. "shasum": ""
  445. },
  446. "require": {
  447. "php": ">=5.3.3"
  448. },
  449. "type": "library",
  450. "extra": {
  451. "branch-alias": {
  452. "dev-master": "1.4.x-dev"
  453. }
  454. },
  455. "autoload": {
  456. "classmap": [
  457. "src/"
  458. ]
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "BSD-3-Clause"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Sebastian Bergmann",
  467. "email": "sb@sebastian-bergmann.de",
  468. "role": "lead"
  469. }
  470. ],
  471. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  472. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  473. "keywords": [
  474. "filesystem",
  475. "iterator"
  476. ],
  477. "time": "2016-10-03T07:40:28+00:00"
  478. },
  479. {
  480. "name": "phpunit/php-text-template",
  481. "version": "1.2.1",
  482. "source": {
  483. "type": "git",
  484. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  485. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  486. },
  487. "dist": {
  488. "type": "zip",
  489. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  490. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  491. "shasum": ""
  492. },
  493. "require": {
  494. "php": ">=5.3.3"
  495. },
  496. "type": "library",
  497. "autoload": {
  498. "classmap": [
  499. "src/"
  500. ]
  501. },
  502. "notification-url": "https://packagist.org/downloads/",
  503. "license": [
  504. "BSD-3-Clause"
  505. ],
  506. "authors": [
  507. {
  508. "name": "Sebastian Bergmann",
  509. "email": "sebastian@phpunit.de",
  510. "role": "lead"
  511. }
  512. ],
  513. "description": "Simple template engine.",
  514. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  515. "keywords": [
  516. "template"
  517. ],
  518. "time": "2015-06-21T13:50:34+00:00"
  519. },
  520. {
  521. "name": "phpunit/php-timer",
  522. "version": "1.0.8",
  523. "source": {
  524. "type": "git",
  525. "url": "https://github.com/sebastianbergmann/php-timer.git",
  526. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  527. },
  528. "dist": {
  529. "type": "zip",
  530. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  531. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  532. "shasum": ""
  533. },
  534. "require": {
  535. "php": ">=5.3.3"
  536. },
  537. "require-dev": {
  538. "phpunit/phpunit": "~4|~5"
  539. },
  540. "type": "library",
  541. "autoload": {
  542. "classmap": [
  543. "src/"
  544. ]
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "BSD-3-Clause"
  549. ],
  550. "authors": [
  551. {
  552. "name": "Sebastian Bergmann",
  553. "email": "sb@sebastian-bergmann.de",
  554. "role": "lead"
  555. }
  556. ],
  557. "description": "Utility class for timing",
  558. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  559. "keywords": [
  560. "timer"
  561. ],
  562. "time": "2016-05-12T18:03:57+00:00"
  563. },
  564. {
  565. "name": "phpunit/php-token-stream",
  566. "version": "1.2.2",
  567. "source": {
  568. "type": "git",
  569. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  570. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
  571. },
  572. "dist": {
  573. "type": "zip",
  574. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
  575. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
  576. "shasum": ""
  577. },
  578. "require": {
  579. "ext-tokenizer": "*",
  580. "php": ">=5.3.3"
  581. },
  582. "type": "library",
  583. "extra": {
  584. "branch-alias": {
  585. "dev-master": "1.2-dev"
  586. }
  587. },
  588. "autoload": {
  589. "classmap": [
  590. "PHP/"
  591. ]
  592. },
  593. "notification-url": "https://packagist.org/downloads/",
  594. "include-path": [
  595. ""
  596. ],
  597. "license": [
  598. "BSD-3-Clause"
  599. ],
  600. "authors": [
  601. {
  602. "name": "Sebastian Bergmann",
  603. "email": "sb@sebastian-bergmann.de",
  604. "role": "lead"
  605. }
  606. ],
  607. "description": "Wrapper around PHP's tokenizer extension.",
  608. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  609. "keywords": [
  610. "tokenizer"
  611. ],
  612. "time": "2014-03-03T05:10:30+00:00"
  613. },
  614. {
  615. "name": "phpunit/phpunit",
  616. "version": "3.7.38",
  617. "source": {
  618. "type": "git",
  619. "url": "https://github.com/sebastianbergmann/phpunit.git",
  620. "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
  621. },
  622. "dist": {
  623. "type": "zip",
  624. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
  625. "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
  626. "shasum": ""
  627. },
  628. "require": {
  629. "ext-ctype": "*",
  630. "ext-dom": "*",
  631. "ext-json": "*",
  632. "ext-pcre": "*",
  633. "ext-reflection": "*",
  634. "ext-spl": "*",
  635. "php": ">=5.3.3",
  636. "phpunit/php-code-coverage": "~1.2",
  637. "phpunit/php-file-iterator": "~1.3",
  638. "phpunit/php-text-template": "~1.1",
  639. "phpunit/php-timer": "~1.0",
  640. "phpunit/phpunit-mock-objects": "~1.2",
  641. "symfony/yaml": "~2.0"
  642. },
  643. "require-dev": {
  644. "pear-pear.php.net/pear": "1.9.4"
  645. },
  646. "suggest": {
  647. "phpunit/php-invoker": "~1.1"
  648. },
  649. "bin": [
  650. "composer/bin/phpunit"
  651. ],
  652. "type": "library",
  653. "extra": {
  654. "branch-alias": {
  655. "dev-master": "3.7.x-dev"
  656. }
  657. },
  658. "autoload": {
  659. "classmap": [
  660. "PHPUnit/"
  661. ]
  662. },
  663. "notification-url": "https://packagist.org/downloads/",
  664. "include-path": [
  665. "",
  666. "../../symfony/yaml/"
  667. ],
  668. "license": [
  669. "BSD-3-Clause"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Sebastian Bergmann",
  674. "email": "sebastian@phpunit.de",
  675. "role": "lead"
  676. }
  677. ],
  678. "description": "The PHP Unit Testing framework.",
  679. "homepage": "http://www.phpunit.de/",
  680. "keywords": [
  681. "phpunit",
  682. "testing",
  683. "xunit"
  684. ],
  685. "time": "2014-10-17T09:04:17+00:00"
  686. },
  687. {
  688. "name": "phpunit/phpunit-mock-objects",
  689. "version": "1.2.3",
  690. "source": {
  691. "type": "git",
  692. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  693. "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
  694. },
  695. "dist": {
  696. "type": "zip",
  697. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
  698. "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
  699. "shasum": ""
  700. },
  701. "require": {
  702. "php": ">=5.3.3",
  703. "phpunit/php-text-template": ">=1.1.1@stable"
  704. },
  705. "suggest": {
  706. "ext-soap": "*"
  707. },
  708. "type": "library",
  709. "autoload": {
  710. "classmap": [
  711. "PHPUnit/"
  712. ]
  713. },
  714. "notification-url": "https://packagist.org/downloads/",
  715. "include-path": [
  716. ""
  717. ],
  718. "license": [
  719. "BSD-3-Clause"
  720. ],
  721. "authors": [
  722. {
  723. "name": "Sebastian Bergmann",
  724. "email": "sb@sebastian-bergmann.de",
  725. "role": "lead"
  726. }
  727. ],
  728. "description": "Mock Object library for PHPUnit",
  729. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  730. "keywords": [
  731. "mock",
  732. "xunit"
  733. ],
  734. "time": "2013-01-13T10:24:48+00:00"
  735. },
  736. {
  737. "name": "symfony/yaml",
  738. "version": "v2.8.14",
  739. "source": {
  740. "type": "git",
  741. "url": "https://github.com/symfony/yaml.git",
  742. "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff"
  743. },
  744. "dist": {
  745. "type": "zip",
  746. "url": "https://api.github.com/repos/symfony/yaml/zipball/befb26a3713c97af90d25dd12e75621ef14d91ff",
  747. "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff",
  748. "shasum": ""
  749. },
  750. "require": {
  751. "php": ">=5.3.9"
  752. },
  753. "type": "library",
  754. "extra": {
  755. "branch-alias": {
  756. "dev-master": "2.8-dev"
  757. }
  758. },
  759. "autoload": {
  760. "psr-4": {
  761. "Symfony\Component\Yaml\": ""
  762. },
  763. "exclude-from-classmap": [
  764. "/Tests/"
  765. ]
  766. },
  767. "notification-url": "https://packagist.org/downloads/",
  768. "license": [
  769. "MIT"
  770. ],
  771. "authors": [
  772. {
  773. "name": "Fabien Potencier",
  774. "email": "fabien@symfony.com"
  775. },
  776. {
  777. "name": "Symfony Community",
  778. "homepage": "https://symfony.com/contributors"
  779. }
  780. ],
  781. "description": "Symfony Yaml Component",
  782. "homepage": "https://symfony.com",
  783. "time": "2016-11-14T16:15:57+00:00"
  784. }
  785. ],
  786. "aliases": [],
  787. "minimum-stability": "dev",
  788. "stability-flags": {
  789. "phpunit/phpunit": 0
  790. },
  791. "prefer-stable": true,
  792. "prefer-lowest": false,
  793. "platform": {
  794. "php": ">=5.3.3"
  795. },
  796. "platform-dev": []
Add Comment
Please, Sign In to add comment