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.

584 lines
20 KiB

4 years ago
  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": "5099aeab45c0196a2f9c966ed9da2dd4",
  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/container",
  134. "version": "v5.1.16",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/illuminate/container.git",
  138. "reference": "66621248395705cc64bc1ce9262b99b4bfa606f2"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/illuminate/container/zipball/66621248395705cc64bc1ce9262b99b4bfa606f2",
  143. "reference": "66621248395705cc64bc1ce9262b99b4bfa606f2",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "illuminate/contracts": "5.1.*",
  148. "php": ">=5.5.9"
  149. },
  150. "type": "library",
  151. "extra": {
  152. "branch-alias": {
  153. "dev-master": "5.1-dev"
  154. }
  155. },
  156. "autoload": {
  157. "psr-4": {
  158. "Illuminate\\Container\\": ""
  159. }
  160. },
  161. "notification-url": "https://packagist.org/downloads/",
  162. "license": [
  163. "MIT"
  164. ],
  165. "authors": [
  166. {
  167. "name": "Taylor Otwell",
  168. "email": "taylorotwell@gmail.com"
  169. }
  170. ],
  171. "description": "The Illuminate Container package.",
  172. "homepage": "http://laravel.com",
  173. "time": "2015-08-26 23:00:38"
  174. },
  175. {
  176. "name": "illuminate/contracts",
  177. "version": "v5.1.16",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/illuminate/contracts.git",
  181. "reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://api.github.com/repos/illuminate/contracts/zipball/610aea16e3d91dfd85db4cf43703403a83b7cba2",
  186. "reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "php": ">=5.5.9"
  191. },
  192. "type": "library",
  193. "extra": {
  194. "branch-alias": {
  195. "dev-master": "5.1-dev"
  196. }
  197. },
  198. "autoload": {
  199. "psr-4": {
  200. "Illuminate\\Contracts\\": ""
  201. }
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "license": [
  205. "MIT"
  206. ],
  207. "authors": [
  208. {
  209. "name": "Taylor Otwell",
  210. "email": "taylorotwell@gmail.com"
  211. }
  212. ],
  213. "description": "The Illuminate Contracts package.",
  214. "homepage": "http://laravel.com",
  215. "time": "2015-08-31 12:59:22"
  216. },
  217. {
  218. "name": "illuminate/database",
  219. "version": "v5.1.16",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/illuminate/database.git",
  223. "reference": "7655e39c507776c9b9226a8f5619ed9933d3396e"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/illuminate/database/zipball/7655e39c507776c9b9226a8f5619ed9933d3396e",
  228. "reference": "7655e39c507776c9b9226a8f5619ed9933d3396e",
  229. "shasum": ""
  230. },
  231. "require": {
  232. "illuminate/container": "5.1.*",
  233. "illuminate/contracts": "5.1.*",
  234. "illuminate/support": "5.1.*",
  235. "nesbot/carbon": "~1.19",
  236. "php": ">=5.5.9"
  237. },
  238. "suggest": {
  239. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
  240. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  241. "illuminate/console": "Required to use the database commands (5.1.*).",
  242. "illuminate/events": "Required to use the observers with Eloquent (5.1.*).",
  243. "illuminate/filesystem": "Required to use the migrations (5.1.*)."
  244. },
  245. "type": "library",
  246. "extra": {
  247. "branch-alias": {
  248. "dev-master": "5.1-dev"
  249. }
  250. },
  251. "autoload": {
  252. "psr-4": {
  253. "Illuminate\\Database\\": ""
  254. }
  255. },
  256. "notification-url": "https://packagist.org/downloads/",
  257. "license": [
  258. "MIT"
  259. ],
  260. "authors": [
  261. {
  262. "name": "Taylor Otwell",
  263. "email": "taylorotwell@gmail.com"
  264. }
  265. ],
  266. "description": "The Illuminate Database package.",
  267. "homepage": "http://laravel.com",
  268. "keywords": [
  269. "database",
  270. "laravel",
  271. "orm",
  272. "sql"
  273. ],
  274. "time": "2015-09-03 14:53:32"
  275. },
  276. {
  277. "name": "illuminate/support",
  278. "version": "v5.1.16",
  279. "source": {
  280. "type": "git",
  281. "url": "https://github.com/illuminate/support.git",
  282. "reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b"
  283. },
  284. "dist": {
  285. "type": "zip",
  286. "url": "https://api.github.com/repos/illuminate/support/zipball/c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
  287. "reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
  288. "shasum": ""
  289. },
  290. "require": {
  291. "danielstjules/stringy": "~1.8",
  292. "doctrine/inflector": "~1.0",
  293. "ext-mbstring": "*",
  294. "illuminate/contracts": "5.1.*",
  295. "php": ">=5.5.9"
  296. },
  297. "suggest": {
  298. "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
  299. "symfony/var-dumper": "Required to use the dd function (2.7.*)."
  300. },
  301. "type": "library",
  302. "extra": {
  303. "branch-alias": {
  304. "dev-master": "5.1-dev"
  305. }
  306. },
  307. "autoload": {
  308. "psr-4": {
  309. "Illuminate\\Support\\": ""
  310. },
  311. "files": [
  312. "helpers.php"
  313. ]
  314. },
  315. "notification-url": "https://packagist.org/downloads/",
  316. "license": [
  317. "MIT"
  318. ],
  319. "authors": [
  320. {
  321. "name": "Taylor Otwell",
  322. "email": "taylorotwell@gmail.com"
  323. }
  324. ],
  325. "description": "The Illuminate Support package.",
  326. "homepage": "http://laravel.com",
  327. "time": "2015-09-03 15:47:41"
  328. },
  329. {
  330. "name": "kevinlebrun/colors.php",
  331. "version": "0.4.1",
  332. "source": {
  333. "type": "git",
  334. "url": "https://github.com/kevinlebrun/colors.php.git",
  335. "reference": "d132f36d06e48ea080855af19b4bcb1fb615224a"
  336. },
  337. "dist": {
  338. "type": "zip",
  339. "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/d132f36d06e48ea080855af19b4bcb1fb615224a",
  340. "reference": "d132f36d06e48ea080855af19b4bcb1fb615224a",
  341. "shasum": ""
  342. },
  343. "require": {
  344. "php": ">=5.3.0"
  345. },
  346. "require-dev": {
  347. "phpunit/phpunit": "3.7.*",
  348. "satooshi/php-coveralls": "dev-master",
  349. "squizlabs/php_codesniffer": "1.*"
  350. },
  351. "type": "library",
  352. "autoload": {
  353. "psr-0": {
  354. "Colors": "src/"
  355. }
  356. },
  357. "notification-url": "https://packagist.org/downloads/",
  358. "license": [
  359. "MIT"
  360. ],
  361. "authors": [
  362. {
  363. "name": "Kevin Le Brun",
  364. "email": "lebrun.k@gmail.com",
  365. "homepage": "http://kevinlebrun.fr",
  366. "role": "developer"
  367. }
  368. ],
  369. "description": "Colors for PHP CLI scripts",
  370. "homepage": "https://github.com/kevinlebrun/colors.php",
  371. "keywords": [
  372. "cli",
  373. "color",
  374. "colors",
  375. "console",
  376. "shell"
  377. ],
  378. "time": "2014-12-23 01:23:37"
  379. },
  380. {
  381. "name": "leafo/lessphp",
  382. "version": "v0.4.0",
  383. "source": {
  384. "type": "git",
  385. "url": "https://github.com/leafo/lessphp.git",
  386. "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
  387. },
  388. "dist": {
  389. "type": "zip",
  390. "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
  391. "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
  392. "shasum": ""
  393. },
  394. "type": "library",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-master": "0.3-dev"
  398. }
  399. },
  400. "autoload": {
  401. "classmap": [
  402. "lessc.inc.php"
  403. ]
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "MIT",
  408. "GPL-3.0"
  409. ],
  410. "authors": [
  411. {
  412. "name": "Leaf Corcoran",
  413. "email": "leafot@gmail.com",
  414. "homepage": "http://leafo.net"
  415. }
  416. ],
  417. "description": "lessphp is a compiler for LESS written in PHP.",
  418. "homepage": "http://leafo.net/lessphp/",
  419. "time": "2013-08-09 17:09:19"
  420. },
  421. {
  422. "name": "nesbot/carbon",
  423. "version": "1.20.0",
  424. "source": {
  425. "type": "git",
  426. "url": "https://github.com/briannesbitt/Carbon.git",
  427. "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
  428. },
  429. "dist": {
  430. "type": "zip",
  431. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
  432. "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
  433. "shasum": ""
  434. },
  435. "require": {
  436. "php": ">=5.3.0",
  437. "symfony/translation": "~2.6|~3.0"
  438. },
  439. "require-dev": {
  440. "phpunit/phpunit": "~4.0"
  441. },
  442. "type": "library",
  443. "autoload": {
  444. "psr-0": {
  445. "Carbon": "src"
  446. }
  447. },
  448. "notification-url": "https://packagist.org/downloads/",
  449. "license": [
  450. "MIT"
  451. ],
  452. "authors": [
  453. {
  454. "name": "Brian Nesbitt",
  455. "email": "brian@nesbot.com",
  456. "homepage": "http://nesbot.com"
  457. }
  458. ],
  459. "description": "A simple API extension for DateTime.",
  460. "homepage": "http://carbon.nesbot.com",
  461. "keywords": [
  462. "date",
  463. "datetime",
  464. "time"
  465. ],
  466. "time": "2015-06-25 04:19:39"
  467. },
  468. {
  469. "name": "slim/slim",
  470. "version": "2.6.2",
  471. "source": {
  472. "type": "git",
  473. "url": "https://github.com/slimphp/Slim.git",
  474. "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37"
  475. },
  476. "dist": {
  477. "type": "zip",
  478. "url": "https://api.github.com/repos/slimphp/Slim/zipball/20a02782f76830b67ae56a5c08eb1f563c351a37",
  479. "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37",
  480. "shasum": ""
  481. },
  482. "require": {
  483. "php": ">=5.3.0"
  484. },
  485. "suggest": {
  486. "ext-mcrypt": "Required for HTTP cookie encryption"
  487. },
  488. "type": "library",
  489. "autoload": {
  490. "psr-0": {
  491. "Slim": "."
  492. }
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "MIT"
  497. ],
  498. "authors": [
  499. {
  500. "name": "Josh Lockhart",
  501. "email": "info@joshlockhart.com",
  502. "homepage": "http://www.joshlockhart.com/"
  503. }
  504. ],
  505. "description": "Slim Framework, a PHP micro framework",
  506. "homepage": "http://github.com/codeguy/Slim",
  507. "keywords": [
  508. "microframework",
  509. "rest",
  510. "router"
  511. ],
  512. "time": "2015-03-08 18:41:17"
  513. },
  514. {
  515. "name": "symfony/translation",
  516. "version": "v2.7.5",
  517. "source": {
  518. "type": "git",
  519. "url": "https://github.com/symfony/translation.git",
  520. "reference": "485877661835e188cd78345c6d4eef1290d17571"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://api.github.com/repos/symfony/translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
  525. "reference": "485877661835e188cd78345c6d4eef1290d17571",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "php": ">=5.3.9"
  530. },
  531. "conflict": {
  532. "symfony/config": "<2.7"
  533. },
  534. "require-dev": {
  535. "psr/log": "~1.0",
  536. "symfony/config": "~2.7",
  537. "symfony/intl": "~2.4",
  538. "symfony/phpunit-bridge": "~2.7",
  539. "symfony/yaml": "~2.2"
  540. },
  541. "suggest": {
  542. "psr/log": "To use logging capability in translator",
  543. "symfony/config": "",
  544. "symfony/yaml": ""
  545. },
  546. "type": "library",
  547. "extra": {
  548. "branch-alias": {
  549. "dev-master": "2.7-dev"
  550. }
  551. },
  552. "autoload": {
  553. "psr-4": {
  554. "Symfony\\Component\\Translation\\": ""
  555. }
  556. },
  557. "notification-url": "https://packagist.org/downloads/",
  558. "license": [
  559. "MIT"
  560. ],
  561. "authors": [
  562. {
  563. "name": "Fabien Potencier",
  564. "email": "fabien@symfony.com"
  565. },
  566. {
  567. "name": "Symfony Community",
  568. "homepage": "https://symfony.com/contributors"
  569. }
  570. ],
  571. "description": "Symfony Translation Component",
  572. "homepage": "https://symfony.com",
  573. "time": "2015-09-06 08:36:38"
  574. }
  575. ],
  576. "packages-dev": [],
  577. "aliases": [],
  578. "minimum-stability": "stable",
  579. "stability-flags": [],
  580. "prefer-stable": false,
  581. "prefer-lowest": false,
  582. "platform": [],
  583. "platform-dev": []
  584. }