composer.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
  5. ],
  6. "hash": "a5da24ef155f9ee4672111e4d4a89ab9",
  7. "packages": [
  8. {
  9. "name": "danielbachhuber/wp-cli-stat-command",
  10. "version": "dev-master",
  11. "source": {
  12. "type": "git",
  13. "url": "https://github.com/danielbachhuber/wp-cli-stat-command.git",
  14. "reference": "eb44c95126e1c65852f7305b00c3471f385d638a"
  15. },
  16. "dist": {
  17. "type": "zip",
  18. "url": "https://api.github.com/repos/danielbachhuber/wp-cli-stat-command/zipball/eb44c95126e1c65852f7305b00c3471f385d638a",
  19. "reference": "eb44c95126e1c65852f7305b00c3471f385d638a",
  20. "shasum": ""
  21. },
  22. "require": {
  23. "php": ">=5.3.0"
  24. },
  25. "type": "command",
  26. "autoload": {
  27. "files": [
  28. "wp-cli-stat-command.php"
  29. ]
  30. },
  31. "notification-url": "https://packagist.org/downloads/",
  32. "license": [
  33. "MIT"
  34. ],
  35. "authors": [
  36. {
  37. "name": "Daniel Bachhuber",
  38. "email": "d@danielbachhuber.com",
  39. "homepage": "http://danielbachhuber.com",
  40. "role": "Developer"
  41. }
  42. ],
  43. "description": "Explore data about your WordPress site.",
  44. "homepage": "https://github.com/danielbachhuber/wp-cli-stat-command",
  45. "keywords": [
  46. "analytics",
  47. "wp-cli"
  48. ],
  49. "time": "2014-01-13 22:02:54"
  50. },
  51. {
  52. "name": "humanmade/wp-remote-cli",
  53. "version": "dev-master",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/humanmade/wp-remote-cli.git",
  57. "reference": "4305ca16cc24dc3dd473adb2c893c26576357ac3"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/humanmade/wp-remote-cli/zipball/4305ca16cc24dc3dd473adb2c893c26576357ac3",
  62. "reference": "4305ca16cc24dc3dd473adb2c893c26576357ac3",
  63. "shasum": ""
  64. },
  65. "type": "library",
  66. "autoload": {
  67. "files": [
  68. "wp-remote-cli.php"
  69. ]
  70. },
  71. "notification-url": "https://packagist.org/downloads/",
  72. "license": [
  73. "MIT"
  74. ],
  75. "authors": [
  76. {
  77. "name": "Humanmade",
  78. "email": "hello@hmn.md"
  79. },
  80. {
  81. "name": "Daniel Bachhuber",
  82. "email": "daniel@hmn.md"
  83. }
  84. ],
  85. "description": "Manage your WordPress sites using WP Remote and WP-CLI.",
  86. "time": "2014-01-09 02:56:03"
  87. },
  88. {
  89. "name": "monolog/monolog",
  90. "version": "1.0.2",
  91. "source": {
  92. "type": "git",
  93. "url": "https://github.com/Seldaek/monolog.git",
  94. "reference": "b704c49a3051536f67f2d39f13568f74615b9922"
  95. },
  96. "dist": {
  97. "type": "zip",
  98. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b704c49a3051536f67f2d39f13568f74615b9922",
  99. "reference": "b704c49a3051536f67f2d39f13568f74615b9922",
  100. "shasum": ""
  101. },
  102. "require": {
  103. "php": ">=5.3.0"
  104. },
  105. "type": "library",
  106. "autoload": {
  107. "psr-0": {
  108. "Monolog": "src/"
  109. }
  110. },
  111. "notification-url": "https://packagist.org/downloads/",
  112. "license": [
  113. "MIT"
  114. ],
  115. "authors": [
  116. {
  117. "name": "Jordi Boggiano",
  118. "email": "j.boggiano@seld.be",
  119. "homepage": "http://seld.be",
  120. "role": "Developer"
  121. }
  122. ],
  123. "description": "Logging for PHP 5.3",
  124. "homepage": "http://github.com/Seldaek/monolog",
  125. "keywords": [
  126. "log",
  127. "logging"
  128. ],
  129. "time": "2011-10-24 09:39:02"
  130. },
  131. {
  132. "name": "mustache/mustache",
  133. "version": "v2.5.1",
  134. "source": {
  135. "type": "git",
  136. "url": "https://github.com/bobthecow/mustache.php.git",
  137. "reference": "996c944fa2ddedddfaf0d276b913809d6a32fd85"
  138. },
  139. "dist": {
  140. "type": "zip",
  141. "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/996c944fa2ddedddfaf0d276b913809d6a32fd85",
  142. "reference": "996c944fa2ddedddfaf0d276b913809d6a32fd85",
  143. "shasum": ""
  144. },
  145. "require": {
  146. "php": ">=5.2.4"
  147. },
  148. "require-dev": {
  149. "phpunit/phpunit": "*"
  150. },
  151. "type": "library",
  152. "autoload": {
  153. "psr-0": {
  154. "Mustache": "src/"
  155. }
  156. },
  157. "notification-url": "https://packagist.org/downloads/",
  158. "license": [
  159. "MIT"
  160. ],
  161. "authors": [
  162. {
  163. "name": "Justin Hileman",
  164. "email": "justin@justinhileman.info",
  165. "homepage": "http://justinhileman.com"
  166. }
  167. ],
  168. "description": "A Mustache implementation in PHP.",
  169. "homepage": "https://github.com/bobthecow/mustache.php",
  170. "keywords": [
  171. "mustache",
  172. "templating"
  173. ],
  174. "time": "2014-01-09 00:36:09"
  175. },
  176. {
  177. "name": "nb/oxymel",
  178. "version": "v0.1.0",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/nb/oxymel.git",
  182. "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
  187. "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "php": ">=5.2.4"
  192. },
  193. "type": "library",
  194. "autoload": {
  195. "psr-0": {
  196. "Oxymel": ""
  197. }
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "MIT"
  202. ],
  203. "authors": [
  204. {
  205. "name": "Nikolay Bachiyski",
  206. "email": "nb@nikolay.bg",
  207. "homepage": "http://extrapolate.me/"
  208. }
  209. ],
  210. "description": "A sweet XML builder",
  211. "homepage": "https://github.com/nb/oxymel",
  212. "keywords": [
  213. "xml"
  214. ],
  215. "time": "2013-02-24 15:01:54"
  216. },
  217. {
  218. "name": "pixline/wp-cli-theme-test-command",
  219. "version": "dev-master",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/pixline/wp-cli-theme-test-command.git",
  223. "reference": "64b24cd38964ab525797cd165e643f44a8de21ed"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/pixline/wp-cli-theme-test-command/zipball/64b24cd38964ab525797cd165e643f44a8de21ed",
  228. "reference": "64b24cd38964ab525797cd165e643f44a8de21ed",
  229. "shasum": ""
  230. },
  231. "require": {
  232. "php": ">=5.3.0",
  233. "wp-cli/wp-cli": ">=0.11"
  234. },
  235. "type": "command",
  236. "autoload": {
  237. "files": [
  238. "wp-cli-theme-test-command.php"
  239. ]
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "MIT"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Paolo Tresso",
  248. "email": "plugins@swergroup.com",
  249. "homepage": "http://swergroup.com",
  250. "role": "Developer"
  251. }
  252. ],
  253. "description": "Install and configure WordPress theme unit tests",
  254. "homepage": "https://github.com/pixline/wp-cli-theme-test-command",
  255. "keywords": [
  256. "theme-test",
  257. "wp-cli"
  258. ],
  259. "time": "2013-11-16 20:21:30"
  260. },
  261. {
  262. "name": "rhumsaa/array_column",
  263. "version": "1.1.2",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/ramsey/array_column.git",
  267. "reference": "c09744baae0e023d1021055f9c65755b88a9721f"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/ramsey/array_column/zipball/c09744baae0e023d1021055f9c65755b88a9721f",
  272. "reference": "c09744baae0e023d1021055f9c65755b88a9721f",
  273. "shasum": ""
  274. },
  275. "type": "library",
  276. "autoload": {
  277. "files": [
  278. "src/array_column.php"
  279. ]
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "MIT"
  284. ],
  285. "authors": [
  286. {
  287. "name": "Ben Ramsey",
  288. "homepage": "http://benramsey.com"
  289. }
  290. ],
  291. "description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.",
  292. "homepage": "https://github.com/ramsey/array_column",
  293. "keywords": [
  294. "array",
  295. "array_column",
  296. "column"
  297. ],
  298. "time": "2013-07-22 16:12:38"
  299. },
  300. {
  301. "name": "rmccue/requests",
  302. "version": "v1.6.0",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/rmccue/Requests.git",
  306. "reference": "756374edd59ac69268ed35481a506ebd4e732525"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/rmccue/Requests/zipball/756374edd59ac69268ed35481a506ebd4e732525",
  311. "reference": "756374edd59ac69268ed35481a506ebd4e732525",
  312. "shasum": ""
  313. },
  314. "require": {
  315. "php": ">=5.2"
  316. },
  317. "require-dev": {
  318. "satooshi/php-coveralls": "dev-master"
  319. },
  320. "type": "library",
  321. "autoload": {
  322. "psr-0": {
  323. "Requests": "library/"
  324. }
  325. },
  326. "notification-url": "https://packagist.org/downloads/",
  327. "license": [
  328. "ISC"
  329. ],
  330. "authors": [
  331. {
  332. "name": "Ryan McCue",
  333. "homepage": "http://ryanmccue.info"
  334. }
  335. ],
  336. "description": "A HTTP library written in PHP, for human beings.",
  337. "homepage": "http://github.com/rmccue/Requests",
  338. "keywords": [
  339. "curl",
  340. "fsockopen",
  341. "http",
  342. "idna",
  343. "ipv6",
  344. "iri",
  345. "sockets"
  346. ],
  347. "time": "2013-10-06 13:30:32"
  348. },
  349. {
  350. "name": "symfony/finder",
  351. "version": "dev-master",
  352. "target-dir": "Symfony/Component/Finder",
  353. "source": {
  354. "type": "git",
  355. "url": "https://github.com/symfony/Finder.git",
  356. "reference": "9a267caac6298b91efc7f0bc8522fd80f48fee98"
  357. },
  358. "dist": {
  359. "type": "zip",
  360. "url": "https://api.github.com/repos/symfony/Finder/zipball/9a267caac6298b91efc7f0bc8522fd80f48fee98",
  361. "reference": "9a267caac6298b91efc7f0bc8522fd80f48fee98",
  362. "shasum": ""
  363. },
  364. "require": {
  365. "php": ">=5.3.3"
  366. },
  367. "type": "library",
  368. "extra": {
  369. "branch-alias": {
  370. "dev-master": "2.5-dev"
  371. }
  372. },
  373. "autoload": {
  374. "psr-0": {
  375. "Symfony\\Component\\Finder\\": ""
  376. }
  377. },
  378. "notification-url": "https://packagist.org/downloads/",
  379. "license": [
  380. "MIT"
  381. ],
  382. "authors": [
  383. {
  384. "name": "Fabien Potencier",
  385. "email": "fabien@symfony.com",
  386. "homepage": "http://fabien.potencier.org",
  387. "role": "Lead Developer"
  388. },
  389. {
  390. "name": "Symfony Community",
  391. "homepage": "http://symfony.com/contributors"
  392. }
  393. ],
  394. "description": "Symfony Finder Component",
  395. "homepage": "http://symfony.com",
  396. "time": "2014-01-07 13:29:57"
  397. },
  398. {
  399. "name": "wp-cli/php-cli-tools",
  400. "version": "v0.9.4-patch46",
  401. "source": {
  402. "type": "git",
  403. "url": "https://github.com/wp-cli/php-cli-tools.git",
  404. "reference": "02d5ed4cdbab911df91bf06062c8b2705fb0919a"
  405. },
  406. "dist": {
  407. "type": "zip",
  408. "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/02d5ed4cdbab911df91bf06062c8b2705fb0919a",
  409. "reference": "02d5ed4cdbab911df91bf06062c8b2705fb0919a",
  410. "shasum": ""
  411. },
  412. "require": {
  413. "php": ">= 5.3.0"
  414. },
  415. "type": "library",
  416. "autoload": {
  417. "psr-0": {
  418. "cli": "lib/"
  419. },
  420. "files": [
  421. "lib/cli/cli.php"
  422. ]
  423. },
  424. "notification-url": "https://packagist.org/downloads/",
  425. "license": [
  426. "MIT"
  427. ],
  428. "authors": [
  429. {
  430. "name": "James Logsdon",
  431. "email": "jlogsdon@php.net",
  432. "role": "Developer"
  433. }
  434. ],
  435. "description": "Console utilities for PHP",
  436. "homepage": "http://github.com/jlogsdon/php-cli-tools",
  437. "keywords": [
  438. "cli",
  439. "console"
  440. ],
  441. "time": "2014-02-01 23:11:00"
  442. },
  443. {
  444. "name": "wp-cli/wp-cli",
  445. "version": "dev-master",
  446. "source": {
  447. "type": "git",
  448. "url": "https://github.com/wp-cli/wp-cli.git",
  449. "reference": "3a6589733dce3a87d9539200fac390896771b86c"
  450. },
  451. "dist": {
  452. "type": "zip",
  453. "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/3a6589733dce3a87d9539200fac390896771b86c",
  454. "reference": "3a6589733dce3a87d9539200fac390896771b86c",
  455. "shasum": ""
  456. },
  457. "require": {
  458. "mustache/mustache": "~2.4",
  459. "nb/oxymel": "0.1.0",
  460. "php": ">=5.3.2",
  461. "rhumsaa/array_column": "~1.1",
  462. "rmccue/requests": "~1.6",
  463. "symfony/finder": "~2.3",
  464. "wp-cli/php-cli-tools": "0.9.4-patch46"
  465. },
  466. "suggest": {
  467. "psy/psysh": "Enhanced `wp shell` functionality"
  468. },
  469. "bin": [
  470. "bin/wp.bat",
  471. "bin/wp"
  472. ],
  473. "type": "library",
  474. "autoload": {
  475. "psr-0": {
  476. "WP_CLI": "php"
  477. },
  478. "files": [
  479. "php/Spyc.php"
  480. ],
  481. "classmap": [
  482. "php/export"
  483. ]
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "description": "A command line interface for WordPress",
  490. "homepage": "http://wp-cli.org",
  491. "keywords": [
  492. "cli",
  493. "wordpress"
  494. ],
  495. "time": "2014-02-14 13:49:08"
  496. }
  497. ],
  498. "packages-dev": [
  499. ],
  500. "aliases": [
  501. ],
  502. "minimum-stability": "dev",
  503. "stability-flags": {
  504. "danielbachhuber/wp-cli-stat-command": 20,
  505. "humanmade/wp-remote-cli": 20,
  506. "pixline/wp-cli-theme-test-command": 20
  507. },
  508. "platform": [
  509. ],
  510. "platform-dev": [
  511. ]
  512. }