You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3295 lines
114 KiB

  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": "12aadaa78270583b55b0f5962a190458",
  8. "packages": [
  9. {
  10. "name": "danielstjules/stringy",
  11. "version": "1.10.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/danielstjules/Stringy.git",
  15. "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
  20. "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mbstring": "*",
  25. "php": ">=5.3.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "~4.0"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "Stringy\\": "src/"
  34. },
  35. "files": [
  36. "src/Create.php"
  37. ]
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Daniel St. Jules",
  46. "email": "danielst.jules@gmail.com",
  47. "homepage": "http://www.danielstjules.com"
  48. }
  49. ],
  50. "description": "A string manipulation library with multibyte support",
  51. "homepage": "https://github.com/danielstjules/Stringy",
  52. "keywords": [
  53. "UTF",
  54. "helpers",
  55. "manipulation",
  56. "methods",
  57. "multibyte",
  58. "string",
  59. "utf-8",
  60. "utility",
  61. "utils"
  62. ],
  63. "time": "2015-07-23 00:54:12"
  64. },
  65. {
  66. "name": "doctrine/inflector",
  67. "version": "v1.0.1",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/doctrine/inflector.git",
  71. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
  76. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.3.2"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "4.*"
  84. },
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-master": "1.0.x-dev"
  89. }
  90. },
  91. "autoload": {
  92. "psr-0": {
  93. "Doctrine\\Common\\Inflector\\": "lib/"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "MIT"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Roman Borschel",
  103. "email": "roman@code-factory.org"
  104. },
  105. {
  106. "name": "Benjamin Eberlei",
  107. "email": "kontakt@beberlei.de"
  108. },
  109. {
  110. "name": "Guilherme Blanco",
  111. "email": "guilhermeblanco@gmail.com"
  112. },
  113. {
  114. "name": "Jonathan Wage",
  115. "email": "jonwage@gmail.com"
  116. },
  117. {
  118. "name": "Johannes Schmitt",
  119. "email": "schmittjoh@gmail.com"
  120. }
  121. ],
  122. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  123. "homepage": "http://www.doctrine-project.org",
  124. "keywords": [
  125. "inflection",
  126. "pluralize",
  127. "singularize",
  128. "string"
  129. ],
  130. "time": "2014-12-20 21:24:13"
  131. },
  132. {
  133. "name": "illuminate/auth",
  134. "version": "v5.1.16",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/illuminate/auth.git",
  138. "reference": "62cc601415637a2b8ff588e9d6d65e7630db7068"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/illuminate/auth/zipball/62cc601415637a2b8ff588e9d6d65e7630db7068",
  143. "reference": "62cc601415637a2b8ff588e9d6d65e7630db7068",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "illuminate/contracts": "5.1.*",
  148. "illuminate/http": "5.1.*",
  149. "illuminate/session": "5.1.*",
  150. "illuminate/support": "5.1.*",
  151. "nesbot/carbon": "~1.19",
  152. "php": ">=5.5.9"
  153. },
  154. "suggest": {
  155. "illuminate/console": "Required to use the auth:clear-resets command (5.1.*)."
  156. },
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "5.1-dev"
  161. }
  162. },
  163. "autoload": {
  164. "psr-4": {
  165. "Illuminate\\Auth\\": ""
  166. }
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Taylor Otwell",
  175. "email": "taylorotwell@gmail.com"
  176. }
  177. ],
  178. "description": "The Illuminate Auth package.",
  179. "homepage": "http://laravel.com",
  180. "time": "2015-09-03 13:58:07"
  181. },
  182. {
  183. "name": "illuminate/broadcasting",
  184. "version": "v5.1.16",
  185. "source": {
  186. "type": "git",
  187. "url": "https://github.com/illuminate/broadcasting.git",
  188. "reference": "8b47507b0bc7a6d98020deae0cf28898d8781cba"
  189. },
  190. "dist": {
  191. "type": "zip",
  192. "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/8b47507b0bc7a6d98020deae0cf28898d8781cba",
  193. "reference": "8b47507b0bc7a6d98020deae0cf28898d8781cba",
  194. "shasum": ""
  195. },
  196. "require": {
  197. "illuminate/contracts": "5.1.*",
  198. "illuminate/support": "5.1.*",
  199. "php": ">=5.5.9"
  200. },
  201. "suggest": {
  202. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
  203. },
  204. "type": "library",
  205. "extra": {
  206. "branch-alias": {
  207. "dev-master": "5.1-dev"
  208. }
  209. },
  210. "autoload": {
  211. "psr-4": {
  212. "Illuminate\\Broadcasting\\": ""
  213. }
  214. },
  215. "notification-url": "https://packagist.org/downloads/",
  216. "license": [
  217. "MIT"
  218. ],
  219. "authors": [
  220. {
  221. "name": "Taylor Otwell",
  222. "email": "taylorotwell@gmail.com"
  223. }
  224. ],
  225. "description": "The Illuminate Broadcasting package.",
  226. "homepage": "http://laravel.com",
  227. "time": "2015-07-11 20:41:11"
  228. },
  229. {
  230. "name": "illuminate/bus",
  231. "version": "v5.1.16",
  232. "source": {
  233. "type": "git",
  234. "url": "https://github.com/illuminate/bus.git",
  235. "reference": "f06735223936552d56733a6e7657040029dd7a7d"
  236. },
  237. "dist": {
  238. "type": "zip",
  239. "url": "https://api.github.com/repos/illuminate/bus/zipball/f06735223936552d56733a6e7657040029dd7a7d",
  240. "reference": "f06735223936552d56733a6e7657040029dd7a7d",
  241. "shasum": ""
  242. },
  243. "require": {
  244. "illuminate/contracts": "5.1.*",
  245. "illuminate/pipeline": "5.1.*",
  246. "illuminate/support": "5.1.*",
  247. "php": ">=5.5.9"
  248. },
  249. "type": "library",
  250. "extra": {
  251. "branch-alias": {
  252. "dev-master": "5.1-dev"
  253. }
  254. },
  255. "autoload": {
  256. "psr-4": {
  257. "Illuminate\\Bus\\": ""
  258. }
  259. },
  260. "notification-url": "https://packagist.org/downloads/",
  261. "license": [
  262. "MIT"
  263. ],
  264. "authors": [
  265. {
  266. "name": "Taylor Otwell",
  267. "email": "taylorotwell@gmail.com"
  268. }
  269. ],
  270. "description": "The Illuminate Bus package.",
  271. "homepage": "http://laravel.com",
  272. "time": "2015-08-25 00:21:39"
  273. },
  274. {
  275. "name": "illuminate/cache",
  276. "version": "v5.1.16",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/illuminate/cache.git",
  280. "reference": "dcd7551151aa752324562ad220e4fe4ee0687116"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/illuminate/cache/zipball/dcd7551151aa752324562ad220e4fe4ee0687116",
  285. "reference": "dcd7551151aa752324562ad220e4fe4ee0687116",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "illuminate/contracts": "5.1.*",
  290. "illuminate/support": "5.1.*",
  291. "nesbot/carbon": "~1.19",
  292. "php": ">=5.5.9"
  293. },
  294. "suggest": {
  295. "illuminate/database": "Required to use the database cache driver (5.1.*).",
  296. "illuminate/filesystem": "Required to use the file cache driver (5.1.*).",
  297. "illuminate/redis": "Required to use the redis cache driver (5.1.*)."
  298. },
  299. "type": "library",
  300. "extra": {
  301. "branch-alias": {
  302. "dev-master": "5.1-dev"
  303. }
  304. },
  305. "autoload": {
  306. "psr-4": {
  307. "Illuminate\\Cache\\": ""
  308. }
  309. },
  310. "notification-url": "https://packagist.org/downloads/",
  311. "license": [
  312. "MIT"
  313. ],
  314. "authors": [
  315. {
  316. "name": "Taylor Otwell",
  317. "email": "taylorotwell@gmail.com"
  318. }
  319. ],
  320. "description": "The Illuminate Cache package.",
  321. "homepage": "http://laravel.com",
  322. "time": "2015-09-03 11:44:03"
  323. },
  324. {
  325. "name": "illuminate/config",
  326. "version": "v5.1.16",
  327. "source": {
  328. "type": "git",
  329. "url": "https://github.com/illuminate/config.git",
  330. "reference": "de6c1cc0f2745645dec3f8bab0e43a3aa141d12d"
  331. },
  332. "dist": {
  333. "type": "zip",
  334. "url": "https://api.github.com/repos/illuminate/config/zipball/de6c1cc0f2745645dec3f8bab0e43a3aa141d12d",
  335. "reference": "de6c1cc0f2745645dec3f8bab0e43a3aa141d12d",
  336. "shasum": ""
  337. },
  338. "require": {
  339. "illuminate/contracts": "5.1.*",
  340. "illuminate/filesystem": "5.1.*",
  341. "illuminate/support": "5.1.*",
  342. "php": ">=5.5.9"
  343. },
  344. "type": "library",
  345. "extra": {
  346. "branch-alias": {
  347. "dev-master": "5.1-dev"
  348. }
  349. },
  350. "autoload": {
  351. "psr-4": {
  352. "Illuminate\\Config\\": ""
  353. }
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "license": [
  357. "MIT"
  358. ],
  359. "authors": [
  360. {
  361. "name": "Taylor Otwell",
  362. "email": "taylorotwell@gmail.com"
  363. }
  364. ],
  365. "description": "The Illuminate Config package.",
  366. "homepage": "http://laravel.com",
  367. "time": "2015-06-18 02:16:31"
  368. },
  369. {
  370. "name": "illuminate/console",
  371. "version": "v5.1.16",
  372. "source": {
  373. "type": "git",
  374. "url": "https://github.com/illuminate/console.git",
  375. "reference": "1b63e829eba104077ed3a79160dfd11d5357e851"
  376. },
  377. "dist": {
  378. "type": "zip",
  379. "url": "https://api.github.com/repos/illuminate/console/zipball/1b63e829eba104077ed3a79160dfd11d5357e851",
  380. "reference": "1b63e829eba104077ed3a79160dfd11d5357e851",
  381. "shasum": ""
  382. },
  383. "require": {
  384. "illuminate/contracts": "5.1.*",
  385. "illuminate/support": "5.1.*",
  386. "nesbot/carbon": "~1.19",
  387. "php": ">=5.5.9",
  388. "symfony/console": "2.7.*"
  389. },
  390. "suggest": {
  391. "guzzlehttp/guzzle": "Required to use the thenPing method on schedules (~5.3|~6.0).",
  392. "mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
  393. "symfony/process": "Required to use scheduling component (2.7.*)."
  394. },
  395. "type": "library",
  396. "extra": {
  397. "branch-alias": {
  398. "dev-master": "5.1-dev"
  399. }
  400. },
  401. "autoload": {
  402. "psr-4": {
  403. "Illuminate\\Console\\": ""
  404. }
  405. },
  406. "notification-url": "https://packagist.org/downloads/",
  407. "license": [
  408. "MIT"
  409. ],
  410. "authors": [
  411. {
  412. "name": "Taylor Otwell",
  413. "email": "taylorotwell@gmail.com"
  414. }
  415. ],
  416. "description": "The Illuminate Console package.",
  417. "homepage": "http://laravel.com",
  418. "time": "2015-08-12 14:49:07"
  419. },
  420. {
  421. "name": "illuminate/container",
  422. "version": "v5.1.16",
  423. "source": {
  424. "type": "git",
  425. "url": "https://github.com/illuminate/container.git",
  426. "reference": "66621248395705cc64bc1ce9262b99b4bfa606f2"
  427. },
  428. "dist": {
  429. "type": "zip",
  430. "url": "https://api.github.com/repos/illuminate/container/zipball/66621248395705cc64bc1ce9262b99b4bfa606f2",
  431. "reference": "66621248395705cc64bc1ce9262b99b4bfa606f2",
  432. "shasum": ""
  433. },
  434. "require": {
  435. "illuminate/contracts": "5.1.*",
  436. "php": ">=5.5.9"
  437. },
  438. "type": "library",
  439. "extra": {
  440. "branch-alias": {
  441. "dev-master": "5.1-dev"
  442. }
  443. },
  444. "autoload": {
  445. "psr-4": {
  446. "Illuminate\\Container\\": ""
  447. }
  448. },
  449. "notification-url": "https://packagist.org/downloads/",
  450. "license": [
  451. "MIT"
  452. ],
  453. "authors": [
  454. {
  455. "name": "Taylor Otwell",
  456. "email": "taylorotwell@gmail.com"
  457. }
  458. ],
  459. "description": "The Illuminate Container package.",
  460. "homepage": "http://laravel.com",
  461. "time": "2015-08-26 23:00:38"
  462. },
  463. {
  464. "name": "illuminate/contracts",
  465. "version": "v5.1.16",
  466. "source": {
  467. "type": "git",
  468. "url": "https://github.com/illuminate/contracts.git",
  469. "reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2"
  470. },
  471. "dist": {
  472. "type": "zip",
  473. "url": "https://api.github.com/repos/illuminate/contracts/zipball/610aea16e3d91dfd85db4cf43703403a83b7cba2",
  474. "reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2",
  475. "shasum": ""
  476. },
  477. "require": {
  478. "php": ">=5.5.9"
  479. },
  480. "type": "library",
  481. "extra": {
  482. "branch-alias": {
  483. "dev-master": "5.1-dev"
  484. }
  485. },
  486. "autoload": {
  487. "psr-4": {
  488. "Illuminate\\Contracts\\": ""
  489. }
  490. },
  491. "notification-url": "https://packagist.org/downloads/",
  492. "license": [
  493. "MIT"
  494. ],
  495. "authors": [
  496. {
  497. "name": "Taylor Otwell",
  498. "email": "taylorotwell@gmail.com"
  499. }
  500. ],
  501. "description": "The Illuminate Contracts package.",
  502. "homepage": "http://laravel.com",
  503. "time": "2015-08-31 12:59:22"
  504. },
  505. {
  506. "name": "illuminate/cookie",
  507. "version": "v5.1.16",
  508. "source": {
  509. "type": "git",
  510. "url": "https://github.com/illuminate/cookie.git",
  511. "reference": "2d1317d77c96f0df95bb47a185df944484b5f437"
  512. },
  513. "dist": {
  514. "type": "zip",
  515. "url": "https://api.github.com/repos/illuminate/cookie/zipball/2d1317d77c96f0df95bb47a185df944484b5f437",
  516. "reference": "2d1317d77c96f0df95bb47a185df944484b5f437",
  517. "shasum": ""
  518. },
  519. "require": {
  520. "illuminate/contracts": "5.1.*",
  521. "illuminate/support": "5.1.*",
  522. "php": ">=5.5.9",
  523. "symfony/http-foundation": "2.7.*",
  524. "symfony/http-kernel": "2.7.*"
  525. },
  526. "type": "library",
  527. "extra": {
  528. "branch-alias": {
  529. "dev-master": "5.1-dev"
  530. }
  531. },
  532. "autoload": {
  533. "psr-4": {
  534. "Illuminate\\Cookie\\": ""
  535. }
  536. },
  537. "notification-url": "https://packagist.org/downloads/",
  538. "license": [
  539. "MIT"
  540. ],
  541. "authors": [
  542. {
  543. "name": "Taylor Otwell",
  544. "email": "taylorotwell@gmail.com"
  545. }
  546. ],
  547. "description": "The Illuminate Cookie package.",
  548. "homepage": "http://laravel.com",
  549. "time": "2015-08-01 00:02:33"
  550. },
  551. {
  552. "name": "illuminate/database",
  553. "version": "v5.1.16",
  554. "source": {
  555. "type": "git",
  556. "url": "https://github.com/illuminate/database.git",
  557. "reference": "7655e39c507776c9b9226a8f5619ed9933d3396e"
  558. },
  559. "dist": {
  560. "type": "zip",
  561. "url": "https://api.github.com/repos/illuminate/database/zipball/7655e39c507776c9b9226a8f5619ed9933d3396e",
  562. "reference": "7655e39c507776c9b9226a8f5619ed9933d3396e",
  563. "shasum": ""
  564. },
  565. "require": {
  566. "illuminate/container": "5.1.*",
  567. "illuminate/contracts": "5.1.*",
  568. "illuminate/support": "5.1.*",
  569. "nesbot/carbon": "~1.19",
  570. "php": ">=5.5.9"
  571. },
  572. "suggest": {
  573. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
  574. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  575. "illuminate/console": "Required to use the database commands (5.1.*).",
  576. "illuminate/events": "Required to use the observers with Eloquent (5.1.*).",
  577. "illuminate/filesystem": "Required to use the migrations (5.1.*)."
  578. },
  579. "type": "library",
  580. "extra": {
  581. "branch-alias": {
  582. "dev-master": "5.1-dev"
  583. }
  584. },
  585. "autoload": {
  586. "psr-4": {
  587. "Illuminate\\Database\\": ""
  588. }
  589. },
  590. "notification-url": "https://packagist.org/downloads/",
  591. "license": [
  592. "MIT"
  593. ],
  594. "authors": [
  595. {
  596. "name": "Taylor Otwell",
  597. "email": "taylorotwell@gmail.com"
  598. }
  599. ],
  600. "description": "The Illuminate Database package.",
  601. "homepage": "http://laravel.com",
  602. "keywords": [
  603. "database",
  604. "laravel",
  605. "orm",
  606. "sql"
  607. ],
  608. "time": "2015-09-03 14:53:32"
  609. },
  610. {
  611. "name": "illuminate/encryption",
  612. "version": "v5.1.16",
  613. "source": {
  614. "type": "git",
  615. "url": "https://github.com/illuminate/encryption.git",
  616. "reference": "fa6e4d3a48f1230f31f4f33a7974154768d108e7"
  617. },
  618. "dist": {
  619. "type": "zip",
  620. "url": "https://api.github.com/repos/illuminate/encryption/zipball/fa6e4d3a48f1230f31f4f33a7974154768d108e7",
  621. "reference": "fa6e4d3a48f1230f31f4f33a7974154768d108e7",
  622. "shasum": ""
  623. },
  624. "require": {
  625. "ext-mbstring": "*",
  626. "ext-openssl": "*",
  627. "illuminate/contracts": "5.1.*",
  628. "illuminate/support": "5.1.*",
  629. "php": ">=5.5.9"
  630. },
  631. "type": "library",
  632. "extra": {
  633. "branch-alias": {
  634. "dev-master": "5.1-dev"
  635. }
  636. },
  637. "autoload": {
  638. "psr-4": {
  639. "Illuminate\\Encryption\\": ""
  640. }
  641. },
  642. "notification-url": "https://packagist.org/downloads/",
  643. "license": [
  644. "MIT"
  645. ],
  646. "authors": [
  647. {
  648. "name": "Taylor Otwell",
  649. "email": "taylorotwell@gmail.com"
  650. }
  651. ],
  652. "description": "The Illuminate Encryption package.",
  653. "homepage": "http://laravel.com",
  654. "time": "2015-08-09 08:20:05"
  655. },
  656. {
  657. "name": "illuminate/events",
  658. "version": "v5.1.16",
  659. "source": {
  660. "type": "git",
  661. "url": "https://github.com/illuminate/events.git",
  662. "reference": "851c2351401145d81674991fe8491d560e620ec6"
  663. },
  664. "dist": {
  665. "type": "zip",
  666. "url": "https://api.github.com/repos/illuminate/events/zipball/851c2351401145d81674991fe8491d560e620ec6",
  667. "reference": "851c2351401145d81674991fe8491d560e620ec6",
  668. "shasum": ""
  669. },
  670. "require": {
  671. "illuminate/container": "5.1.*",
  672. "illuminate/contracts": "5.1.*",
  673. "illuminate/support": "5.1.*",
  674. "php": ">=5.5.9"
  675. },
  676. "type": "library",
  677. "extra": {
  678. "branch-alias": {
  679. "dev-master": "5.1-dev"
  680. }
  681. },
  682. "autoload": {
  683. "psr-4": {
  684. "Illuminate\\Events\\": ""
  685. }
  686. },
  687. "notification-url": "https://packagist.org/downloads/",
  688. "license": [
  689. "MIT"
  690. ],
  691. "authors": [
  692. {
  693. "name": "Taylor Otwell",
  694. "email": "taylorotwell@gmail.com"
  695. }
  696. ],
  697. "description": "The Illuminate Events package.",
  698. "homepage": "http://laravel.com",
  699. "time": "2015-08-08 13:06:30"
  700. },
  701. {
  702. "name": "illuminate/filesystem",
  703. "version": "v5.1.16",
  704. "source": {
  705. "type": "git",
  706. "url": "https://github.com/illuminate/filesystem.git",
  707. "reference": "b93043ad8efe4a2ccd0bb202d8493255bb865720"
  708. },
  709. "dist": {
  710. "type": "zip",
  711. "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b93043ad8efe4a2ccd0bb202d8493255bb865720",
  712. "reference": "b93043ad8efe4a2ccd0bb202d8493255bb865720",
  713. "shasum": ""
  714. },
  715. "require": {
  716. "illuminate/contracts": "5.1.*",
  717. "illuminate/support": "5.1.*",
  718. "php": ">=5.5.9",
  719. "symfony/finder": "2.7.*"
  720. },
  721. "suggest": {
  722. "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
  723. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  724. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
  725. },
  726. "type": "library",
  727. "extra": {
  728. "branch-alias": {
  729. "dev-master": "5.1-dev"
  730. }
  731. },
  732. "autoload": {
  733. "psr-4": {
  734. "Illuminate\\Filesystem\\": ""
  735. }
  736. },
  737. "notification-url": "https://packagist.org/downloads/",
  738. "license": [
  739. "MIT"
  740. ],
  741. "authors": [
  742. {
  743. "name": "Taylor Otwell",
  744. "email": "taylorotwell@gmail.com"
  745. }
  746. ],
  747. "description": "The Illuminate Filesystem package.",
  748. "homepage": "http://laravel.com",
  749. "time": "2015-08-24 08:44:48"
  750. },
  751. {
  752. "name": "illuminate/hashing",
  753. "version": "v5.1.16",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/illuminate/hashing.git",
  757. "reference": "86d12970c19823809314eae180939de62d4fab2c"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/illuminate/hashing/zipball/86d12970c19823809314eae180939de62d4fab2c",
  762. "reference": "86d12970c19823809314eae180939de62d4fab2c",
  763. "shasum": ""
  764. },
  765. "require": {
  766. "illuminate/contracts": "5.1.*",
  767. "illuminate/support": "5.1.*",
  768. "php": ">=5.5.9"
  769. },
  770. "type": "library",
  771. "extra": {
  772. "branch-alias": {
  773. "dev-master": "5.1-dev"
  774. }
  775. },
  776. "autoload": {
  777. "psr-4": {
  778. "Illuminate\\Hashing\\": ""
  779. }
  780. },
  781. "notification-url": "https://packagist.org/downloads/",
  782. "license": [
  783. "MIT"
  784. ],
  785. "authors": [
  786. {
  787. "name": "Taylor Otwell",
  788. "email": "taylorotwell@gmail.com"
  789. }
  790. ],
  791. "description": "The Illuminate Hashing package.",
  792. "homepage": "http://laravel.com",
  793. "time": "2015-07-16 20:28:10"
  794. },
  795. {
  796. "name": "illuminate/http",
  797. "version": "v5.1.16",
  798. "source": {
  799. "type": "git",
  800. "url": "https://github.com/illuminate/http.git",
  801. "reference": "33e454bcf4f8711da12e182ec84eb0ee0b1f6eb5"
  802. },
  803. "dist": {
  804. "type": "zip",
  805. "url": "https://api.github.com/repos/illuminate/http/zipball/33e454bcf4f8711da12e182ec84eb0ee0b1f6eb5",
  806. "reference": "33e454bcf4f8711da12e182ec84eb0ee0b1f6eb5",
  807. "shasum": ""
  808. },
  809. "require": {
  810. "illuminate/session": "5.1.*",
  811. "illuminate/support": "5.1.*",
  812. "php": ">=5.5.9",
  813. "symfony/http-foundation": "2.7.*",
  814. "symfony/http-kernel": "2.7.*"
  815. },
  816. "type": "library",
  817. "extra": {
  818. "branch-alias": {
  819. "dev-master": "5.1-dev"
  820. }
  821. },
  822. "autoload": {
  823. "psr-4": {
  824. "Illuminate\\Http\\": ""
  825. }
  826. },
  827. "notification-url": "https://packagist.org/downloads/",
  828. "license": [
  829. "MIT"
  830. ],
  831. "authors": [
  832. {
  833. "name": "Taylor Otwell",
  834. "email": "taylorotwell@gmail.com"
  835. }
  836. ],
  837. "description": "The Illuminate Http package.",
  838. "homepage": "http://laravel.com",
  839. "time": "2015-08-01 00:02:33"
  840. },
  841. {
  842. "name": "illuminate/pagination",
  843. "version": "v5.1.16",
  844. "source": {
  845. "type": "git",
  846. "url": "https://github.com/illuminate/pagination.git",
  847. "reference": "0ce7a8e498efb1bfbe48d614da35fb510a59e839"
  848. },
  849. "dist": {
  850. "type": "zip",
  851. "url": "https://api.github.com/repos/illuminate/pagination/zipball/0ce7a8e498efb1bfbe48d614da35fb510a59e839",
  852. "reference": "0ce7a8e498efb1bfbe48d614da35fb510a59e839",
  853. "shasum": ""
  854. },
  855. "require": {
  856. "illuminate/contracts": "5.1.*",
  857. "illuminate/support": "5.1.*",
  858. "php": ">=5.5.9"
  859. },
  860. "type": "library",
  861. "extra": {
  862. "branch-alias": {
  863. "dev-master": "5.1-dev"
  864. }
  865. },
  866. "autoload": {
  867. "psr-4": {
  868. "Illuminate\\Pagination\\": ""
  869. }
  870. },
  871. "notification-url": "https://packagist.org/downloads/",
  872. "license": [
  873. "MIT"
  874. ],
  875. "authors": [
  876. {
  877. "name": "Taylor Otwell",
  878. "email": "taylorotwell@gmail.com"
  879. }
  880. ],
  881. "description": "The Illuminate Pagination package.",
  882. "homepage": "http://laravel.com",
  883. "time": "2015-08-01 00:02:33"
  884. },
  885. {
  886. "name": "illuminate/pipeline",
  887. "version": "v5.1.16",
  888. "source": {
  889. "type": "git",
  890. "url": "https://github.com/illuminate/pipeline.git",
  891. "reference": "579c8c6f270a13225e26e1801d6797283ecd153a"
  892. },
  893. "dist": {
  894. "type": "zip",
  895. "url": "https://api.github.com/repos/illuminate/pipeline/zipball/579c8c6f270a13225e26e1801d6797283ecd153a",
  896. "reference": "579c8c6f270a13225e26e1801d6797283ecd153a",
  897. "shasum": ""
  898. },
  899. "require": {
  900. "illuminate/contracts": "5.1.*",
  901. "illuminate/support": "5.1.*",
  902. "php": ">=5.5.9"
  903. },
  904. "type": "library",
  905. "extra": {
  906. "branch-alias": {
  907. "dev-master": "5.1-dev"
  908. }
  909. },
  910. "autoload": {
  911. "psr-4": {
  912. "Illuminate\\Pipeline\\": ""
  913. }
  914. },
  915. "notification-url": "https://packagist.org/downloads/",
  916. "license": [
  917. "MIT"
  918. ],
  919. "authors": [
  920. {
  921. "name": "Taylor Otwell",
  922. "email": "taylorotwell@gmail.com"
  923. }
  924. ],
  925. "description": "The Illuminate Pipeline package.",
  926. "homepage": "http://laravel.com",
  927. "time": "2015-06-01 15:39:11"
  928. },
  929. {
  930. "name": "illuminate/queue",
  931. "version": "v5.1.16",
  932. "source": {
  933. "type": "git",
  934. "url": "https://github.com/illuminate/queue.git",
  935. "reference": "f0d95a6ac9ee7527e0822448a2d816cdce2a949a"
  936. },
  937. "dist": {
  938. "type": "zip",
  939. "url": "https://api.github.com/repos/illuminate/queue/zipball/f0d95a6ac9ee7527e0822448a2d816cdce2a949a",
  940. "reference": "f0d95a6ac9ee7527e0822448a2d816cdce2a949a",
  941. "shasum": ""
  942. },
  943. "require": {
  944. "illuminate/console": "5.1.*",
  945. "illuminate/container": "5.1.*",
  946. "illuminate/contracts": "5.1.*",
  947. "illuminate/http": "5.1.*",
  948. "illuminate/support": "5.1.*",
  949. "nesbot/carbon": "~1.19",
  950. "php": ">=5.5.9",
  951. "symfony/process": "2.7.*"
  952. },
  953. "suggest": {
  954. "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
  955. "illuminate/redis": "Required to use the redis queue driver (5.1.*).",
  956. "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).",
  957. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0)."
  958. },
  959. "type": "library",
  960. "extra": {
  961. "branch-alias": {
  962. "dev-master": "5.1-dev"
  963. }
  964. },
  965. "autoload": {
  966. "psr-4": {
  967. "Illuminate\\Queue\\": ""
  968. },
  969. "classmap": [
  970. "IlluminateQueueClosure.php"
  971. ]
  972. },
  973. "notification-url": "https://packagist.org/downloads/",
  974. "license": [
  975. "MIT"
  976. ],
  977. "authors": [
  978. {
  979. "name": "Taylor Otwell",
  980. "email": "taylorotwell@gmail.com"
  981. }
  982. ],
  983. "description": "The Illuminate Queue package.",
  984. "homepage": "http://laravel.com",
  985. "time": "2015-08-16 14:07:18"
  986. },
  987. {
  988. "name": "illuminate/session",
  989. "version": "v5.1.16",
  990. "source": {
  991. "type": "git",
  992. "url": "https://github.com/illuminate/session.git",
  993. "reference": "f3fa68562ea3eb3fe8f52ef1543716fce32f930a"
  994. },
  995. "dist": {
  996. "type": "zip",
  997. "url": "https://api.github.com/repos/illuminate/session/zipball/f3fa68562ea3eb3fe8f52ef1543716fce32f930a",
  998. "reference": "f3fa68562ea3eb3fe8f52ef1543716fce32f930a",
  999. "shasum": ""
  1000. },
  1001. "require": {
  1002. "illuminate/contracts": "5.1.*",
  1003. "illuminate/support": "5.1.*",
  1004. "nesbot/carbon": "~1.19",
  1005. "php": ">=5.5.9",
  1006. "symfony/finder": "2.7.*",
  1007. "symfony/http-foundation": "2.7.*"
  1008. },
  1009. "suggest": {
  1010. "illuminate/console": "Required to use the session:table command (5.1.*)."
  1011. },
  1012. "type": "library",
  1013. "extra": {
  1014. "branch-alias": {
  1015. "dev-master": "5.1-dev"
  1016. }
  1017. },
  1018. "autoload": {
  1019. "psr-4": {
  1020. "Illuminate\\Session\\": ""
  1021. }
  1022. },
  1023. "notification-url": "https://packagist.org/downloads/",
  1024. "license": [
  1025. "MIT"
  1026. ],
  1027. "authors": [
  1028. {
  1029. "name": "Taylor Otwell",
  1030. "email": "taylorotwell@gmail.com"
  1031. }
  1032. ],
  1033. "description": "The Illuminate Session package.",
  1034. "homepage": "http://laravel.com",
  1035. "time": "2015-08-01 00:02:33"
  1036. },
  1037. {
  1038. "name": "illuminate/support",
  1039. "version": "v5.1.16",
  1040. "source": {
  1041. "type": "git",
  1042. "url": "https://github.com/illuminate/support.git",
  1043. "reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b"
  1044. },
  1045. "dist": {
  1046. "type": "zip",
  1047. "url": "https://api.github.com/repos/illuminate/support/zipball/c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
  1048. "reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
  1049. "shasum": ""
  1050. },
  1051. "require": {
  1052. "danielstjules/stringy": "~1.8",
  1053. "doctrine/inflector": "~1.0",
  1054. "ext-mbstring": "*",
  1055. "illuminate/contracts": "5.1.*",
  1056. "php": ">=5.5.9"
  1057. },
  1058. "suggest": {
  1059. "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
  1060. "symfony/var-dumper": "Required to use the dd function (2.7.*)."
  1061. },
  1062. "type": "library",
  1063. "extra": {
  1064. "branch-alias": {
  1065. "dev-master": "5.1-dev"
  1066. }
  1067. },
  1068. "autoload": {
  1069. "psr-4": {
  1070. "Illuminate\\Support\\": ""
  1071. },
  1072. "files": [
  1073. "helpers.php"
  1074. ]
  1075. },
  1076. "notification-url": "https://packagist.org/downloads/",
  1077. "license": [
  1078. "MIT"
  1079. ],
  1080. "authors": [
  1081. {
  1082. "name": "Taylor Otwell",
  1083. "email": "taylorotwell@gmail.com"
  1084. }
  1085. ],
  1086. "description": "The Illuminate Support package.",
  1087. "homepage": "http://laravel.com",
  1088. "time": "2015-09-03 15:47:41"
  1089. },
  1090. {
  1091. "name": "illuminate/translation",
  1092. "version": "v5.1.16",
  1093. "source": {
  1094. "type": "git",
  1095. "url": "https://github.com/illuminate/translation.git",
  1096. "reference": "81bf81fcb3ccc18e7aeabaefdbb7306581439fcc"
  1097. },
  1098. "dist": {
  1099. "type": "zip",
  1100. "url": "https://api.github.com/repos/illuminate/translation/zipball/81bf81fcb3ccc18e7aeabaefdbb7306581439fcc",
  1101. "reference": "81bf81fcb3ccc18e7aeabaefdbb7306581439fcc",
  1102. "shasum": ""
  1103. },
  1104. "require": {
  1105. "illuminate/filesystem": "5.1.*",
  1106. "illuminate/support": "5.1.*",
  1107. "php": ">=5.5.9",
  1108. "symfony/translation": "2.7.*"
  1109. },
  1110. "type": "library",
  1111. "extra": {
  1112. "branch-alias": {
  1113. "dev-master": "5.1-dev"
  1114. }
  1115. },
  1116. "autoload": {
  1117. "psr-4": {
  1118. "Illuminate\\Translation\\": ""
  1119. }
  1120. },
  1121. "notification-url": "https://packagist.org/downloads/",
  1122. "license": [
  1123. "MIT"
  1124. ],
  1125. "authors": [
  1126. {
  1127. "name": "Taylor Otwell",
  1128. "email": "taylorotwell@gmail.com"
  1129. }
  1130. ],
  1131. "description": "The Illuminate Translation package.",
  1132. "homepage": "http://laravel.com",
  1133. "time": "2015-08-01 00:02:33"
  1134. },
  1135. {
  1136. "name": "illuminate/validation",
  1137. "version": "v5.1.16",
  1138. "source": {
  1139. "type": "git",
  1140. "url": "https://github.com/illuminate/validation.git",
  1141. "reference": "6192667064fd75ff70efb83c6f5366a9edeac275"
  1142. },
  1143. "dist": {
  1144. "type": "zip",
  1145. "url": "https://api.github.com/repos/illuminate/validation/zipball/6192667064fd75ff70efb83c6f5366a9edeac275",
  1146. "reference": "6192667064fd75ff70efb83c6f5366a9edeac275",
  1147. "shasum": ""
  1148. },
  1149. "require": {
  1150. "illuminate/container": "5.1.*",
  1151. "illuminate/contracts": "5.1.*",
  1152. "illuminate/support": "5.1.*",
  1153. "php": ">=5.5.9",
  1154. "symfony/http-foundation": "2.7.*",
  1155. "symfony/translation": "2.7.*"
  1156. },
  1157. "suggest": {
  1158. "illuminate/database": "Required to use the database presence verifier (5.1.*)."
  1159. },
  1160. "type": "library",
  1161. "extra": {
  1162. "branch-alias": {
  1163. "dev-master": "5.1-dev"
  1164. }
  1165. },
  1166. "autoload": {
  1167. "psr-4": {
  1168. "Illuminate\\Validation\\": ""
  1169. }
  1170. },
  1171. "notification-url": "https://packagist.org/downloads/",
  1172. "license": [
  1173. "MIT"
  1174. ],
  1175. "authors": [
  1176. {
  1177. "name": "Taylor Otwell",
  1178. "email": "taylorotwell@gmail.com"
  1179. }
  1180. ],
  1181. "description": "The Illuminate Validation package.",
  1182. "homepage": "http://laravel.com",
  1183. "time": "2015-08-17 22:03:13"
  1184. },
  1185. {
  1186. "name": "illuminate/view",
  1187. "version": "v5.1.16",
  1188. "source": {
  1189. "type": "git",
  1190. "url": "https://github.com/illuminate/view.git",
  1191. "reference": "82c5bc657554360a7325ace0761c24f26de9e771"
  1192. },
  1193. "dist": {
  1194. "type": "zip",
  1195. "url": "https://api.github.com/repos/illuminate/view/zipball/82c5bc657554360a7325ace0761c24f26de9e771",
  1196. "reference": "82c5bc657554360a7325ace0761c24f26de9e771",
  1197. "shasum": ""
  1198. },
  1199. "require": {
  1200. "illuminate/container": "5.1.*",
  1201. "illuminate/contracts": "5.1.*",
  1202. "illuminate/events": "5.1.*",
  1203. "illuminate/filesystem": "5.1.*",
  1204. "illuminate/support": "5.1.*",
  1205. "php": ">=5.5.9"
  1206. },
  1207. "type": "library",
  1208. "extra": {
  1209. "branch-alias": {
  1210. "dev-master": "5.1-dev"
  1211. }
  1212. },
  1213. "autoload": {
  1214. "psr-4": {
  1215. "Illuminate\\View\\": ""
  1216. }
  1217. },
  1218. "notification-url": "https://packagist.org/downloads/",
  1219. "license": [
  1220. "MIT"
  1221. ],
  1222. "authors": [
  1223. {
  1224. "name": "Taylor Otwell",
  1225. "email": "taylorotwell@gmail.com"
  1226. }
  1227. ],
  1228. "description": "The Illuminate View package.",
  1229. "homepage": "http://laravel.com",
  1230. "time": "2015-09-04 12:45:07"
  1231. },
  1232. {
  1233. "name": "laravel/lumen-framework",
  1234. "version": "v5.1.4",
  1235. "source": {
  1236. "type": "git",
  1237. "url": "https://github.com/laravel/lumen-framework.git",
  1238. "reference": "b49e8275e47670b70043b50dcce67bd4079a03e9"
  1239. },
  1240. "dist": {
  1241. "type": "zip",
  1242. "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/b49e8275e47670b70043b50dcce67bd4079a03e9",
  1243. "reference": "b49e8275e47670b70043b50dcce67bd4079a03e9",
  1244. "shasum": ""
  1245. },
  1246. "require": {
  1247. "illuminate/auth": "5.1.*",
  1248. "illuminate/broadcasting": "5.1.*",
  1249. "illuminate/bus": "5.1.*",
  1250. "illuminate/cache": "5.1.*",
  1251. "illuminate/config": "5.1.*",
  1252. "illuminate/console": "5.1.*",
  1253. "illuminate/container": "5.1.*",
  1254. "illuminate/contracts": "5.1.*",
  1255. "illuminate/cookie": "5.1.*",
  1256. "illuminate/database": "5.1.*",
  1257. "illuminate/encryption": "5.1.*",
  1258. "illuminate/events": "5.1.*",
  1259. "illuminate/filesystem": "5.1.*",
  1260. "illuminate/hashing": "5.1.*",
  1261. "illuminate/http": "5.1.*",
  1262. "illuminate/pagination": "5.1.*",
  1263. "illuminate/queue": "5.1.*",
  1264. "illuminate/session": "5.1.*",
  1265. "illuminate/support": "5.1.*",
  1266. "illuminate/translation": "5.1.*",
  1267. "illuminate/validation": "5.1.*",
  1268. "illuminate/view": "5.1.*",
  1269. "monolog/monolog": "~1.0",
  1270. "mtdowling/cron-expression": "~1.0",
  1271. "nikic/fast-route": "0.4.*",
  1272. "php": ">=5.5.9",
  1273. "symfony/dom-crawler": "2.7.*",
  1274. "symfony/http-foundation": "2.7.*",
  1275. "symfony/http-kernel": "2.7.*",
  1276. "symfony/security-core": "2.7.*",
  1277. "symfony/var-dumper": "2.7.*"
  1278. },
  1279. "require-dev": {
  1280. "mockery/mockery": "~0.9",
  1281. "phpunit/phpunit": "~4.0"
  1282. },
  1283. "suggest": {
  1284. "vlucas/phpdotenv": "Required to use .env files (~1.0)."
  1285. },
  1286. "type": "library",
  1287. "autoload": {
  1288. "psr-4": {
  1289. "Laravel\\Lumen\\": "src/"
  1290. },
  1291. "classmap": [
  1292. "src/Foundation"
  1293. ],
  1294. "files": [
  1295. "src/helpers.php"
  1296. ]
  1297. },
  1298. "notification-url": "https://packagist.org/downloads/",
  1299. "license": [
  1300. "MIT"
  1301. ],
  1302. "authors": [
  1303. {
  1304. "name": "Taylor Otwell",
  1305. "email": "taylorotwell@gmail.com"
  1306. }
  1307. ],
  1308. "description": "The Laravel Lumen Framework.",
  1309. "homepage": "http://laravel.com",
  1310. "keywords": [
  1311. "framework",
  1312. "laravel",
  1313. "lumen"
  1314. ],
  1315. "time": "2015-08-31 15:51:22"
  1316. },
  1317. {
  1318. "name": "monolog/monolog",
  1319. "version": "1.17.1",
  1320. "source": {
  1321. "type": "git",
  1322. "url": "https://github.com/Seldaek/monolog.git",
  1323. "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
  1324. },
  1325. "dist": {
  1326. "type": "zip",
  1327. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
  1328. "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
  1329. "shasum": ""
  1330. },
  1331. "require": {
  1332. "php": ">=5.3.0",
  1333. "psr/log": "~1.0"
  1334. },
  1335. "provide": {
  1336. "psr/log-implementation": "1.0.0"
  1337. },
  1338. "require-dev": {
  1339. "aws/aws-sdk-php": "^2.4.9",
  1340. "doctrine/couchdb": "~1.0@dev",
  1341. "graylog2/gelf-php": "~1.0",
  1342. "php-console/php-console": "^3.1.3",
  1343. "phpunit/phpunit": "~4.5",
  1344. "phpunit/phpunit-mock-objects": "2.3.0",
  1345. "raven/raven": "~0.11",
  1346. "ruflin/elastica": ">=0.90 <3.0",
  1347. "swiftmailer/swiftmailer": "~5.3",
  1348. "videlalvaro/php-amqplib": "~2.4"
  1349. },
  1350. "suggest": {
  1351. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1352. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1353. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1354. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1355. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1356. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1357. "raven/raven": "Allow sending log messages to a Sentry server",
  1358. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1359. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1360. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  1361. },
  1362. "type": "library",
  1363. "extra": {
  1364. "branch-alias": {
  1365. "dev-master": "1.16.x-dev"
  1366. }
  1367. },
  1368. "autoload": {
  1369. "psr-4": {
  1370. "Monolog\\": "src/Monolog"
  1371. }
  1372. },
  1373. "notification-url": "https://packagist.org/downloads/",
  1374. "license": [
  1375. "MIT"
  1376. ],
  1377. "authors": [
  1378. {
  1379. "name": "Jordi Boggiano",
  1380. "email": "j.boggiano@seld.be",
  1381. "homepage": "http://seld.be"
  1382. }
  1383. ],
  1384. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1385. "homepage": "http://github.com/Seldaek/monolog",
  1386. "keywords": [
  1387. "log",
  1388. "logging",
  1389. "psr-3"
  1390. ],
  1391. "time": "2015-08-31 09:17:37"
  1392. },
  1393. {
  1394. "name": "mtdowling/cron-expression",
  1395. "version": "v1.0.4",
  1396. "source": {
  1397. "type": "git",
  1398. "url": "https://github.com/mtdowling/cron-expression.git",
  1399. "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
  1400. },
  1401. "dist": {
  1402. "type": "zip",
  1403. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
  1404. "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
  1405. "shasum": ""
  1406. },
  1407. "require": {
  1408. "php": ">=5.3.2"
  1409. },
  1410. "require-dev": {
  1411. "phpunit/phpunit": "4.*"
  1412. },
  1413. "type": "library",
  1414. "autoload": {
  1415. "psr-0": {
  1416. "Cron": "src/"
  1417. }
  1418. },
  1419. "notification-url": "https://packagist.org/downloads/",
  1420. "license": [
  1421. "MIT"
  1422. ],
  1423. "authors": [
  1424. {
  1425. "name": "Michael Dowling",
  1426. "email": "mtdowling@gmail.com",
  1427. "homepage": "https://github.com/mtdowling"
  1428. }
  1429. ],
  1430. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1431. "keywords": [
  1432. "cron",
  1433. "schedule"
  1434. ],
  1435. "time": "2015-01-11 23:07:46"
  1436. },
  1437. {
  1438. "name": "nesbot/carbon",
  1439. "version": "1.20.0",
  1440. "source": {
  1441. "type": "git",
  1442. "url": "https://github.com/briannesbitt/Carbon.git",
  1443. "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
  1444. },
  1445. "dist": {
  1446. "type": "zip",
  1447. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
  1448. "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
  1449. "shasum": ""
  1450. },
  1451. "require": {
  1452. "php": ">=5.3.0",
  1453. "symfony/translation": "~2.6|~3.0"
  1454. },
  1455. "require-dev": {
  1456. "phpunit/phpunit": "~4.0"
  1457. },
  1458. "type": "library",
  1459. "autoload": {
  1460. "psr-0": {
  1461. "Carbon": "src"
  1462. }
  1463. },
  1464. "notification-url": "https://packagist.org/downloads/",
  1465. "license": [
  1466. "MIT"
  1467. ],
  1468. "authors": [
  1469. {
  1470. "name": "Brian Nesbitt",
  1471. "email": "brian@nesbot.com",
  1472. "homepage": "http://nesbot.com"
  1473. }
  1474. ],
  1475. "description": "A simple API extension for DateTime.",
  1476. "homepage": "http://carbon.nesbot.com",
  1477. "keywords": [
  1478. "date",
  1479. "datetime",
  1480. "time"
  1481. ],
  1482. "time": "2015-06-25 04:19:39"
  1483. },
  1484. {
  1485. "name": "nikic/fast-route",
  1486. "version": "v0.4.0",
  1487. "source": {
  1488. "type": "git",
  1489. "url": "https://github.com/nikic/FastRoute.git",
  1490. "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
  1491. },
  1492. "dist": {
  1493. "type": "zip",
  1494. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
  1495. "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
  1496. "shasum": ""
  1497. },
  1498. "require": {
  1499. "php": ">=5.4.0"
  1500. },
  1501. "type": "library",
  1502. "autoload": {
  1503. "psr-4": {
  1504. "FastRoute\\": "src/"
  1505. },
  1506. "files": [
  1507. "src/functions.php"
  1508. ]
  1509. },
  1510. "notification-url": "https://packagist.org/downloads/",
  1511. "license": [
  1512. "BSD-3-Clause"
  1513. ],
  1514. "authors": [
  1515. {
  1516. "name": "Nikita Popov",
  1517. "email": "nikic@php.net"
  1518. }
  1519. ],
  1520. "description": "Fast request router for PHP",
  1521. "keywords": [
  1522. "router",
  1523. "routing"
  1524. ],
  1525. "time": "2015-02-26 15:33:07"
  1526. },
  1527. {
  1528. "name": "p3k/quartz-db",
  1529. "version": "0.1.0",
  1530. "source": {
  1531. "type": "git",
  1532. "url": "https://github.com/aaronpk/QuartzDB.git",
  1533. "reference": "d060c23716fc5d0a4bdb77f32e8c813e29c923ed"
  1534. },
  1535. "dist": {
  1536. "type": "zip",
  1537. "url": "https://api.github.com/repos/aaronpk/QuartzDB/zipball/d060c23716fc5d0a4bdb77f32e8c813e29c923ed",
  1538. "reference": "d060c23716fc5d0a4bdb77f32e8c813e29c923ed",
  1539. "shasum": ""
  1540. },
  1541. "type": "library",
  1542. "autoload": {
  1543. "psr-0": {
  1544. "Quartz": "src/"
  1545. }
  1546. },
  1547. "notification-url": "https://packagist.org/downloads/",
  1548. "license": [
  1549. "Apache 2.0"
  1550. ],
  1551. "authors": [
  1552. {
  1553. "name": "Aaron Parecki"
  1554. }
  1555. ],
  1556. "description": "A flat-file database optimized to hold time-series data.",
  1557. "time": "2015-09-21 17:56:12"
  1558. },
  1559. {
  1560. "name": "psr/log",
  1561. "version": "1.0.0",
  1562. "source": {
  1563. "type": "git",
  1564. "url": "https://github.com/php-fig/log.git",
  1565. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1566. },
  1567. "dist": {
  1568. "type": "zip",
  1569. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1570. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1571. "shasum": ""
  1572. },
  1573. "type": "library",
  1574. "autoload": {
  1575. "psr-0": {
  1576. "Psr\\Log\\": ""
  1577. }
  1578. },
  1579. "notification-url": "https://packagist.org/downloads/",
  1580. "license": [
  1581. "MIT"
  1582. ],
  1583. "authors": [
  1584. {
  1585. "name": "PHP-FIG",
  1586. "homepage": "http://www.php-fig.org/"
  1587. }
  1588. ],
  1589. "description": "Common interface for logging libraries",
  1590. "keywords": [
  1591. "log",
  1592. "psr",
  1593. "psr-3"
  1594. ],
  1595. "time": "2012-12-21 11:40:51"
  1596. },
  1597. {
  1598. "name": "symfony/console",
  1599. "version": "v2.7.4",
  1600. "source": {
  1601. "type": "git",
  1602. "url": "https://github.com/symfony/Console.git",
  1603. "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8"
  1604. },
  1605. "dist": {
  1606. "type": "zip",
  1607. "url": "https://api.github.com/repos/symfony/Console/zipball/9ff9032151186bd66ecee727d728f1319f52d1d8",
  1608. "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8",
  1609. "shasum": ""
  1610. },
  1611. "require": {
  1612. "php": ">=5.3.9"
  1613. },
  1614. "require-dev": {
  1615. "psr/log": "~1.0",
  1616. "symfony/event-dispatcher": "~2.1",
  1617. "symfony/phpunit-bridge": "~2.7",
  1618. "symfony/process": "~2.1"
  1619. },
  1620. "suggest": {
  1621. "psr/log": "For using the console logger",
  1622. "symfony/event-dispatcher": "",
  1623. "symfony/process": ""
  1624. },
  1625. "type": "library",
  1626. "extra": {
  1627. "branch-alias": {
  1628. "dev-master": "2.7-dev"
  1629. }
  1630. },
  1631. "autoload": {
  1632. "psr-4": {
  1633. "Symfony\\Component\\Console\\": ""
  1634. }
  1635. },
  1636. "notification-url": "https://packagist.org/downloads/",
  1637. "license": [
  1638. "MIT"
  1639. ],
  1640. "authors": [
  1641. {
  1642. "name": "Fabien Potencier",
  1643. "email": "fabien@symfony.com"
  1644. },
  1645. {
  1646. "name": "Symfony Community",
  1647. "homepage": "https://symfony.com/contributors"
  1648. }
  1649. ],
  1650. "description": "Symfony Console Component",
  1651. "homepage": "https://symfony.com",
  1652. "time": "2015-09-03 11:40:38"
  1653. },
  1654. {
  1655. "name": "symfony/debug",
  1656. "version": "v2.7.4",
  1657. "source": {
  1658. "type": "git",
  1659. "url": "https://github.com/symfony/Debug.git",
  1660. "reference": "726bf9651d29f53243281d0b6418cfaa5e318281"
  1661. },
  1662. "dist": {
  1663. "type": "zip",
  1664. "url": "https://api.github.com/repos/symfony/Debug/zipball/726bf9651d29f53243281d0b6418cfaa5e318281",
  1665. "reference": "726bf9651d29f53243281d0b6418cfaa5e318281",
  1666. "shasum": ""
  1667. },
  1668. "require": {
  1669. "php": ">=5.3.9",
  1670. "psr/log": "~1.0"
  1671. },
  1672. "conflict": {
  1673. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1674. },
  1675. "require-dev": {
  1676. "symfony/class-loader": "~2.2",
  1677. "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
  1678. "symfony/phpunit-bridge": "~2.7"
  1679. },
  1680. "type": "library",
  1681. "extra": {
  1682. "branch-alias": {
  1683. "dev-master": "2.7-dev"
  1684. }
  1685. },
  1686. "autoload": {
  1687. "psr-4": {
  1688. "Symfony\\Component\\Debug\\": ""
  1689. }
  1690. },
  1691. "notification-url": "https://packagist.org/downloads/",
  1692. "license": [
  1693. "MIT"
  1694. ],
  1695. "authors": [
  1696. {
  1697. "name": "Fabien Potencier",
  1698. "email": "fabien@symfony.com"
  1699. },
  1700. {
  1701. "name": "Symfony Community",
  1702. "homepage": "https://symfony.com/contributors"
  1703. }
  1704. ],
  1705. "description": "Symfony Debug Component",
  1706. "homepage": "https://symfony.com",
  1707. "time": "2015-08-29 11:12:16"
  1708. },
  1709. {
  1710. "name": "symfony/dom-crawler",
  1711. "version": "v2.7.4",
  1712. "source": {
  1713. "type": "git",
  1714. "url": "https://github.com/symfony/DomCrawler.git",
  1715. "reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e"
  1716. },
  1717. "dist": {
  1718. "type": "zip",
  1719. "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/2a161e4ee2b2f33d4153be58df4f6f2a5506936e",
  1720. "reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e",
  1721. "shasum": ""
  1722. },
  1723. "require": {
  1724. "php": ">=5.3.9"
  1725. },
  1726. "require-dev": {
  1727. "symfony/css-selector": "~2.3",
  1728. "symfony/phpunit-bridge": "~2.7"
  1729. },
  1730. "suggest": {
  1731. "symfony/css-selector": ""
  1732. },
  1733. "type": "library",
  1734. "extra": {
  1735. "branch-alias": {
  1736. "dev-master": "2.7-dev"
  1737. }
  1738. },
  1739. "autoload": {
  1740. "psr-4": {
  1741. "Symfony\\Component\\DomCrawler\\": ""
  1742. }
  1743. },
  1744. "notification-url": "https://packagist.org/downloads/",
  1745. "license": [
  1746. "MIT"
  1747. ],
  1748. "authors": [
  1749. {
  1750. "name": "Fabien Potencier",
  1751. "email": "fabien@symfony.com"
  1752. },
  1753. {
  1754. "name": "Symfony Community",
  1755. "homepage": "https://symfony.com/contributors"
  1756. }
  1757. ],
  1758. "description": "Symfony DomCrawler Component",
  1759. "homepage": "https://symfony.com",
  1760. "time": "2015-08-26 10:48:03"
  1761. },
  1762. {
  1763. "name": "symfony/event-dispatcher",
  1764. "version": "v2.7.4",
  1765. "source": {
  1766. "type": "git",
  1767. "url": "https://github.com/symfony/EventDispatcher.git",
  1768. "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa"
  1769. },
  1770. "dist": {
  1771. "type": "zip",
  1772. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa",
  1773. "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
  1774. "shasum": ""
  1775. },
  1776. "require": {
  1777. "php": ">=5.3.9"
  1778. },
  1779. "require-dev": {
  1780. "psr/log": "~1.0",
  1781. "symfony/config": "~2.0,>=2.0.5",
  1782. "symfony/dependency-injection": "~2.6",
  1783. "symfony/expression-language": "~2.6",
  1784. "symfony/phpunit-bridge": "~2.7",
  1785. "symfony/stopwatch": "~2.3"
  1786. },
  1787. "suggest": {
  1788. "symfony/dependency-injection": "",
  1789. "symfony/http-kernel": ""
  1790. },
  1791. "type": "library",
  1792. "extra": {
  1793. "branch-alias": {
  1794. "dev-master": "2.7-dev"
  1795. }
  1796. },
  1797. "autoload": {
  1798. "psr-4": {
  1799. "Symfony\\Component\\EventDispatcher\\": ""
  1800. }
  1801. },
  1802. "notification-url": "https://packagist.org/downloads/",
  1803. "license": [
  1804. "MIT"
  1805. ],
  1806. "authors": [
  1807. {
  1808. "name": "Fabien Potencier",
  1809. "email": "fabien@symfony.com"
  1810. },
  1811. {
  1812. "name": "Symfony Community",
  1813. "homepage": "https://symfony.com/contributors"
  1814. }
  1815. ],
  1816. "description": "Symfony EventDispatcher Component",
  1817. "homepage": "https://symfony.com",
  1818. "time": "2015-08-24 07:13:45"
  1819. },
  1820. {
  1821. "name": "symfony/finder",
  1822. "version": "v2.7.4",
  1823. "source": {
  1824. "type": "git",
  1825. "url": "https://github.com/symfony/Finder.git",
  1826. "reference": "fff4b0c362640a0ab7355e2647b3d461608e9065"
  1827. },
  1828. "dist": {
  1829. "type": "zip",
  1830. "url": "https://api.github.com/repos/symfony/Finder/zipball/fff4b0c362640a0ab7355e2647b3d461608e9065",
  1831. "reference": "fff4b0c362640a0ab7355e2647b3d461608e9065",
  1832. "shasum": ""
  1833. },
  1834. "require": {
  1835. "php": ">=5.3.9"
  1836. },
  1837. "require-dev": {
  1838. "symfony/phpunit-bridge": "~2.7"
  1839. },
  1840. "type": "library",
  1841. "extra": {
  1842. "branch-alias": {
  1843. "dev-master": "2.7-dev"
  1844. }
  1845. },
  1846. "autoload": {
  1847. "psr-4": {
  1848. "Symfony\\Component\\Finder\\": ""
  1849. }
  1850. },
  1851. "notification-url": "https://packagist.org/downloads/",
  1852. "license": [
  1853. "MIT"
  1854. ],
  1855. "authors": [
  1856. {
  1857. "name": "Fabien Potencier",
  1858. "email": "fabien@symfony.com"
  1859. },
  1860. {
  1861. "name": "Symfony Community",
  1862. "homepage": "https://symfony.com/contributors"
  1863. }
  1864. ],
  1865. "description": "Symfony Finder Component",
  1866. "homepage": "https://symfony.com",
  1867. "time": "2015-08-26 17:56:37"
  1868. },
  1869. {
  1870. "name": "symfony/http-foundation",
  1871. "version": "v2.7.4",
  1872. "source": {
  1873. "type": "git",
  1874. "url": "https://github.com/symfony/HttpFoundation.git",
  1875. "reference": "7253c2041652353e71560bbd300d6256d170ddaf"
  1876. },
  1877. "dist": {
  1878. "type": "zip",
  1879. "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/7253c2041652353e71560bbd300d6256d170ddaf",
  1880. "reference": "7253c2041652353e71560bbd300d6256d170ddaf",
  1881. "shasum": ""
  1882. },
  1883. "require": {
  1884. "php": ">=5.3.9"
  1885. },
  1886. "require-dev": {
  1887. "symfony/expression-language": "~2.4",
  1888. "symfony/phpunit-bridge": "~2.7"
  1889. },
  1890. "type": "library",
  1891. "extra": {
  1892. "branch-alias": {
  1893. "dev-master": "2.7-dev"
  1894. }
  1895. },
  1896. "autoload": {
  1897. "psr-4": {
  1898. "Symfony\\Component\\HttpFoundation\\": ""
  1899. },
  1900. "classmap": [
  1901. "Resources/stubs"
  1902. ]
  1903. },
  1904. "notification-url": "https://packagist.org/downloads/",
  1905. "license": [
  1906. "MIT"
  1907. ],
  1908. "authors": [
  1909. {
  1910. "name": "Fabien Potencier",
  1911. "email": "fabien@symfony.com"
  1912. },
  1913. {
  1914. "name": "Symfony Community",
  1915. "homepage": "https://symfony.com/contributors"
  1916. }
  1917. ],
  1918. "description": "Symfony HttpFoundation Component",
  1919. "homepage": "https://symfony.com",
  1920. "time": "2015-08-27 06:45:45"
  1921. },
  1922. {
  1923. "name": "symfony/http-kernel",
  1924. "version": "v2.7.4",
  1925. "source": {
  1926. "type": "git",
  1927. "url": "https://github.com/symfony/HttpKernel.git",
  1928. "reference": "fd9c7af92c9e3ade1327cc3af10b17731eebc4a7"
  1929. },
  1930. "dist": {
  1931. "type": "zip",
  1932. "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/fd9c7af92c9e3ade1327cc3af10b17731eebc4a7",
  1933. "reference": "fd9c7af92c9e3ade1327cc3af10b17731eebc4a7",
  1934. "shasum": ""
  1935. },
  1936. "require": {
  1937. "php": ">=5.3.9",
  1938. "psr/log": "~1.0",
  1939. "symfony/debug": "~2.6,>=2.6.2",
  1940. "symfony/event-dispatcher": "~2.6,>=2.6.7",
  1941. "symfony/http-foundation": "~2.5,>=2.5.4"
  1942. },
  1943. "conflict": {
  1944. "symfony/config": "<2.7"
  1945. },
  1946. "require-dev": {
  1947. "symfony/browser-kit": "~2.3",
  1948. "symfony/class-loader": "~2.1",
  1949. "symfony/config": "~2.7",
  1950. "symfony/console": "~2.3",
  1951. "symfony/css-selector": "~2.0,>=2.0.5",
  1952. "symfony/dependency-injection": "~2.2",
  1953. "symfony/dom-crawler": "~2.0,>=2.0.5",
  1954. "symfony/expression-language": "~2.4",
  1955. "symfony/finder": "~2.0,>=2.0.5",
  1956. "symfony/phpunit-bridge": "~2.7",
  1957. "symfony/process": "~2.0,>=2.0.5",
  1958. "symfony/routing": "~2.2",
  1959. "symfony/stopwatch": "~2.3",
  1960. "symfony/templating": "~2.2",
  1961. "symfony/translation": "~2.0,>=2.0.5",
  1962. "symfony/var-dumper": "~2.6"
  1963. },
  1964. "suggest": {
  1965. "symfony/browser-kit": "",
  1966. "symfony/class-loader": "",
  1967. "symfony/config": "",
  1968. "symfony/console": "",
  1969. "symfony/dependency-injection": "",
  1970. "symfony/finder": "",
  1971. "symfony/var-dumper": ""
  1972. },
  1973. "type": "library",
  1974. "extra": {
  1975. "branch-alias": {
  1976. "dev-master": "2.7-dev"
  1977. }
  1978. },
  1979. "autoload": {
  1980. "psr-4": {
  1981. "Symfony\\Component\\HttpKernel\\": ""
  1982. }
  1983. },
  1984. "notification-url": "https://packagist.org/downloads/",
  1985. "license": [
  1986. "MIT"
  1987. ],
  1988. "authors": [
  1989. {
  1990. "name": "Fabien Potencier",
  1991. "email": "fabien@symfony.com"
  1992. },
  1993. {
  1994. "name": "Symfony Community",
  1995. "homepage": "https://symfony.com/contributors"
  1996. }
  1997. ],
  1998. "description": "Symfony HttpKernel Component",
  1999. "homepage": "https://symfony.com",
  2000. "time": "2015-09-08 14:26:39"
  2001. },
  2002. {
  2003. "name": "symfony/process",
  2004. "version": "v2.7.4",
  2005. "source": {
  2006. "type": "git",
  2007. "url": "https://github.com/symfony/Process.git",
  2008. "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e"
  2009. },
  2010. "dist": {
  2011. "type": "zip",
  2012. "url": "https://api.github.com/repos/symfony/Process/zipball/f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
  2013. "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
  2014. "shasum": ""
  2015. },
  2016. "require": {
  2017. "php": ">=5.3.9"
  2018. },
  2019. "require-dev": {
  2020. "symfony/phpunit-bridge": "~2.7"
  2021. },
  2022. "type": "library",
  2023. "extra": {
  2024. "branch-alias": {
  2025. "dev-master": "2.7-dev"
  2026. }
  2027. },
  2028. "autoload": {
  2029. "psr-4": {
  2030. "Symfony\\Component\\Process\\": ""
  2031. }
  2032. },
  2033. "notification-url": "https://packagist.org/downloads/",
  2034. "license": [
  2035. "MIT"
  2036. ],
  2037. "authors": [
  2038. {
  2039. "name": "Fabien Potencier",
  2040. "email": "fabien@symfony.com"
  2041. },
  2042. {
  2043. "name": "Symfony Community",
  2044. "homepage": "https://symfony.com/contributors"
  2045. }
  2046. ],
  2047. "description": "Symfony Process Component",
  2048. "homepage": "https://symfony.com",
  2049. "time": "2015-08-27 06:45:45"
  2050. },
  2051. {
  2052. "name": "symfony/security-core",
  2053. "version": "v2.7.4",
  2054. "source": {
  2055. "type": "git",
  2056. "url": "https://github.com/symfony/security-core.git",
  2057. "reference": "fba105731ce43dcb512ace74c82b72d042b6938c"
  2058. },
  2059. "dist": {
  2060. "type": "zip",
  2061. "url": "https://api.github.com/repos/symfony/security-core/zipball/fba105731ce43dcb512ace74c82b72d042b6938c",
  2062. "reference": "fba105731ce43dcb512ace74c82b72d042b6938c",
  2063. "shasum": ""
  2064. },
  2065. "require": {
  2066. "php": ">=5.3.9"
  2067. },
  2068. "require-dev": {
  2069. "ircmaxell/password-compat": "1.0.*",
  2070. "psr/log": "~1.0",
  2071. "symfony/event-dispatcher": "~2.1",
  2072. "symfony/expression-language": "~2.6",
  2073. "symfony/http-foundation": "~2.4",
  2074. "symfony/phpunit-bridge": "~2.7",
  2075. "symfony/translation": "~2.0,>=2.0.5",
  2076. "symfony/validator": "~2.5,>=2.5.5"
  2077. },
  2078. "suggest": {
  2079. "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
  2080. "symfony/event-dispatcher": "",
  2081. "symfony/expression-language": "For using the expression voter",
  2082. "symfony/http-foundation": "",
  2083. "symfony/validator": "For using the user password constraint"
  2084. },
  2085. "type": "library",
  2086. "extra": {
  2087. "branch-alias": {
  2088. "dev-master": "2.7-dev"
  2089. }
  2090. },
  2091. "autoload": {
  2092. "psr-4": {
  2093. "Symfony\\Component\\Security\\Core\\": ""
  2094. }
  2095. },
  2096. "notification-url": "https://packagist.org/downloads/",
  2097. "license": [
  2098. "MIT"
  2099. ],
  2100. "authors": [
  2101. {
  2102. "name": "Fabien Potencier",
  2103. "email": "fabien@symfony.com"
  2104. },
  2105. {
  2106. "name": "Symfony Community",
  2107. "homepage": "https://symfony.com/contributors"
  2108. }
  2109. ],
  2110. "description": "Symfony Security Component - Core Library",
  2111. "homepage": "https://symfony.com",
  2112. "time": "2015-08-30 11:26:29"
  2113. },
  2114. {
  2115. "name": "symfony/translation",
  2116. "version": "v2.7.4",
  2117. "source": {
  2118. "type": "git",
  2119. "url": "https://github.com/symfony/Translation.git",
  2120. "reference": "485877661835e188cd78345c6d4eef1290d17571"
  2121. },
  2122. "dist": {
  2123. "type": "zip",
  2124. "url": "https://api.github.com/repos/symfony/Translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
  2125. "reference": "485877661835e188cd78345c6d4eef1290d17571",
  2126. "shasum": ""
  2127. },
  2128. "require": {
  2129. "php": ">=5.3.9"
  2130. },
  2131. "conflict": {
  2132. "symfony/config": "<2.7"
  2133. },
  2134. "require-dev": {
  2135. "psr/log": "~1.0",
  2136. "symfony/config": "~2.7",
  2137. "symfony/intl": "~2.4",
  2138. "symfony/phpunit-bridge": "~2.7",
  2139. "symfony/yaml": "~2.2"
  2140. },
  2141. "suggest": {
  2142. "psr/log": "To use logging capability in translator",
  2143. "symfony/config": "",
  2144. "symfony/yaml": ""
  2145. },
  2146. "type": "library",
  2147. "extra": {
  2148. "branch-alias": {
  2149. "dev-master": "2.7-dev"
  2150. }
  2151. },
  2152. "autoload": {
  2153. "psr-4": {
  2154. "Symfony\\Component\\Translation\\": ""
  2155. }
  2156. },
  2157. "notification-url": "https://packagist.org/downloads/",
  2158. "license": [
  2159. "MIT"
  2160. ],
  2161. "authors": [
  2162. {
  2163. "name": "Fabien Potencier",
  2164. "email": "fabien@symfony.com"
  2165. },
  2166. {
  2167. "name": "Symfony Community",
  2168. "homepage": "https://symfony.com/contributors"
  2169. }
  2170. ],
  2171. "description": "Symfony Translation Component",
  2172. "homepage": "https://symfony.com",
  2173. "time": "2015-09-06 08:36:38"
  2174. },
  2175. {
  2176. "name": "symfony/var-dumper",
  2177. "version": "v2.7.4",
  2178. "source": {
  2179. "type": "git",
  2180. "url": "https://github.com/symfony/var-dumper.git",
  2181. "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57"
  2182. },
  2183. "dist": {
  2184. "type": "zip",
  2185. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b39221998ff5fc26ba63f96d2b833dfddc233d57",
  2186. "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57",
  2187. "shasum": ""
  2188. },
  2189. "require": {
  2190. "php": ">=5.3.9"
  2191. },
  2192. "require-dev": {
  2193. "symfony/phpunit-bridge": "~2.7"
  2194. },
  2195. "suggest": {
  2196. "ext-symfony_debug": ""
  2197. },
  2198. "type": "library",
  2199. "extra": {
  2200. "branch-alias": {
  2201. "dev-master": "2.7-dev"
  2202. }
  2203. },
  2204. "autoload": {
  2205. "files": [
  2206. "Resources/functions/dump.php"
  2207. ],
  2208. "psr-4": {
  2209. "Symfony\\Component\\VarDumper\\": ""
  2210. }
  2211. },
  2212. "notification-url": "https://packagist.org/downloads/",
  2213. "license": [
  2214. "MIT"
  2215. ],
  2216. "authors": [
  2217. {
  2218. "name": "Nicolas Grekas",
  2219. "email": "p@tchwork.com"
  2220. },
  2221. {
  2222. "name": "Symfony Community",
  2223. "homepage": "https://symfony.com/contributors"
  2224. }
  2225. ],
  2226. "description": "Symfony mechanism for exploring and dumping PHP variables",
  2227. "homepage": "https://symfony.com",
  2228. "keywords": [
  2229. "debug",
  2230. "dump"
  2231. ],
  2232. "time": "2015-08-31 12:28:11"
  2233. },
  2234. {
  2235. "name": "vlucas/phpdotenv",
  2236. "version": "v1.1.1",
  2237. "source": {
  2238. "type": "git",
  2239. "url": "https://github.com/vlucas/phpdotenv.git",
  2240. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
  2241. },
  2242. "dist": {
  2243. "type": "zip",
  2244. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  2245. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  2246. "shasum": ""
  2247. },
  2248. "require": {
  2249. "php": ">=5.3.2"
  2250. },
  2251. "require-dev": {
  2252. "phpunit/phpunit": "~4.0"
  2253. },
  2254. "type": "library",
  2255. "autoload": {
  2256. "psr-0": {
  2257. "Dotenv": "src/"
  2258. }
  2259. },
  2260. "notification-url": "https://packagist.org/downloads/",
  2261. "license": [
  2262. "BSD"
  2263. ],
  2264. "authors": [
  2265. {
  2266. "name": "Vance Lucas",
  2267. "email": "vance@vancelucas.com",
  2268. "homepage": "http://www.vancelucas.com"
  2269. }
  2270. ],
  2271. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2272. "homepage": "http://github.com/vlucas/phpdotenv",
  2273. "keywords": [
  2274. "dotenv",
  2275. "env",
  2276. "environment"
  2277. ],
  2278. "time": "2015-05-30 15:59:26"
  2279. }
  2280. ],
  2281. "packages-dev": [
  2282. {
  2283. "name": "doctrine/instantiator",
  2284. "version": "1.0.5",
  2285. "source": {
  2286. "type": "git",
  2287. "url": "https://github.com/doctrine/instantiator.git",
  2288. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  2289. },
  2290. "dist": {
  2291. "type": "zip",
  2292. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  2293. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  2294. "shasum": ""
  2295. },
  2296. "require": {
  2297. "php": ">=5.3,<8.0-DEV"
  2298. },
  2299. "require-dev": {
  2300. "athletic/athletic": "~0.1.8",
  2301. "ext-pdo": "*",
  2302. "ext-phar": "*",
  2303. "phpunit/phpunit": "~4.0",
  2304. "squizlabs/php_codesniffer": "~2.0"
  2305. },
  2306. "type": "library",
  2307. "extra": {
  2308. "branch-alias": {
  2309. "dev-master": "1.0.x-dev"
  2310. }
  2311. },
  2312. "autoload": {
  2313. "psr-4": {
  2314. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2315. }
  2316. },
  2317. "notification-url": "https://packagist.org/downloads/",
  2318. "license": [
  2319. "MIT"
  2320. ],
  2321. "authors": [
  2322. {
  2323. "name": "Marco Pivetta",
  2324. "email": "ocramius@gmail.com",
  2325. "homepage": "http://ocramius.github.com/"
  2326. }
  2327. ],
  2328. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2329. "homepage": "https://github.com/doctrine/instantiator",
  2330. "keywords": [
  2331. "constructor",
  2332. "instantiate"
  2333. ],
  2334. "time": "2015-06-14 21:17:01"
  2335. },
  2336. {
  2337. "name": "fzaninotto/faker",
  2338. "version": "v1.5.0",
  2339. "source": {
  2340. "type": "git",
  2341. "url": "https://github.com/fzaninotto/Faker.git",
  2342. "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
  2343. },
  2344. "dist": {
  2345. "type": "zip",
  2346. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
  2347. "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
  2348. "shasum": ""
  2349. },
  2350. "require": {
  2351. "php": ">=5.3.3"
  2352. },
  2353. "require-dev": {
  2354. "phpunit/phpunit": "~4.0",
  2355. "squizlabs/php_codesniffer": "~1.5"
  2356. },
  2357. "suggest": {
  2358. "ext-intl": "*"
  2359. },
  2360. "type": "library",
  2361. "extra": {
  2362. "branch-alias": {
  2363. "dev-master": "1.5.x-dev"
  2364. }
  2365. },
  2366. "autoload": {
  2367. "psr-4": {
  2368. "Faker\\": "src/Faker/"
  2369. }
  2370. },
  2371. "notification-url": "https://packagist.org/downloads/",
  2372. "license": [
  2373. "MIT"
  2374. ],
  2375. "authors": [
  2376. {
  2377. "name": "François Zaninotto"
  2378. }
  2379. ],
  2380. "description": "Faker is a PHP library that generates fake data for you.",
  2381. "keywords": [
  2382. "data",
  2383. "faker",
  2384. "fixtures"
  2385. ],
  2386. "time": "2015-05-29 06:29:14"
  2387. },
  2388. {
  2389. "name": "phpdocumentor/reflection-docblock",
  2390. "version": "2.0.4",
  2391. "source": {
  2392. "type": "git",
  2393. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2394. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  2395. },
  2396. "dist": {
  2397. "type": "zip",
  2398. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  2399. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  2400. "shasum": ""
  2401. },
  2402. "require": {
  2403. "php": ">=5.3.3"
  2404. },
  2405. "require-dev": {
  2406. "phpunit/phpunit": "~4.0"
  2407. },
  2408. "suggest": {
  2409. "dflydev/markdown": "~1.0",
  2410. "erusev/parsedown": "~1.0"
  2411. },
  2412. "type": "library",
  2413. "extra": {
  2414. "branch-alias": {
  2415. "dev-master": "2.0.x-dev"
  2416. }
  2417. },
  2418. "autoload": {
  2419. "psr-0": {
  2420. "phpDocumentor": [
  2421. "src/"
  2422. ]
  2423. }
  2424. },
  2425. "notification-url": "https://packagist.org/downloads/",
  2426. "license": [
  2427. "MIT"
  2428. ],
  2429. "authors": [
  2430. {
  2431. "name": "Mike van Riel",
  2432. "email": "mike.vanriel@naenius.com"
  2433. }
  2434. ],
  2435. "time": "2015-02-03 12:10:50"
  2436. },
  2437. {
  2438. "name": "phpspec/prophecy",
  2439. "version": "v1.5.0",
  2440. "source": {
  2441. "type": "git",
  2442. "url": "https://github.com/phpspec/prophecy.git",
  2443. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  2444. },
  2445. "dist": {
  2446. "type": "zip",
  2447. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  2448. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  2449. "shasum": ""
  2450. },
  2451. "require": {
  2452. "doctrine/instantiator": "^1.0.2",
  2453. "phpdocumentor/reflection-docblock": "~2.0",
  2454. "sebastian/comparator": "~1.1"
  2455. },
  2456. "require-dev": {
  2457. "phpspec/phpspec": "~2.0"
  2458. },
  2459. "type": "library",
  2460. "extra": {
  2461. "branch-alias": {
  2462. "dev-master": "1.4.x-dev"
  2463. }
  2464. },
  2465. "autoload": {
  2466. "psr-0": {
  2467. "Prophecy\\": "src/"
  2468. }
  2469. },
  2470. "notification-url": "https://packagist.org/downloads/",
  2471. "license": [
  2472. "MIT"
  2473. ],
  2474. "authors": [
  2475. {
  2476. "name": "Konstantin Kudryashov",
  2477. "email": "ever.zet@gmail.com",
  2478. "homepage": "http://everzet.com"
  2479. },
  2480. {
  2481. "name": "Marcello Duarte",
  2482. "email": "marcello.duarte@gmail.com"
  2483. }
  2484. ],
  2485. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2486. "homepage": "https://github.com/phpspec/prophecy",
  2487. "keywords": [
  2488. "Double",
  2489. "Dummy",
  2490. "fake",
  2491. "mock",
  2492. "spy",
  2493. "stub"
  2494. ],
  2495. "time": "2015-08-13 10:07:40"
  2496. },
  2497. {
  2498. "name": "phpunit/php-code-coverage",
  2499. "version": "2.2.3",
  2500. "source": {
  2501. "type": "git",
  2502. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2503. "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
  2504. },
  2505. "dist": {
  2506. "type": "zip",
  2507. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
  2508. "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
  2509. "shasum": ""
  2510. },
  2511. "require": {
  2512. "php": ">=5.3.3",
  2513. "phpunit/php-file-iterator": "~1.3",
  2514. "phpunit/php-text-template": "~1.2",
  2515. "phpunit/php-token-stream": "~1.3",
  2516. "sebastian/environment": "^1.3.2",
  2517. "sebastian/version": "~1.0"
  2518. },
  2519. "require-dev": {
  2520. "ext-xdebug": ">=2.1.4",
  2521. "phpunit/phpunit": "~4"
  2522. },
  2523. "suggest": {
  2524. "ext-dom": "*",
  2525. "ext-xdebug": ">=2.2.1",
  2526. "ext-xmlwriter": "*"
  2527. },
  2528. "type": "library",
  2529. "extra": {
  2530. "branch-alias": {
  2531. "dev-master": "2.2.x-dev"
  2532. }
  2533. },
  2534. "autoload": {
  2535. "classmap": [
  2536. "src/"
  2537. ]
  2538. },
  2539. "notification-url": "https://packagist.org/downloads/",
  2540. "license": [
  2541. "BSD-3-Clause"
  2542. ],
  2543. "authors": [
  2544. {
  2545. "name": "Sebastian Bergmann",
  2546. "email": "sb@sebastian-bergmann.de",
  2547. "role": "lead"
  2548. }
  2549. ],
  2550. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2551. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2552. "keywords": [
  2553. "coverage",
  2554. "testing",
  2555. "xunit"
  2556. ],
  2557. "time": "2015-09-14 06:51:16"
  2558. },
  2559. {
  2560. "name": "phpunit/php-file-iterator",
  2561. "version": "1.4.1",
  2562. "source": {
  2563. "type": "git",
  2564. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2565. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  2566. },
  2567. "dist": {
  2568. "type": "zip",
  2569. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2570. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2571. "shasum": ""
  2572. },
  2573. "require": {
  2574. "php": ">=5.3.3"
  2575. },
  2576. "type": "library",
  2577. "extra": {
  2578. "branch-alias": {
  2579. "dev-master": "1.4.x-dev"
  2580. }
  2581. },
  2582. "autoload": {
  2583. "classmap": [
  2584. "src/"
  2585. ]
  2586. },
  2587. "notification-url": "https://packagist.org/downloads/",
  2588. "license": [
  2589. "BSD-3-Clause"
  2590. ],
  2591. "authors": [
  2592. {
  2593. "name": "Sebastian Bergmann",
  2594. "email": "sb@sebastian-bergmann.de",
  2595. "role": "lead"
  2596. }
  2597. ],
  2598. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2599. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2600. "keywords": [
  2601. "filesystem",
  2602. "iterator"
  2603. ],
  2604. "time": "2015-06-21 13:08:43"
  2605. },
  2606. {
  2607. "name": "phpunit/php-text-template",
  2608. "version": "1.2.1",
  2609. "source": {
  2610. "type": "git",
  2611. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2612. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2613. },
  2614. "dist": {
  2615. "type": "zip",
  2616. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2617. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2618. "shasum": ""
  2619. },
  2620. "require": {
  2621. "php": ">=5.3.3"
  2622. },
  2623. "type": "library",
  2624. "autoload": {
  2625. "classmap": [
  2626. "src/"
  2627. ]
  2628. },
  2629. "notification-url": "https://packagist.org/downloads/",
  2630. "license": [
  2631. "BSD-3-Clause"
  2632. ],
  2633. "authors": [
  2634. {
  2635. "name": "Sebastian Bergmann",
  2636. "email": "sebastian@phpunit.de",
  2637. "role": "lead"
  2638. }
  2639. ],
  2640. "description": "Simple template engine.",
  2641. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2642. "keywords": [
  2643. "template"
  2644. ],
  2645. "time": "2015-06-21 13:50:34"
  2646. },
  2647. {
  2648. "name": "phpunit/php-timer",
  2649. "version": "1.0.7",
  2650. "source": {
  2651. "type": "git",
  2652. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2653. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  2654. },
  2655. "dist": {
  2656. "type": "zip",
  2657. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2658. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2659. "shasum": ""
  2660. },
  2661. "require": {
  2662. "php": ">=5.3.3"
  2663. },
  2664. "type": "library",
  2665. "autoload": {
  2666. "classmap": [
  2667. "src/"
  2668. ]
  2669. },
  2670. "notification-url": "https://packagist.org/downloads/",
  2671. "license": [
  2672. "BSD-3-Clause"
  2673. ],
  2674. "authors": [
  2675. {
  2676. "name": "Sebastian Bergmann",
  2677. "email": "sb@sebastian-bergmann.de",
  2678. "role": "lead"
  2679. }
  2680. ],
  2681. "description": "Utility class for timing",
  2682. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2683. "keywords": [
  2684. "timer"
  2685. ],
  2686. "time": "2015-06-21 08:01:12"
  2687. },
  2688. {
  2689. "name": "phpunit/php-token-stream",
  2690. "version": "1.4.8",
  2691. "source": {
  2692. "type": "git",
  2693. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2694. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  2695. },
  2696. "dist": {
  2697. "type": "zip",
  2698. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2699. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2700. "shasum": ""
  2701. },
  2702. "require": {
  2703. "ext-tokenizer": "*",
  2704. "php": ">=5.3.3"
  2705. },
  2706. "require-dev": {
  2707. "phpunit/phpunit": "~4.2"
  2708. },
  2709. "type": "library",
  2710. "extra": {
  2711. "branch-alias": {
  2712. "dev-master": "1.4-dev"
  2713. }
  2714. },
  2715. "autoload": {
  2716. "classmap": [
  2717. "src/"
  2718. ]
  2719. },
  2720. "notification-url": "https://packagist.org/downloads/",
  2721. "license": [
  2722. "BSD-3-Clause"
  2723. ],
  2724. "authors": [
  2725. {
  2726. "name": "Sebastian Bergmann",
  2727. "email": "sebastian@phpunit.de"
  2728. }
  2729. ],
  2730. "description": "Wrapper around PHP's tokenizer extension.",
  2731. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2732. "keywords": [
  2733. "tokenizer"
  2734. ],
  2735. "time": "2015-09-15 10:49:45"
  2736. },
  2737. {
  2738. "name": "phpunit/phpunit",
  2739. "version": "4.8.9",
  2740. "source": {
  2741. "type": "git",
  2742. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2743. "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b"
  2744. },
  2745. "dist": {
  2746. "type": "zip",
  2747. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b",
  2748. "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b",
  2749. "shasum": ""
  2750. },
  2751. "require": {
  2752. "ext-dom": "*",
  2753. "ext-json": "*",
  2754. "ext-pcre": "*",
  2755. "ext-reflection": "*",
  2756. "ext-spl": "*",
  2757. "php": ">=5.3.3",
  2758. "phpspec/prophecy": "^1.3.1",
  2759. "phpunit/php-code-coverage": "~2.1",
  2760. "phpunit/php-file-iterator": "~1.4",
  2761. "phpunit/php-text-template": "~1.2",
  2762. "phpunit/php-timer": ">=1.0.6",
  2763. "phpunit/phpunit-mock-objects": "~2.3",
  2764. "sebastian/comparator": "~1.1",
  2765. "sebastian/diff": "~1.2",
  2766. "sebastian/environment": "~1.3",
  2767. "sebastian/exporter": "~1.2",
  2768. "sebastian/global-state": "~1.0",
  2769. "sebastian/version": "~1.0",
  2770. "symfony/yaml": "~2.1|~3.0"
  2771. },
  2772. "suggest": {
  2773. "phpunit/php-invoker": "~1.1"
  2774. },
  2775. "bin": [
  2776. "phpunit"
  2777. ],
  2778. "type": "library",
  2779. "extra": {
  2780. "branch-alias": {
  2781. "dev-master": "4.8.x-dev"
  2782. }
  2783. },
  2784. "autoload": {
  2785. "classmap": [
  2786. "src/"
  2787. ]
  2788. },
  2789. "notification-url": "https://packagist.org/downloads/",
  2790. "license": [
  2791. "BSD-3-Clause"
  2792. ],
  2793. "authors": [
  2794. {
  2795. "name": "Sebastian Bergmann",
  2796. "email": "sebastian@phpunit.de",
  2797. "role": "lead"
  2798. }
  2799. ],
  2800. "description": "The PHP Unit Testing framework.",
  2801. "homepage": "https://phpunit.de/",
  2802. "keywords": [
  2803. "phpunit",
  2804. "testing",
  2805. "xunit"
  2806. ],
  2807. "time": "2015-09-20 12:56:44"
  2808. },
  2809. {
  2810. "name": "phpunit/phpunit-mock-objects",
  2811. "version": "2.3.7",
  2812. "source": {
  2813. "type": "git",
  2814. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2815. "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
  2816. },
  2817. "dist": {
  2818. "type": "zip",
  2819. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
  2820. "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
  2821. "shasum": ""
  2822. },
  2823. "require": {
  2824. "doctrine/instantiator": "^1.0.2",
  2825. "php": ">=5.3.3",
  2826. "phpunit/php-text-template": "~1.2",
  2827. "sebastian/exporter": "~1.2"
  2828. },
  2829. "require-dev": {
  2830. "phpunit/phpunit": "~4.4"
  2831. },
  2832. "suggest": {
  2833. "ext-soap": "*"
  2834. },
  2835. "type": "library",
  2836. "extra": {
  2837. "branch-alias": {
  2838. "dev-master": "2.3.x-dev"
  2839. }
  2840. },
  2841. "autoload": {
  2842. "classmap": [
  2843. "src/"
  2844. ]
  2845. },
  2846. "notification-url": "https://packagist.org/downloads/",
  2847. "license": [
  2848. "BSD-3-Clause"
  2849. ],
  2850. "authors": [
  2851. {
  2852. "name": "Sebastian Bergmann",
  2853. "email": "sb@sebastian-bergmann.de",
  2854. "role": "lead"
  2855. }
  2856. ],
  2857. "description": "Mock Object library for PHPUnit",
  2858. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2859. "keywords": [
  2860. "mock",
  2861. "xunit"
  2862. ],
  2863. "time": "2015-08-19 09:14:08"
  2864. },
  2865. {
  2866. "name": "sebastian/comparator",
  2867. "version": "1.2.0",
  2868. "source": {
  2869. "type": "git",
  2870. "url": "https://github.com/sebastianbergmann/comparator.git",
  2871. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  2872. },
  2873. "dist": {
  2874. "type": "zip",
  2875. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  2876. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  2877. "shasum": ""
  2878. },
  2879. "require": {
  2880. "php": ">=5.3.3",
  2881. "sebastian/diff": "~1.2",
  2882. "sebastian/exporter": "~1.2"
  2883. },
  2884. "require-dev": {
  2885. "phpunit/phpunit": "~4.4"
  2886. },
  2887. "type": "library",
  2888. "extra": {
  2889. "branch-alias": {
  2890. "dev-master": "1.2.x-dev"
  2891. }
  2892. },
  2893. "autoload": {
  2894. "classmap": [
  2895. "src/"
  2896. ]
  2897. },
  2898. "notification-url": "https://packagist.org/downloads/",
  2899. "license": [
  2900. "BSD-3-Clause"
  2901. ],
  2902. "authors": [
  2903. {
  2904. "name": "Jeff Welch",
  2905. "email": "whatthejeff@gmail.com"
  2906. },
  2907. {
  2908. "name": "Volker Dusch",
  2909. "email": "github@wallbash.com"
  2910. },
  2911. {
  2912. "name": "Bernhard Schussek",
  2913. "email": "bschussek@2bepublished.at"
  2914. },
  2915. {
  2916. "name": "Sebastian Bergmann",
  2917. "email": "sebastian@phpunit.de"
  2918. }
  2919. ],
  2920. "description": "Provides the functionality to compare PHP values for equality",
  2921. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2922. "keywords": [
  2923. "comparator",
  2924. "compare",
  2925. "equality"
  2926. ],
  2927. "time": "2015-07-26 15:48:44"
  2928. },
  2929. {
  2930. "name": "sebastian/diff",
  2931. "version": "1.3.0",
  2932. "source": {
  2933. "type": "git",
  2934. "url": "https://github.com/sebastianbergmann/diff.git",
  2935. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  2936. },
  2937. "dist": {
  2938. "type": "zip",
  2939. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  2940. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  2941. "shasum": ""
  2942. },
  2943. "require": {
  2944. "php": ">=5.3.3"
  2945. },
  2946. "require-dev": {
  2947. "phpunit/phpunit": "~4.2"
  2948. },
  2949. "type": "library",
  2950. "extra": {
  2951. "branch-alias": {
  2952. "dev-master": "1.3-dev"
  2953. }
  2954. },
  2955. "autoload": {
  2956. "classmap": [
  2957. "src/"
  2958. ]
  2959. },
  2960. "notification-url": "https://packagist.org/downloads/",
  2961. "license": [
  2962. "BSD-3-Clause"
  2963. ],
  2964. "authors": [
  2965. {
  2966. "name": "Kore Nordmann",
  2967. "email": "mail@kore-nordmann.de"
  2968. },
  2969. {
  2970. "name": "Sebastian Bergmann",
  2971. "email": "sebastian@phpunit.de"
  2972. }
  2973. ],
  2974. "description": "Diff implementation",
  2975. "homepage": "http://www.github.com/sebastianbergmann/diff",
  2976. "keywords": [
  2977. "diff"
  2978. ],
  2979. "time": "2015-02-22 15:13:53"
  2980. },
  2981. {
  2982. "name": "sebastian/environment",
  2983. "version": "1.3.2",
  2984. "source": {
  2985. "type": "git",
  2986. "url": "https://github.com/sebastianbergmann/environment.git",
  2987. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
  2988. },
  2989. "dist": {
  2990. "type": "zip",
  2991. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
  2992. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
  2993. "shasum": ""
  2994. },
  2995. "require": {
  2996. "php": ">=5.3.3"
  2997. },
  2998. "require-dev": {
  2999. "phpunit/phpunit": "~4.4"
  3000. },
  3001. "type": "library",
  3002. "extra": {
  3003. "branch-alias": {
  3004. "dev-master": "1.3.x-dev"
  3005. }
  3006. },
  3007. "autoload": {
  3008. "classmap": [
  3009. "src/"
  3010. ]
  3011. },
  3012. "notification-url": "https://packagist.org/downloads/",
  3013. "license": [
  3014. "BSD-3-Clause"
  3015. ],
  3016. "authors": [
  3017. {
  3018. "name": "Sebastian Bergmann",
  3019. "email": "sebastian@phpunit.de"
  3020. }
  3021. ],
  3022. "description": "Provides functionality to handle HHVM/PHP environments",
  3023. "homepage": "http://www.github.com/sebastianbergmann/environment",
  3024. "keywords": [
  3025. "Xdebug",
  3026. "environment",
  3027. "hhvm"
  3028. ],
  3029. "time": "2015-08-03 06:14:51"
  3030. },
  3031. {
  3032. "name": "sebastian/exporter",
  3033. "version": "1.2.1",
  3034. "source": {
  3035. "type": "git",
  3036. "url": "https://github.com/sebastianbergmann/exporter.git",
  3037. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  3038. },
  3039. "dist": {
  3040. "type": "zip",
  3041. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  3042. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  3043. "shasum": ""
  3044. },
  3045. "require": {
  3046. "php": ">=5.3.3",
  3047. "sebastian/recursion-context": "~1.0"
  3048. },
  3049. "require-dev": {
  3050. "phpunit/phpunit": "~4.4"
  3051. },
  3052. "type": "library",
  3053. "extra": {
  3054. "branch-alias": {
  3055. "dev-master": "1.2.x-dev"
  3056. }
  3057. },
  3058. "autoload": {
  3059. "classmap": [
  3060. "src/"
  3061. ]
  3062. },
  3063. "notification-url": "https://packagist.org/downloads/",
  3064. "license": [
  3065. "BSD-3-Clause"
  3066. ],
  3067. "authors": [
  3068. {
  3069. "name": "Jeff Welch",
  3070. "email": "whatthejeff@gmail.com"
  3071. },
  3072. {
  3073. "name": "Volker Dusch",
  3074. "email": "github@wallbash.com"
  3075. },
  3076. {
  3077. "name": "Bernhard Schussek",
  3078. "email": "bschussek@2bepublished.at"
  3079. },
  3080. {
  3081. "name": "Sebastian Bergmann",
  3082. "email": "sebastian@phpunit.de"
  3083. },
  3084. {
  3085. "name": "Adam Harvey",
  3086. "email": "aharvey@php.net"
  3087. }
  3088. ],
  3089. "description": "Provides the functionality to export PHP variables for visualization",
  3090. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3091. "keywords": [
  3092. "export",
  3093. "exporter"
  3094. ],
  3095. "time": "2015-06-21 07:55:53"
  3096. },
  3097. {
  3098. "name": "sebastian/global-state",
  3099. "version": "1.0.0",
  3100. "source": {
  3101. "type": "git",
  3102. "url": "https://github.com/sebastianbergmann/global-state.git",
  3103. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
  3104. },
  3105. "dist": {
  3106. "type": "zip",
  3107. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  3108. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  3109. "shasum": ""
  3110. },
  3111. "require": {
  3112. "php": ">=5.3.3"
  3113. },
  3114. "require-dev": {
  3115. "phpunit/phpunit": "~4.2"
  3116. },
  3117. "suggest": {
  3118. "ext-uopz": "*"
  3119. },
  3120. "type": "library",
  3121. "extra": {
  3122. "branch-alias": {
  3123. "dev-master": "1.0-dev"
  3124. }
  3125. },
  3126. "autoload": {
  3127. "classmap": [
  3128. "src/"
  3129. ]
  3130. },
  3131. "notification-url": "https://packagist.org/downloads/",
  3132. "license": [
  3133. "BSD-3-Clause"
  3134. ],
  3135. "authors": [
  3136. {
  3137. "name": "Sebastian Bergmann",
  3138. "email": "sebastian@phpunit.de"
  3139. }
  3140. ],
  3141. "description": "Snapshotting of global state",
  3142. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3143. "keywords": [
  3144. "global state"
  3145. ],
  3146. "time": "2014-10-06 09:23:50"
  3147. },
  3148. {
  3149. "name": "sebastian/recursion-context",
  3150. "version": "1.0.1",
  3151. "source": {
  3152. "type": "git",
  3153. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3154. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
  3155. },
  3156. "dist": {
  3157. "type": "zip",
  3158. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
  3159. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
  3160. "shasum": ""
  3161. },
  3162. "require": {
  3163. "php": ">=5.3.3"
  3164. },
  3165. "require-dev": {
  3166. "phpunit/phpunit": "~4.4"
  3167. },
  3168. "type": "library",
  3169. "extra": {
  3170. "branch-alias": {
  3171. "dev-master": "1.0.x-dev"
  3172. }
  3173. },
  3174. "autoload": {
  3175. "classmap": [
  3176. "src/"
  3177. ]
  3178. },
  3179. "notification-url": "https://packagist.org/downloads/",
  3180. "license": [
  3181. "BSD-3-Clause"
  3182. ],
  3183. "authors": [
  3184. {
  3185. "name": "Jeff Welch",
  3186. "email": "whatthejeff@gmail.com"
  3187. },
  3188. {
  3189. "name": "Sebastian Bergmann",
  3190. "email": "sebastian@phpunit.de"
  3191. },
  3192. {
  3193. "name": "Adam Harvey",
  3194. "email": "aharvey@php.net"
  3195. }
  3196. ],
  3197. "description": "Provides functionality to recursively process PHP variables",
  3198. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3199. "time": "2015-06-21 08:04:50"
  3200. },
  3201. {
  3202. "name": "sebastian/version",
  3203. "version": "1.0.6",
  3204. "source": {
  3205. "type": "git",
  3206. "url": "https://github.com/sebastianbergmann/version.git",
  3207. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  3208. },
  3209. "dist": {
  3210. "type": "zip",
  3211. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3212. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3213. "shasum": ""
  3214. },
  3215. "type": "library",
  3216. "autoload": {
  3217. "classmap": [
  3218. "src/"
  3219. ]
  3220. },
  3221. "notification-url": "https://packagist.org/downloads/",
  3222. "license": [
  3223. "BSD-3-Clause"
  3224. ],
  3225. "authors": [
  3226. {
  3227. "name": "Sebastian Bergmann",
  3228. "email": "sebastian@phpunit.de",
  3229. "role": "lead"
  3230. }
  3231. ],
  3232. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3233. "homepage": "https://github.com/sebastianbergmann/version",
  3234. "time": "2015-06-21 13:59:46"
  3235. },
  3236. {
  3237. "name": "symfony/yaml",
  3238. "version": "v2.7.4",
  3239. "source": {
  3240. "type": "git",
  3241. "url": "https://github.com/symfony/Yaml.git",
  3242. "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661"
  3243. },
  3244. "dist": {
  3245. "type": "zip",
  3246. "url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661",
  3247. "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661",
  3248. "shasum": ""
  3249. },
  3250. "require": {
  3251. "php": ">=5.3.9"
  3252. },
  3253. "require-dev": {
  3254. "symfony/phpunit-bridge": "~2.7"
  3255. },
  3256. "type": "library",
  3257. "extra": {
  3258. "branch-alias": {
  3259. "dev-master": "2.7-dev"
  3260. }
  3261. },
  3262. "autoload": {
  3263. "psr-4": {
  3264. "Symfony\\Component\\Yaml\\": ""
  3265. }
  3266. },
  3267. "notification-url": "https://packagist.org/downloads/",
  3268. "license": [
  3269. "MIT"
  3270. ],
  3271. "authors": [
  3272. {
  3273. "name": "Fabien Potencier",
  3274. "email": "fabien@symfony.com"
  3275. },
  3276. {
  3277. "name": "Symfony Community",
  3278. "homepage": "https://symfony.com/contributors"
  3279. }
  3280. ],
  3281. "description": "Symfony Yaml Component",
  3282. "homepage": "https://symfony.com",
  3283. "time": "2015-08-24 07:13:45"
  3284. }
  3285. ],
  3286. "aliases": [],
  3287. "minimum-stability": "stable",
  3288. "stability-flags": [],
  3289. "prefer-stable": false,
  3290. "prefer-lowest": false,
  3291. "platform": {
  3292. "php": ">=5.5.9"
  3293. },
  3294. "platform-dev": []
  3295. }