Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.61 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": "358f8bdbedec233c905eec06c6930796",
  8. "content-hash": "7a86ade504f4cb0116d1cab6876f7045",
  9. "packages": [
  10. {
  11. "name": "aura/installer-default",
  12. "version": "1.0.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/auraphp/installer-default.git",
  16. "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
  21. "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
  22. "shasum": ""
  23. },
  24. "type": "composer-installer",
  25. "extra": {
  26. "class": "Aura\\Composer\\DefaultInstaller"
  27. },
  28. "autoload": {
  29. "psr-0": {
  30. "Aura\\Composer\\": "src/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "BSD-2-Clause"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Paul M. Jones",
  40. "email": "pmjones88@gmail.com",
  41. "homepage": "http://paul-m-jones.com"
  42. }
  43. ],
  44. "description": "Installs Aura packages using the Composer defaults.",
  45. "keywords": [
  46. "aura",
  47. "installer"
  48. ],
  49. "time": "2012-11-26 21:35:57"
  50. },
  51. {
  52. "name": "aura/intl",
  53. "version": "1.1.1",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/auraphp/Aura.Intl.git",
  57. "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/c5fe620167550ad6fa77dd3570fba2efc77a2a21",
  62. "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "aura/installer-default": "1.0.*",
  67. "php": ">=5.4.0"
  68. },
  69. "type": "aura-package",
  70. "extra": {
  71. "aura": {
  72. "type": "library",
  73. "config": {
  74. "common": "Aura\\Intl\\_Config\\Common"
  75. }
  76. },
  77. "branch-alias": {
  78. "dev-develop": "1.1.x-dev"
  79. }
  80. },
  81. "autoload": {
  82. "psr-0": {
  83. "Aura\\Intl": "src/"
  84. },
  85. "psr-4": {
  86. "Aura\\Intl\\_Config\\": "config/"
  87. }
  88. },
  89. "notification-url": "https://packagist.org/downloads/",
  90. "license": [
  91. "BSD-2-Clause"
  92. ],
  93. "authors": [
  94. {
  95. "name": "Paul M. Jones",
  96. "email": "pmjones88@gmail.com",
  97. "homepage": "http://paul-m-jones.com"
  98. },
  99. {
  100. "name": "Aura.Intl Contributors",
  101. "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
  102. },
  103. {
  104. "name": "Pascal Borreli",
  105. "email": "pascal@borreli.com"
  106. },
  107. {
  108. "name": "Mapthegod",
  109. "email": "mapthegod@gmail.com"
  110. },
  111. {
  112. "name": "Jose Lorenzo Rodriguez",
  113. "email": "jose.zap@gmail.com"
  114. }
  115. ],
  116. "description": "The Aura.Intl package provides internationalization (I18N) tools, specifically\npackage-oriented per-locale message translation.",
  117. "homepage": "http://auraphp.com/Aura.Intl",
  118. "keywords": [
  119. "g11n",
  120. "globalization",
  121. "i18n",
  122. "internationalization",
  123. "intl",
  124. "l10n",
  125. "localization"
  126. ],
  127. "time": "2014-08-24 00:00:00"
  128. },
  129. {
  130. "name": "cakephp/cache",
  131. "version": "3.3.10",
  132. "source": {
  133. "type": "git",
  134. "url": "https://github.com/cakephp/cache.git",
  135. "reference": "0f0236620334155ca837a3260aa00f26e74ee6d0"
  136. },
  137. "dist": {
  138. "type": "zip",
  139. "url": "https://api.github.com/repos/cakephp/cache/zipball/0f0236620334155ca837a3260aa00f26e74ee6d0",
  140. "reference": "0f0236620334155ca837a3260aa00f26e74ee6d0",
  141. "shasum": ""
  142. },
  143. "require": {
  144. "cakephp/core": "~3.0"
  145. },
  146. "type": "library",
  147. "autoload": {
  148. "psr-4": {
  149. "Cake\\Cache\\": "."
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "CakePHP Community",
  159. "homepage": "http://cakephp.org"
  160. }
  161. ],
  162. "description": "Easy to use Caching library with support for multiple caching backends",
  163. "time": "2016-09-02 16:51:59"
  164. },
  165. {
  166. "name": "cakephp/chronos",
  167. "version": "1.0.2",
  168. "source": {
  169. "type": "git",
  170. "url": "https://github.com/cakephp/chronos.git",
  171. "reference": "e08b87dba94a4a8d46cda6529806674ec55c9e6c"
  172. },
  173. "dist": {
  174. "type": "zip",
  175. "url": "https://api.github.com/repos/cakephp/chronos/zipball/e08b87dba94a4a8d46cda6529806674ec55c9e6c",
  176. "reference": "e08b87dba94a4a8d46cda6529806674ec55c9e6c",
  177. "shasum": ""
  178. },
  179. "require": {
  180. "php": ">=5.5.9"
  181. },
  182. "require-dev": {
  183. "athletic/athletic": "~0.1",
  184. "cakephp/cakephp-codesniffer": "dev-master",
  185. "phpunit/phpunit": "*"
  186. },
  187. "type": "library",
  188. "autoload": {
  189. "psr-4": {
  190. "Cake\\Chronos\\": "src"
  191. },
  192. "files": [
  193. "src/carbon_compat.php"
  194. ]
  195. },
  196. "notification-url": "https://packagist.org/downloads/",
  197. "license": [
  198. "MIT"
  199. ],
  200. "authors": [
  201. {
  202. "name": "Brian Nesbitt",
  203. "email": "brian@nesbot.com",
  204. "homepage": "http://nesbot.com"
  205. },
  206. {
  207. "name": "The CakePHP Team",
  208. "homepage": "http://cakephp.org"
  209. }
  210. ],
  211. "description": "A simple API extension for DateTime.",
  212. "homepage": "http://cakephp.org",
  213. "keywords": [
  214. "date",
  215. "datetime",
  216. "time"
  217. ],
  218. "time": "2016-12-09 06:28:06"
  219. },
  220. {
  221. "name": "cakephp/collection",
  222. "version": "3.3.10",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/cakephp/collection.git",
  226. "reference": "ad5bea6efdea771373f3003c8a50cb1ecf37939f"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/cakephp/collection/zipball/ad5bea6efdea771373f3003c8a50cb1ecf37939f",
  231. "reference": "ad5bea6efdea771373f3003c8a50cb1ecf37939f",
  232. "shasum": ""
  233. },
  234. "type": "library",
  235. "autoload": {
  236. "psr-4": {
  237. "Cake\\Collection\\": "."
  238. },
  239. "files": [
  240. "functions.php"
  241. ]
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "CakePHP Community",
  250. "homepage": "http://cakephp.org"
  251. }
  252. ],
  253. "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
  254. "time": "2016-11-02 01:01:46"
  255. },
  256. {
  257. "name": "cakephp/core",
  258. "version": "3.3.10",
  259. "source": {
  260. "type": "git",
  261. "url": "https://github.com/cakephp/core.git",
  262. "reference": "6f21a4abfdf5abd3c431ee559247cb05264243d6"
  263. },
  264. "dist": {
  265. "type": "zip",
  266. "url": "https://api.github.com/repos/cakephp/core/zipball/6f21a4abfdf5abd3c431ee559247cb05264243d6",
  267. "reference": "6f21a4abfdf5abd3c431ee559247cb05264243d6",
  268. "shasum": ""
  269. },
  270. "require": {
  271. "cakephp/utility": "~3.0"
  272. },
  273. "type": "library",
  274. "autoload": {
  275. "psr-4": {
  276. "Cake\\Core\\": "."
  277. },
  278. "files": [
  279. "functions.php"
  280. ]
  281. },
  282. "notification-url": "https://packagist.org/downloads/",
  283. "license": [
  284. "MIT"
  285. ],
  286. "authors": [
  287. {
  288. "name": "CakePHP Community",
  289. "homepage": "http://cakephp.org"
  290. }
  291. ],
  292. "description": "CakePHP Framework Core classes",
  293. "time": "2016-11-02 01:01:46"
  294. },
  295. {
  296. "name": "cakephp/database",
  297. "version": "3.3.10",
  298. "source": {
  299. "type": "git",
  300. "url": "https://github.com/cakephp/database.git",
  301. "reference": "bc952f97ce79b6055892273f90bbdd42a29baadc"
  302. },
  303. "dist": {
  304. "type": "zip",
  305. "url": "https://api.github.com/repos/cakephp/database/zipball/bc952f97ce79b6055892273f90bbdd42a29baadc",
  306. "reference": "bc952f97ce79b6055892273f90bbdd42a29baadc",
  307. "shasum": ""
  308. },
  309. "require": {
  310. "cakephp/core": "~3.0",
  311. "cakephp/datasource": "~3.0"
  312. },
  313. "suggest": {
  314. "cakephp/cache": "Require this if you decide to use the schema caching feature",
  315. "cakephp/log": "Require this if you want to use the built-in query logger"
  316. },
  317. "type": "library",
  318. "autoload": {
  319. "psr-4": {
  320. "Cake\\Database\\": "."
  321. }
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "CakePHP Community",
  330. "homepage": "http://cakephp.org"
  331. }
  332. ],
  333. "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
  334. "time": "2016-12-08 04:21:24"
  335. },
  336. {
  337. "name": "cakephp/datasource",
  338. "version": "3.3.10",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/cakephp/datasource.git",
  342. "reference": "785343ed4c4bbac4e5b807dc12f3111ac034d1f9"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/cakephp/datasource/zipball/785343ed4c4bbac4e5b807dc12f3111ac034d1f9",
  347. "reference": "785343ed4c4bbac4e5b807dc12f3111ac034d1f9",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "cakephp/core": "~3.0"
  352. },
  353. "suggest": {
  354. "cakephp/collection": "Require this if you decide to use ResultSetInterface",
  355. "cakephp/utility": "Require this if you decide to use EntityTrait"
  356. },
  357. "type": "library",
  358. "autoload": {
  359. "psr-4": {
  360. "Cake\\Datasource\\": "."
  361. }
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "MIT"
  366. ],
  367. "authors": [
  368. {
  369. "name": "CakePHP Community",
  370. "homepage": "http://cakephp.org"
  371. }
  372. ],
  373. "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
  374. "time": "2016-11-02 01:01:46"
  375. },
  376. {
  377. "name": "cakephp/event",
  378. "version": "3.3.10",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/cakephp/event.git",
  382. "reference": "f485cb807b057d8047ec4ee009a3180edb11e2b7"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/cakephp/event/zipball/f485cb807b057d8047ec4ee009a3180edb11e2b7",
  387. "reference": "f485cb807b057d8047ec4ee009a3180edb11e2b7",
  388. "shasum": ""
  389. },
  390. "type": "library",
  391. "autoload": {
  392. "psr-4": {
  393. "Cake\\Event\\": "."
  394. }
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "MIT"
  399. ],
  400. "authors": [
  401. {
  402. "name": "CakePHP Community",
  403. "homepage": "http://cakephp.org"
  404. }
  405. ],
  406. "description": "CakePHP event dispatcher library that helps implementing the observer pattern",
  407. "time": "2016-09-12 01:37:51"
  408. },
  409. {
  410. "name": "cakephp/i18n",
  411. "version": "3.3.10",
  412. "source": {
  413. "type": "git",
  414. "url": "https://github.com/cakephp/i18n.git",
  415. "reference": "265db7337036ab32a072acb27ffdbf2ecc701d59"
  416. },
  417. "dist": {
  418. "type": "zip",
  419. "url": "https://api.github.com/repos/cakephp/i18n/zipball/265db7337036ab32a072acb27ffdbf2ecc701d59",
  420. "reference": "265db7337036ab32a072acb27ffdbf2ecc701d59",
  421. "shasum": ""
  422. },
  423. "require": {
  424. "aura/intl": "1.1.*",
  425. "cakephp/chronos": "*",
  426. "cakephp/core": "~3.0",
  427. "ext-intl": "*",
  428. "lib-icu": ">=4.8"
  429. },
  430. "suggest": {
  431. "cakephp/cache": "Require this if you want automatic caching of translators"
  432. },
  433. "type": "library",
  434. "autoload": {
  435. "psr-4": {
  436. "Cake\\I18n\\": "."
  437. },
  438. "files": [
  439. "functions.php"
  440. ]
  441. },
  442. "notification-url": "https://packagist.org/downloads/",
  443. "license": [
  444. "MIT"
  445. ],
  446. "authors": [
  447. {
  448. "name": "CakePHP Community",
  449. "homepage": "http://cakephp.org"
  450. }
  451. ],
  452. "description": "CakePHP Internationalization library with support for messages translation and dates and numbers localization",
  453. "time": "2016-11-03 23:09:49"
  454. },
  455. {
  456. "name": "cakephp/orm",
  457. "version": "3.3.10",
  458. "source": {
  459. "type": "git",
  460. "url": "https://github.com/cakephp/orm.git",
  461. "reference": "6f349531fcfede5936bc4ada4a50bfb24579f372"
  462. },
  463. "dist": {
  464. "type": "zip",
  465. "url": "https://api.github.com/repos/cakephp/orm/zipball/6f349531fcfede5936bc4ada4a50bfb24579f372",
  466. "reference": "6f349531fcfede5936bc4ada4a50bfb24579f372",
  467. "shasum": ""
  468. },
  469. "require": {
  470. "cakephp/collection": "~3.0",
  471. "cakephp/core": "~3.0",
  472. "cakephp/database": "^3.1.4",
  473. "cakephp/datasource": "^3.1.2",
  474. "cakephp/event": "~3.0",
  475. "cakephp/utility": "~3.0",
  476. "cakephp/validation": "~3.0"
  477. },
  478. "suggest": {
  479. "cakephp/i18n": "If you are using Translate / Timestamp Behavior."
  480. },
  481. "type": "library",
  482. "autoload": {
  483. "psr-4": {
  484. "Cake\\ORM\\": "."
  485. }
  486. },
  487. "notification-url": "https://packagist.org/downloads/",
  488. "license": [
  489. "MIT"
  490. ],
  491. "authors": [
  492. {
  493. "name": "CakePHP Community",
  494. "homepage": "http://cakephp.org"
  495. }
  496. ],
  497. "description": "CakePHP ORM - Provides a flexible and powerful ORM implementing a data-mapper pattern.",
  498. "time": "2016-12-03 08:11:39"
  499. },
  500. {
  501. "name": "cakephp/utility",
  502. "version": "3.3.10",
  503. "source": {
  504. "type": "git",
  505. "url": "https://github.com/cakephp/utility.git",
  506. "reference": "97c2b65f3c34ebe082aa0ec2ed9810048ee3c7b6"
  507. },
  508. "dist": {
  509. "type": "zip",
  510. "url": "https://api.github.com/repos/cakephp/utility/zipball/97c2b65f3c34ebe082aa0ec2ed9810048ee3c7b6",
  511. "reference": "97c2b65f3c34ebe082aa0ec2ed9810048ee3c7b6",
  512. "shasum": ""
  513. },
  514. "suggest": {
  515. "ext-intl": "To use Text::transliterate() or Text::slug()"
  516. },
  517. "type": "library",
  518. "autoload": {
  519. "psr-4": {
  520. "Cake\\Utility\\": "."
  521. },
  522. "files": [
  523. "bootstrap.php"
  524. ]
  525. },
  526. "notification-url": "https://packagist.org/downloads/",
  527. "license": [
  528. "MIT"
  529. ],
  530. "authors": [
  531. {
  532. "name": "CakePHP Community",
  533. "homepage": "http://cakephp.org"
  534. }
  535. ],
  536. "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
  537. "time": "2016-11-17 22:13:33"
  538. },
  539. {
  540. "name": "cakephp/validation",
  541. "version": "3.3.10",
  542. "source": {
  543. "type": "git",
  544. "url": "https://github.com/cakephp/validation.git",
  545. "reference": "7c243822bf2db624d15756ad7d5426ea774a7bfd"
  546. },
  547. "dist": {
  548. "type": "zip",
  549. "url": "https://api.github.com/repos/cakephp/validation/zipball/7c243822bf2db624d15756ad7d5426ea774a7bfd",
  550. "reference": "7c243822bf2db624d15756ad7d5426ea774a7bfd",
  551. "shasum": ""
  552. },
  553. "require": {
  554. "cakephp/utility": "~3.0"
  555. },
  556. "type": "library",
  557. "autoload": {
  558. "psr-4": {
  559. "Cake\\Validation\\": "."
  560. }
  561. },
  562. "notification-url": "https://packagist.org/downloads/",
  563. "license": [
  564. "MIT"
  565. ],
  566. "authors": [
  567. {
  568. "name": "CakePHP Community",
  569. "homepage": "http://cakephp.org"
  570. }
  571. ],
  572. "description": "CakePHP Validation library",
  573. "time": "2016-11-02 01:01:46"
  574. },
  575. {
  576. "name": "riesenia/cakephp-duplicatable",
  577. "version": "v1.0.5",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/riesenia/cakephp-duplicatable.git",
  581. "reference": "64e7da786d4ee44b55a63fcd008cf013c686c8c4"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/riesenia/cakephp-duplicatable/zipball/64e7da786d4ee44b55a63fcd008cf013c686c8c4",
  586. "reference": "64e7da786d4ee44b55a63fcd008cf013c686c8c4",
  587. "shasum": ""
  588. },
  589. "require": {
  590. "cakephp/orm": "~3.0",
  591. "php": ">=5.4.16"
  592. },
  593. "require-dev": {
  594. "cakephp/cakephp": "~3.0",
  595. "phpunit/phpunit": "*"
  596. },
  597. "type": "cakephp-plugin",
  598. "autoload": {
  599. "psr-4": {
  600. "Duplicatable\\": "src"
  601. }
  602. },
  603. "notification-url": "https://packagist.org/downloads/",
  604. "license": [
  605. "MIT"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Tomas Saghy",
  610. "email": "segy@riesenia.com"
  611. }
  612. ],
  613. "description": "CakePHP ORM plugin for duplicating entities (including related entities)",
  614. "keywords": [
  615. "cakephp",
  616. "copy",
  617. "duplicate",
  618. "orm"
  619. ],
  620. "time": "2016-11-10 17:07:35"
  621. }
  622. ],
  623. "packages-dev": [],
  624. "aliases": [],
  625. "minimum-stability": "stable",
  626. "stability-flags": [],
  627. "prefer-stable": false,
  628. "prefer-lowest": false,
  629. "platform": [],
  630. "platform-dev": []
  631. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement