Advertisement
Guest User

Untitled

a guest
Feb 13th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 171.71 KB | None | 0 0
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "4bfdc062d563d90dcf074fa97790d09e",
  8. "packages": [
  9. {
  10. "name": "automattic/woocommerce",
  11. "version": "2.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/woocommerce/wc-api-php.git",
  15. "reference": "2b70becbe2da051853d27aa2ee23cf126bcc96c5"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/woocommerce/wc-api-php/zipball/2b70becbe2da051853d27aa2ee23cf126bcc96c5",
  20. "reference": "2b70becbe2da051853d27aa2ee23cf126bcc96c5",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "ext-json": "*",
  26. "php": ">= 5.4.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "*",
  30. "squizlabs/php_codesniffer": "3.*"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "Automattic\\WooCommerce\\": [
  36. "src/WooCommerce"
  37. ]
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Claudio Sanches",
  47. "email": "claudio.sanches@automattic.com"
  48. }
  49. ],
  50. "description": "A PHP wrapper for the WooCommerce REST API",
  51. "keywords": [
  52. "api",
  53. "woocommerce"
  54. ],
  55. "time": "2018-03-29T18:43:43+00:00"
  56. },
  57. {
  58. "name": "doctrine/annotations",
  59. "version": "v1.6.0",
  60. "source": {
  61. "type": "git",
  62. "url": "https://github.com/doctrine/annotations.git",
  63. "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
  64. },
  65. "dist": {
  66. "type": "zip",
  67. "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
  68. "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
  69. "shasum": ""
  70. },
  71. "require": {
  72. "doctrine/lexer": "1.*",
  73. "php": "^7.1"
  74. },
  75. "require-dev": {
  76. "doctrine/cache": "1.*",
  77. "phpunit/phpunit": "^6.4"
  78. },
  79. "type": "library",
  80. "extra": {
  81. "branch-alias": {
  82. "dev-master": "1.6.x-dev"
  83. }
  84. },
  85. "autoload": {
  86. "psr-4": {
  87. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  88. }
  89. },
  90. "notification-url": "https://packagist.org/downloads/",
  91. "license": [
  92. "MIT"
  93. ],
  94. "authors": [
  95. {
  96. "name": "Roman Borschel",
  97. "email": "roman@code-factory.org"
  98. },
  99. {
  100. "name": "Benjamin Eberlei",
  101. "email": "kontakt@beberlei.de"
  102. },
  103. {
  104. "name": "Guilherme Blanco",
  105. "email": "guilhermeblanco@gmail.com"
  106. },
  107. {
  108. "name": "Jonathan Wage",
  109. "email": "jonwage@gmail.com"
  110. },
  111. {
  112. "name": "Johannes Schmitt",
  113. "email": "schmittjoh@gmail.com"
  114. }
  115. ],
  116. "description": "Docblock Annotations Parser",
  117. "homepage": "http://www.doctrine-project.org",
  118. "keywords": [
  119. "annotations",
  120. "docblock",
  121. "parser"
  122. ],
  123. "time": "2017-12-06T07:11:42+00:00"
  124. },
  125. {
  126. "name": "doctrine/cache",
  127. "version": "v1.8.0",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/doctrine/cache.git",
  131. "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
  136. "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": "~7.1"
  141. },
  142. "conflict": {
  143. "doctrine/common": ">2.2,<2.4"
  144. },
  145. "require-dev": {
  146. "alcaeus/mongo-php-adapter": "^1.1",
  147. "doctrine/coding-standard": "^4.0",
  148. "mongodb/mongodb": "^1.1",
  149. "phpunit/phpunit": "^7.0",
  150. "predis/predis": "~1.0"
  151. },
  152. "suggest": {
  153. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  154. },
  155. "type": "library",
  156. "extra": {
  157. "branch-alias": {
  158. "dev-master": "1.8.x-dev"
  159. }
  160. },
  161. "autoload": {
  162. "psr-4": {
  163. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Roman Borschel",
  173. "email": "roman@code-factory.org"
  174. },
  175. {
  176. "name": "Benjamin Eberlei",
  177. "email": "kontakt@beberlei.de"
  178. },
  179. {
  180. "name": "Guilherme Blanco",
  181. "email": "guilhermeblanco@gmail.com"
  182. },
  183. {
  184. "name": "Jonathan Wage",
  185. "email": "jonwage@gmail.com"
  186. },
  187. {
  188. "name": "Johannes Schmitt",
  189. "email": "schmittjoh@gmail.com"
  190. }
  191. ],
  192. "description": "Caching library offering an object-oriented API for many cache backends",
  193. "homepage": "https://www.doctrine-project.org",
  194. "keywords": [
  195. "cache",
  196. "caching"
  197. ],
  198. "time": "2018-08-21T18:01:43+00:00"
  199. },
  200. {
  201. "name": "doctrine/collections",
  202. "version": "v1.5.0",
  203. "source": {
  204. "type": "git",
  205. "url": "https://github.com/doctrine/collections.git",
  206. "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
  207. },
  208. "dist": {
  209. "type": "zip",
  210. "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
  211. "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
  212. "shasum": ""
  213. },
  214. "require": {
  215. "php": "^7.1"
  216. },
  217. "require-dev": {
  218. "doctrine/coding-standard": "~0.1@dev",
  219. "phpunit/phpunit": "^5.7"
  220. },
  221. "type": "library",
  222. "extra": {
  223. "branch-alias": {
  224. "dev-master": "1.3.x-dev"
  225. }
  226. },
  227. "autoload": {
  228. "psr-0": {
  229. "Doctrine\\Common\\Collections\\": "lib/"
  230. }
  231. },
  232. "notification-url": "https://packagist.org/downloads/",
  233. "license": [
  234. "MIT"
  235. ],
  236. "authors": [
  237. {
  238. "name": "Roman Borschel",
  239. "email": "roman@code-factory.org"
  240. },
  241. {
  242. "name": "Benjamin Eberlei",
  243. "email": "kontakt@beberlei.de"
  244. },
  245. {
  246. "name": "Guilherme Blanco",
  247. "email": "guilhermeblanco@gmail.com"
  248. },
  249. {
  250. "name": "Jonathan Wage",
  251. "email": "jonwage@gmail.com"
  252. },
  253. {
  254. "name": "Johannes Schmitt",
  255. "email": "schmittjoh@gmail.com"
  256. }
  257. ],
  258. "description": "Collections Abstraction library",
  259. "homepage": "http://www.doctrine-project.org",
  260. "keywords": [
  261. "array",
  262. "collections",
  263. "iterator"
  264. ],
  265. "time": "2017-07-22T10:37:32+00:00"
  266. },
  267. {
  268. "name": "doctrine/common",
  269. "version": "v2.10.0",
  270. "source": {
  271. "type": "git",
  272. "url": "https://github.com/doctrine/common.git",
  273. "reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
  274. },
  275. "dist": {
  276. "type": "zip",
  277. "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
  278. "reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
  279. "shasum": ""
  280. },
  281. "require": {
  282. "doctrine/annotations": "^1.0",
  283. "doctrine/cache": "^1.0",
  284. "doctrine/collections": "^1.0",
  285. "doctrine/event-manager": "^1.0",
  286. "doctrine/inflector": "^1.0",
  287. "doctrine/lexer": "^1.0",
  288. "doctrine/persistence": "^1.1",
  289. "doctrine/reflection": "^1.0",
  290. "php": "^7.1"
  291. },
  292. "require-dev": {
  293. "doctrine/coding-standard": "^1.0",
  294. "phpunit/phpunit": "^6.3",
  295. "squizlabs/php_codesniffer": "^3.0",
  296. "symfony/phpunit-bridge": "^4.0.5"
  297. },
  298. "type": "library",
  299. "extra": {
  300. "branch-alias": {
  301. "dev-master": "2.10.x-dev"
  302. }
  303. },
  304. "autoload": {
  305. "psr-4": {
  306. "Doctrine\\Common\\": "lib/Doctrine/Common"
  307. }
  308. },
  309. "notification-url": "https://packagist.org/downloads/",
  310. "license": [
  311. "MIT"
  312. ],
  313. "authors": [
  314. {
  315. "name": "Roman Borschel",
  316. "email": "roman@code-factory.org"
  317. },
  318. {
  319. "name": "Benjamin Eberlei",
  320. "email": "kontakt@beberlei.de"
  321. },
  322. {
  323. "name": "Guilherme Blanco",
  324. "email": "guilhermeblanco@gmail.com"
  325. },
  326. {
  327. "name": "Jonathan Wage",
  328. "email": "jonwage@gmail.com"
  329. },
  330. {
  331. "name": "Johannes Schmitt",
  332. "email": "schmittjoh@gmail.com"
  333. },
  334. {
  335. "name": "Marco Pivetta",
  336. "email": "ocramius@gmail.com"
  337. }
  338. ],
  339. "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
  340. "homepage": "https://www.doctrine-project.org/projects/common.html",
  341. "keywords": [
  342. "common",
  343. "doctrine",
  344. "php"
  345. ],
  346. "time": "2018-11-21T01:24:55+00:00"
  347. },
  348. {
  349. "name": "doctrine/data-fixtures",
  350. "version": "v1.3.1",
  351. "source": {
  352. "type": "git",
  353. "url": "https://github.com/doctrine/data-fixtures.git",
  354. "reference": "3a1e2c3c600e615a2dffe56d4ca0875cc5233e0a"
  355. },
  356. "dist": {
  357. "type": "zip",
  358. "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/3a1e2c3c600e615a2dffe56d4ca0875cc5233e0a",
  359. "reference": "3a1e2c3c600e615a2dffe56d4ca0875cc5233e0a",
  360. "shasum": ""
  361. },
  362. "require": {
  363. "doctrine/common": "~2.2",
  364. "php": "^7.1"
  365. },
  366. "conflict": {
  367. "doctrine/phpcr-odm": "<1.3.0"
  368. },
  369. "require-dev": {
  370. "doctrine/dbal": "^2.5.4",
  371. "doctrine/orm": "^2.5.4",
  372. "phpunit/phpunit": "^7.0"
  373. },
  374. "suggest": {
  375. "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
  376. "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
  377. "doctrine/orm": "For loading ORM fixtures",
  378. "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
  379. },
  380. "type": "library",
  381. "extra": {
  382. "branch-alias": {
  383. "dev-master": "1.3.x-dev"
  384. }
  385. },
  386. "autoload": {
  387. "psr-4": {
  388. "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
  389. }
  390. },
  391. "notification-url": "https://packagist.org/downloads/",
  392. "license": [
  393. "MIT"
  394. ],
  395. "authors": [
  396. {
  397. "name": "Jonathan Wage",
  398. "email": "jonwage@gmail.com"
  399. }
  400. ],
  401. "description": "Data Fixtures for all Doctrine Object Managers",
  402. "homepage": "http://www.doctrine-project.org",
  403. "keywords": [
  404. "database"
  405. ],
  406. "time": "2018-03-20T09:06:36+00:00"
  407. },
  408. {
  409. "name": "doctrine/dbal",
  410. "version": "v2.9.2",
  411. "source": {
  412. "type": "git",
  413. "url": "https://github.com/doctrine/dbal.git",
  414. "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
  415. },
  416. "dist": {
  417. "type": "zip",
  418. "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  419. "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  420. "shasum": ""
  421. },
  422. "require": {
  423. "doctrine/cache": "^1.0",
  424. "doctrine/event-manager": "^1.0",
  425. "ext-pdo": "*",
  426. "php": "^7.1"
  427. },
  428. "require-dev": {
  429. "doctrine/coding-standard": "^5.0",
  430. "jetbrains/phpstorm-stubs": "^2018.1.2",
  431. "phpstan/phpstan": "^0.10.1",
  432. "phpunit/phpunit": "^7.4",
  433. "symfony/console": "^2.0.5|^3.0|^4.0",
  434. "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
  435. },
  436. "suggest": {
  437. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  438. },
  439. "bin": [
  440. "bin/doctrine-dbal"
  441. ],
  442. "type": "library",
  443. "extra": {
  444. "branch-alias": {
  445. "dev-master": "2.9.x-dev",
  446. "dev-develop": "3.0.x-dev"
  447. }
  448. },
  449. "autoload": {
  450. "psr-4": {
  451. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  452. }
  453. },
  454. "notification-url": "https://packagist.org/downloads/",
  455. "license": [
  456. "MIT"
  457. ],
  458. "authors": [
  459. {
  460. "name": "Roman Borschel",
  461. "email": "roman@code-factory.org"
  462. },
  463. {
  464. "name": "Benjamin Eberlei",
  465. "email": "kontakt@beberlei.de"
  466. },
  467. {
  468. "name": "Guilherme Blanco",
  469. "email": "guilhermeblanco@gmail.com"
  470. },
  471. {
  472. "name": "Jonathan Wage",
  473. "email": "jonwage@gmail.com"
  474. }
  475. ],
  476. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  477. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  478. "keywords": [
  479. "abstraction",
  480. "database",
  481. "dbal",
  482. "mysql",
  483. "persistence",
  484. "pgsql",
  485. "php",
  486. "queryobject"
  487. ],
  488. "time": "2018-12-31T03:27:51+00:00"
  489. },
  490. {
  491. "name": "doctrine/doctrine-bundle",
  492. "version": "1.10.1",
  493. "source": {
  494. "type": "git",
  495. "url": "https://github.com/doctrine/DoctrineBundle.git",
  496. "reference": "98551d71f515692c2278073e0d483763ac70b341"
  497. },
  498. "dist": {
  499. "type": "zip",
  500. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/98551d71f515692c2278073e0d483763ac70b341",
  501. "reference": "98551d71f515692c2278073e0d483763ac70b341",
  502. "shasum": ""
  503. },
  504. "require": {
  505. "doctrine/dbal": "^2.5.12",
  506. "doctrine/doctrine-cache-bundle": "~1.2",
  507. "jdorn/sql-formatter": "^1.2.16",
  508. "php": "^5.5.9|^7.0",
  509. "symfony/console": "~2.7|~3.0|~4.0",
  510. "symfony/dependency-injection": "~2.7|~3.0|~4.0",
  511. "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
  512. "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
  513. },
  514. "conflict": {
  515. "symfony/http-foundation": "<2.6"
  516. },
  517. "require-dev": {
  518. "doctrine/orm": "~2.4",
  519. "php-coveralls/php-coveralls": "^2.1",
  520. "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
  521. "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
  522. "symfony/property-info": "~2.8|~3.0|~4.0",
  523. "symfony/validator": "~2.7|~3.0|~4.0",
  524. "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
  525. "symfony/yaml": "~2.7|~3.0|~4.0",
  526. "twig/twig": "~1.26|~2.0"
  527. },
  528. "suggest": {
  529. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  530. "symfony/web-profiler-bundle": "To use the data collector."
  531. },
  532. "type": "symfony-bundle",
  533. "extra": {
  534. "branch-alias": {
  535. "dev-master": "1.9.x-dev"
  536. }
  537. },
  538. "autoload": {
  539. "psr-4": {
  540. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  541. }
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "Symfony Community",
  550. "homepage": "http://symfony.com/contributors"
  551. },
  552. {
  553. "name": "Benjamin Eberlei",
  554. "email": "kontakt@beberlei.de"
  555. },
  556. {
  557. "name": "Doctrine Project",
  558. "homepage": "http://www.doctrine-project.org/"
  559. },
  560. {
  561. "name": "Fabien Potencier",
  562. "email": "fabien@symfony.com"
  563. }
  564. ],
  565. "description": "Symfony DoctrineBundle",
  566. "homepage": "http://www.doctrine-project.org",
  567. "keywords": [
  568. "database",
  569. "dbal",
  570. "orm",
  571. "persistence"
  572. ],
  573. "time": "2019-01-07T15:31:08+00:00"
  574. },
  575. {
  576. "name": "doctrine/doctrine-cache-bundle",
  577. "version": "1.3.5",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  581. "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
  586. "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
  587. "shasum": ""
  588. },
  589. "require": {
  590. "doctrine/cache": "^1.4.2",
  591. "doctrine/inflector": "~1.0",
  592. "php": ">=5.3.2",
  593. "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
  594. },
  595. "require-dev": {
  596. "instaclick/coding-standard": "~1.1",
  597. "instaclick/object-calisthenics-sniffs": "dev-master",
  598. "instaclick/symfony2-coding-standard": "dev-remaster",
  599. "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
  600. "predis/predis": "~0.8",
  601. "satooshi/php-coveralls": "^1.0",
  602. "squizlabs/php_codesniffer": "~1.5",
  603. "symfony/console": "~2.7|~3.3|~4.0",
  604. "symfony/finder": "~2.7|~3.3|~4.0",
  605. "symfony/framework-bundle": "~2.7|~3.3|~4.0",
  606. "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
  607. "symfony/security-acl": "~2.7|~3.3",
  608. "symfony/validator": "~2.7|~3.3|~4.0",
  609. "symfony/yaml": "~2.7|~3.3|~4.0"
  610. },
  611. "suggest": {
  612. "symfony/security-acl": "For using this bundle to cache ACLs"
  613. },
  614. "type": "symfony-bundle",
  615. "extra": {
  616. "branch-alias": {
  617. "dev-master": "1.3.x-dev"
  618. }
  619. },
  620. "autoload": {
  621. "psr-4": {
  622. "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
  623. },
  624. "exclude-from-classmap": [
  625. "/Tests/"
  626. ]
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "MIT"
  631. ],
  632. "authors": [
  633. {
  634. "name": "Symfony Community",
  635. "homepage": "http://symfony.com/contributors"
  636. },
  637. {
  638. "name": "Benjamin Eberlei",
  639. "email": "kontakt@beberlei.de"
  640. },
  641. {
  642. "name": "Fabio B. Silva",
  643. "email": "fabio.bat.silva@gmail.com"
  644. },
  645. {
  646. "name": "Guilherme Blanco",
  647. "email": "guilhermeblanco@hotmail.com"
  648. },
  649. {
  650. "name": "Doctrine Project",
  651. "homepage": "http://www.doctrine-project.org/"
  652. },
  653. {
  654. "name": "Fabien Potencier",
  655. "email": "fabien@symfony.com"
  656. }
  657. ],
  658. "description": "Symfony Bundle for Doctrine Cache",
  659. "homepage": "https://www.doctrine-project.org",
  660. "keywords": [
  661. "cache",
  662. "caching"
  663. ],
  664. "time": "2018-11-09T06:25:35+00:00"
  665. },
  666. {
  667. "name": "doctrine/doctrine-fixtures-bundle",
  668. "version": "3.1.0",
  669. "source": {
  670. "type": "git",
  671. "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
  672. "reference": "f016565b251c2dfa32a8d6da44d1650dc9ec1498"
  673. },
  674. "dist": {
  675. "type": "zip",
  676. "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/f016565b251c2dfa32a8d6da44d1650dc9ec1498",
  677. "reference": "f016565b251c2dfa32a8d6da44d1650dc9ec1498",
  678. "shasum": ""
  679. },
  680. "require": {
  681. "doctrine/data-fixtures": "^1.3",
  682. "doctrine/doctrine-bundle": "^1.6",
  683. "php": "^7.1",
  684. "symfony/doctrine-bridge": "~3.4|^4.1",
  685. "symfony/framework-bundle": "^3.4|^4.1"
  686. },
  687. "require-dev": {
  688. "doctrine/coding-standard": "^5.0",
  689. "phpunit/phpunit": "^7.4",
  690. "symfony/phpunit-bridge": "^4.1"
  691. },
  692. "type": "symfony-bundle",
  693. "extra": {
  694. "branch-alias": {
  695. "dev-master": "3.1.x-dev"
  696. }
  697. },
  698. "autoload": {
  699. "psr-4": {
  700. "Doctrine\\Bundle\\FixturesBundle\\": ""
  701. }
  702. },
  703. "notification-url": "https://packagist.org/downloads/",
  704. "license": [
  705. "MIT"
  706. ],
  707. "authors": [
  708. {
  709. "name": "Symfony Community",
  710. "homepage": "http://symfony.com/contributors"
  711. },
  712. {
  713. "name": "Doctrine Project",
  714. "homepage": "http://www.doctrine-project.org"
  715. },
  716. {
  717. "name": "Fabien Potencier",
  718. "email": "fabien@symfony.com"
  719. }
  720. ],
  721. "description": "Symfony DoctrineFixturesBundle",
  722. "homepage": "http://www.doctrine-project.org",
  723. "keywords": [
  724. "Fixture",
  725. "persistence"
  726. ],
  727. "time": "2018-12-21T10:10:51+00:00"
  728. },
  729. {
  730. "name": "doctrine/doctrine-migrations-bundle",
  731. "version": "v2.0.0",
  732. "source": {
  733. "type": "git",
  734. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  735. "reference": "4c9579e0e43df1fb3f0ca29b9c20871c824fac71"
  736. },
  737. "dist": {
  738. "type": "zip",
  739. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/4c9579e0e43df1fb3f0ca29b9c20871c824fac71",
  740. "reference": "4c9579e0e43df1fb3f0ca29b9c20871c824fac71",
  741. "shasum": ""
  742. },
  743. "require": {
  744. "doctrine/doctrine-bundle": "~1.0",
  745. "doctrine/migrations": "^2.0",
  746. "php": "^7.1",
  747. "symfony/framework-bundle": "~3.4|~4.0"
  748. },
  749. "require-dev": {
  750. "doctrine/coding-standard": "^5.0",
  751. "mikey179/vfsstream": "^1.6",
  752. "phpstan/phpstan": "^0.9.2",
  753. "phpstan/phpstan-strict-rules": "^0.9",
  754. "phpunit/phpunit": "^5.7|^6.4|^7.0"
  755. },
  756. "type": "symfony-bundle",
  757. "extra": {
  758. "branch-alias": {
  759. "dev-master": "2.0.x-dev"
  760. }
  761. },
  762. "autoload": {
  763. "psr-4": {
  764. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  765. }
  766. },
  767. "notification-url": "https://packagist.org/downloads/",
  768. "license": [
  769. "MIT"
  770. ],
  771. "authors": [
  772. {
  773. "name": "Symfony Community",
  774. "homepage": "http://symfony.com/contributors"
  775. },
  776. {
  777. "name": "Doctrine Project",
  778. "homepage": "http://www.doctrine-project.org"
  779. },
  780. {
  781. "name": "Fabien Potencier",
  782. "email": "fabien@symfony.com"
  783. }
  784. ],
  785. "description": "Symfony DoctrineMigrationsBundle",
  786. "homepage": "https://www.doctrine-project.org",
  787. "keywords": [
  788. "dbal",
  789. "migrations",
  790. "schema"
  791. ],
  792. "time": "2019-01-09T18:49:50+00:00"
  793. },
  794. {
  795. "name": "doctrine/event-manager",
  796. "version": "v1.0.0",
  797. "source": {
  798. "type": "git",
  799. "url": "https://github.com/doctrine/event-manager.git",
  800. "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
  801. },
  802. "dist": {
  803. "type": "zip",
  804. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  805. "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  806. "shasum": ""
  807. },
  808. "require": {
  809. "php": "^7.1"
  810. },
  811. "conflict": {
  812. "doctrine/common": "<2.9@dev"
  813. },
  814. "require-dev": {
  815. "doctrine/coding-standard": "^4.0",
  816. "phpunit/phpunit": "^7.0"
  817. },
  818. "type": "library",
  819. "extra": {
  820. "branch-alias": {
  821. "dev-master": "1.0.x-dev"
  822. }
  823. },
  824. "autoload": {
  825. "psr-4": {
  826. "Doctrine\\Common\\": "lib/Doctrine/Common"
  827. }
  828. },
  829. "notification-url": "https://packagist.org/downloads/",
  830. "license": [
  831. "MIT"
  832. ],
  833. "authors": [
  834. {
  835. "name": "Roman Borschel",
  836. "email": "roman@code-factory.org"
  837. },
  838. {
  839. "name": "Benjamin Eberlei",
  840. "email": "kontakt@beberlei.de"
  841. },
  842. {
  843. "name": "Guilherme Blanco",
  844. "email": "guilhermeblanco@gmail.com"
  845. },
  846. {
  847. "name": "Jonathan Wage",
  848. "email": "jonwage@gmail.com"
  849. },
  850. {
  851. "name": "Johannes Schmitt",
  852. "email": "schmittjoh@gmail.com"
  853. },
  854. {
  855. "name": "Marco Pivetta",
  856. "email": "ocramius@gmail.com"
  857. }
  858. ],
  859. "description": "Doctrine Event Manager component",
  860. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  861. "keywords": [
  862. "event",
  863. "eventdispatcher",
  864. "eventmanager"
  865. ],
  866. "time": "2018-06-11T11:59:03+00:00"
  867. },
  868. {
  869. "name": "doctrine/inflector",
  870. "version": "v1.3.0",
  871. "source": {
  872. "type": "git",
  873. "url": "https://github.com/doctrine/inflector.git",
  874. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  875. },
  876. "dist": {
  877. "type": "zip",
  878. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  879. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  880. "shasum": ""
  881. },
  882. "require": {
  883. "php": "^7.1"
  884. },
  885. "require-dev": {
  886. "phpunit/phpunit": "^6.2"
  887. },
  888. "type": "library",
  889. "extra": {
  890. "branch-alias": {
  891. "dev-master": "1.3.x-dev"
  892. }
  893. },
  894. "autoload": {
  895. "psr-4": {
  896. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  897. }
  898. },
  899. "notification-url": "https://packagist.org/downloads/",
  900. "license": [
  901. "MIT"
  902. ],
  903. "authors": [
  904. {
  905. "name": "Roman Borschel",
  906. "email": "roman@code-factory.org"
  907. },
  908. {
  909. "name": "Benjamin Eberlei",
  910. "email": "kontakt@beberlei.de"
  911. },
  912. {
  913. "name": "Guilherme Blanco",
  914. "email": "guilhermeblanco@gmail.com"
  915. },
  916. {
  917. "name": "Jonathan Wage",
  918. "email": "jonwage@gmail.com"
  919. },
  920. {
  921. "name": "Johannes Schmitt",
  922. "email": "schmittjoh@gmail.com"
  923. }
  924. ],
  925. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  926. "homepage": "http://www.doctrine-project.org",
  927. "keywords": [
  928. "inflection",
  929. "pluralize",
  930. "singularize",
  931. "string"
  932. ],
  933. "time": "2018-01-09T20:05:19+00:00"
  934. },
  935. {
  936. "name": "doctrine/instantiator",
  937. "version": "1.1.0",
  938. "source": {
  939. "type": "git",
  940. "url": "https://github.com/doctrine/instantiator.git",
  941. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
  942. },
  943. "dist": {
  944. "type": "zip",
  945. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  946. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  947. "shasum": ""
  948. },
  949. "require": {
  950. "php": "^7.1"
  951. },
  952. "require-dev": {
  953. "athletic/athletic": "~0.1.8",
  954. "ext-pdo": "*",
  955. "ext-phar": "*",
  956. "phpunit/phpunit": "^6.2.3",
  957. "squizlabs/php_codesniffer": "^3.0.2"
  958. },
  959. "type": "library",
  960. "extra": {
  961. "branch-alias": {
  962. "dev-master": "1.2.x-dev"
  963. }
  964. },
  965. "autoload": {
  966. "psr-4": {
  967. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  968. }
  969. },
  970. "notification-url": "https://packagist.org/downloads/",
  971. "license": [
  972. "MIT"
  973. ],
  974. "authors": [
  975. {
  976. "name": "Marco Pivetta",
  977. "email": "ocramius@gmail.com",
  978. "homepage": "http://ocramius.github.com/"
  979. }
  980. ],
  981. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  982. "homepage": "https://github.com/doctrine/instantiator",
  983. "keywords": [
  984. "constructor",
  985. "instantiate"
  986. ],
  987. "time": "2017-07-22T11:58:36+00:00"
  988. },
  989. {
  990. "name": "doctrine/lexer",
  991. "version": "v1.0.1",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/doctrine/lexer.git",
  995. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  1000. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "php": ">=5.3.2"
  1005. },
  1006. "type": "library",
  1007. "extra": {
  1008. "branch-alias": {
  1009. "dev-master": "1.0.x-dev"
  1010. }
  1011. },
  1012. "autoload": {
  1013. "psr-0": {
  1014. "Doctrine\\Common\\Lexer\\": "lib/"
  1015. }
  1016. },
  1017. "notification-url": "https://packagist.org/downloads/",
  1018. "license": [
  1019. "MIT"
  1020. ],
  1021. "authors": [
  1022. {
  1023. "name": "Roman Borschel",
  1024. "email": "roman@code-factory.org"
  1025. },
  1026. {
  1027. "name": "Guilherme Blanco",
  1028. "email": "guilhermeblanco@gmail.com"
  1029. },
  1030. {
  1031. "name": "Johannes Schmitt",
  1032. "email": "schmittjoh@gmail.com"
  1033. }
  1034. ],
  1035. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  1036. "homepage": "http://www.doctrine-project.org",
  1037. "keywords": [
  1038. "lexer",
  1039. "parser"
  1040. ],
  1041. "time": "2014-09-09T13:34:57+00:00"
  1042. },
  1043. {
  1044. "name": "doctrine/migrations",
  1045. "version": "v2.0.0",
  1046. "source": {
  1047. "type": "git",
  1048. "url": "https://github.com/doctrine/migrations.git",
  1049. "reference": "0101f5bd7f4e5043bf8630db2930f8fd7da552b6"
  1050. },
  1051. "dist": {
  1052. "type": "zip",
  1053. "url": "https://api.github.com/repos/doctrine/migrations/zipball/0101f5bd7f4e5043bf8630db2930f8fd7da552b6",
  1054. "reference": "0101f5bd7f4e5043bf8630db2930f8fd7da552b6",
  1055. "shasum": ""
  1056. },
  1057. "require": {
  1058. "doctrine/dbal": "^2.6",
  1059. "ocramius/package-versions": "^1.3",
  1060. "ocramius/proxy-manager": "^2.0.2",
  1061. "php": "^7.1",
  1062. "symfony/console": "^3.4||^4.0",
  1063. "symfony/stopwatch": "^3.4||^4.0"
  1064. },
  1065. "require-dev": {
  1066. "doctrine/coding-standard": "^5.0",
  1067. "doctrine/orm": "^2.6",
  1068. "ext-pdo_sqlite": "*",
  1069. "jdorn/sql-formatter": "^1.1",
  1070. "mikey179/vfsstream": "^1.6",
  1071. "phpstan/phpstan": "^0.10",
  1072. "phpstan/phpstan-deprecation-rules": "^0.10",
  1073. "phpstan/phpstan-phpunit": "^0.10",
  1074. "phpstan/phpstan-strict-rules": "^0.10",
  1075. "phpunit/phpunit": "^7.0",
  1076. "symfony/process": "^3.4||^4.0",
  1077. "symfony/yaml": "^3.4||^4.0"
  1078. },
  1079. "suggest": {
  1080. "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  1081. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  1082. },
  1083. "bin": [
  1084. "bin/doctrine-migrations"
  1085. ],
  1086. "type": "library",
  1087. "extra": {
  1088. "branch-alias": {
  1089. "dev-master": "2.0.x-dev"
  1090. }
  1091. },
  1092. "autoload": {
  1093. "psr-4": {
  1094. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  1095. }
  1096. },
  1097. "notification-url": "https://packagist.org/downloads/",
  1098. "license": [
  1099. "MIT"
  1100. ],
  1101. "authors": [
  1102. {
  1103. "name": "Benjamin Eberlei",
  1104. "email": "kontakt@beberlei.de"
  1105. },
  1106. {
  1107. "name": "Jonathan Wage",
  1108. "email": "jonwage@gmail.com"
  1109. },
  1110. {
  1111. "name": "Michael Simonson",
  1112. "email": "contact@mikesimonson.com"
  1113. }
  1114. ],
  1115. "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
  1116. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  1117. "keywords": [
  1118. "database",
  1119. "dbal",
  1120. "migrations",
  1121. "php"
  1122. ],
  1123. "time": "2019-01-03T18:59:09+00:00"
  1124. },
  1125. {
  1126. "name": "doctrine/orm",
  1127. "version": "v2.6.3",
  1128. "source": {
  1129. "type": "git",
  1130. "url": "https://github.com/doctrine/orm.git",
  1131. "reference": "434820973cadf2da2d66e7184be370084cc32ca8"
  1132. },
  1133. "dist": {
  1134. "type": "zip",
  1135. "url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
  1136. "reference": "434820973cadf2da2d66e7184be370084cc32ca8",
  1137. "shasum": ""
  1138. },
  1139. "require": {
  1140. "doctrine/annotations": "~1.5",
  1141. "doctrine/cache": "~1.6",
  1142. "doctrine/collections": "^1.4",
  1143. "doctrine/common": "^2.7.1",
  1144. "doctrine/dbal": "^2.6",
  1145. "doctrine/instantiator": "~1.1",
  1146. "ext-pdo": "*",
  1147. "php": "^7.1",
  1148. "symfony/console": "~3.0|~4.0"
  1149. },
  1150. "require-dev": {
  1151. "doctrine/coding-standard": "^1.0",
  1152. "phpunit/phpunit": "^6.5",
  1153. "squizlabs/php_codesniffer": "^3.2",
  1154. "symfony/yaml": "~3.4|~4.0"
  1155. },
  1156. "suggest": {
  1157. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1158. },
  1159. "bin": [
  1160. "bin/doctrine"
  1161. ],
  1162. "type": "library",
  1163. "extra": {
  1164. "branch-alias": {
  1165. "dev-master": "2.6.x-dev"
  1166. }
  1167. },
  1168. "autoload": {
  1169. "psr-4": {
  1170. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1171. }
  1172. },
  1173. "notification-url": "https://packagist.org/downloads/",
  1174. "license": [
  1175. "MIT"
  1176. ],
  1177. "authors": [
  1178. {
  1179. "name": "Roman Borschel",
  1180. "email": "roman@code-factory.org"
  1181. },
  1182. {
  1183. "name": "Benjamin Eberlei",
  1184. "email": "kontakt@beberlei.de"
  1185. },
  1186. {
  1187. "name": "Guilherme Blanco",
  1188. "email": "guilhermeblanco@gmail.com"
  1189. },
  1190. {
  1191. "name": "Jonathan Wage",
  1192. "email": "jonwage@gmail.com"
  1193. },
  1194. {
  1195. "name": "Marco Pivetta",
  1196. "email": "ocramius@gmail.com"
  1197. }
  1198. ],
  1199. "description": "Object-Relational-Mapper for PHP",
  1200. "homepage": "http://www.doctrine-project.org",
  1201. "keywords": [
  1202. "database",
  1203. "orm"
  1204. ],
  1205. "time": "2018-11-20T23:46:46+00:00"
  1206. },
  1207. {
  1208. "name": "doctrine/persistence",
  1209. "version": "v1.1.0",
  1210. "source": {
  1211. "type": "git",
  1212. "url": "https://github.com/doctrine/persistence.git",
  1213. "reference": "c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38"
  1214. },
  1215. "dist": {
  1216. "type": "zip",
  1217. "url": "https://api.github.com/repos/doctrine/persistence/zipball/c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38",
  1218. "reference": "c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38",
  1219. "shasum": ""
  1220. },
  1221. "require": {
  1222. "doctrine/annotations": "^1.0",
  1223. "doctrine/cache": "^1.0",
  1224. "doctrine/collections": "^1.0",
  1225. "doctrine/event-manager": "^1.0",
  1226. "doctrine/reflection": "^1.0",
  1227. "php": "^7.1"
  1228. },
  1229. "conflict": {
  1230. "doctrine/common": "<2.10@dev"
  1231. },
  1232. "require-dev": {
  1233. "doctrine/coding-standard": "^5.0",
  1234. "phpstan/phpstan": "^0.8",
  1235. "phpunit/phpunit": "^7.0"
  1236. },
  1237. "type": "library",
  1238. "extra": {
  1239. "branch-alias": {
  1240. "dev-master": "1.1.x-dev"
  1241. }
  1242. },
  1243. "autoload": {
  1244. "psr-4": {
  1245. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1246. }
  1247. },
  1248. "notification-url": "https://packagist.org/downloads/",
  1249. "license": [
  1250. "MIT"
  1251. ],
  1252. "authors": [
  1253. {
  1254. "name": "Roman Borschel",
  1255. "email": "roman@code-factory.org"
  1256. },
  1257. {
  1258. "name": "Benjamin Eberlei",
  1259. "email": "kontakt@beberlei.de"
  1260. },
  1261. {
  1262. "name": "Guilherme Blanco",
  1263. "email": "guilhermeblanco@gmail.com"
  1264. },
  1265. {
  1266. "name": "Jonathan Wage",
  1267. "email": "jonwage@gmail.com"
  1268. },
  1269. {
  1270. "name": "Johannes Schmitt",
  1271. "email": "schmittjoh@gmail.com"
  1272. },
  1273. {
  1274. "name": "Marco Pivetta",
  1275. "email": "ocramius@gmail.com"
  1276. }
  1277. ],
  1278. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1279. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1280. "keywords": [
  1281. "mapper",
  1282. "object",
  1283. "odm",
  1284. "orm",
  1285. "persistence"
  1286. ],
  1287. "time": "2018-11-21T00:33:13+00:00"
  1288. },
  1289. {
  1290. "name": "doctrine/reflection",
  1291. "version": "v1.0.0",
  1292. "source": {
  1293. "type": "git",
  1294. "url": "https://github.com/doctrine/reflection.git",
  1295. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
  1296. },
  1297. "dist": {
  1298. "type": "zip",
  1299. "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  1300. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  1301. "shasum": ""
  1302. },
  1303. "require": {
  1304. "doctrine/annotations": "^1.0",
  1305. "ext-tokenizer": "*",
  1306. "php": "^7.1"
  1307. },
  1308. "require-dev": {
  1309. "doctrine/coding-standard": "^4.0",
  1310. "doctrine/common": "^2.8",
  1311. "phpstan/phpstan": "^0.9.2",
  1312. "phpstan/phpstan-phpunit": "^0.9.4",
  1313. "phpunit/phpunit": "^7.0",
  1314. "squizlabs/php_codesniffer": "^3.0"
  1315. },
  1316. "type": "library",
  1317. "extra": {
  1318. "branch-alias": {
  1319. "dev-master": "1.0.x-dev"
  1320. }
  1321. },
  1322. "autoload": {
  1323. "psr-4": {
  1324. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1325. }
  1326. },
  1327. "notification-url": "https://packagist.org/downloads/",
  1328. "license": [
  1329. "MIT"
  1330. ],
  1331. "authors": [
  1332. {
  1333. "name": "Roman Borschel",
  1334. "email": "roman@code-factory.org"
  1335. },
  1336. {
  1337. "name": "Benjamin Eberlei",
  1338. "email": "kontakt@beberlei.de"
  1339. },
  1340. {
  1341. "name": "Guilherme Blanco",
  1342. "email": "guilhermeblanco@gmail.com"
  1343. },
  1344. {
  1345. "name": "Jonathan Wage",
  1346. "email": "jonwage@gmail.com"
  1347. },
  1348. {
  1349. "name": "Johannes Schmitt",
  1350. "email": "schmittjoh@gmail.com"
  1351. },
  1352. {
  1353. "name": "Marco Pivetta",
  1354. "email": "ocramius@gmail.com"
  1355. }
  1356. ],
  1357. "description": "Doctrine Reflection component",
  1358. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  1359. "keywords": [
  1360. "reflection"
  1361. ],
  1362. "time": "2018-06-14T14:45:07+00:00"
  1363. },
  1364. {
  1365. "name": "jdorn/sql-formatter",
  1366. "version": "v1.2.17",
  1367. "source": {
  1368. "type": "git",
  1369. "url": "https://github.com/jdorn/sql-formatter.git",
  1370. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  1371. },
  1372. "dist": {
  1373. "type": "zip",
  1374. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  1375. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  1376. "shasum": ""
  1377. },
  1378. "require": {
  1379. "php": ">=5.2.4"
  1380. },
  1381. "require-dev": {
  1382. "phpunit/phpunit": "3.7.*"
  1383. },
  1384. "type": "library",
  1385. "extra": {
  1386. "branch-alias": {
  1387. "dev-master": "1.3.x-dev"
  1388. }
  1389. },
  1390. "autoload": {
  1391. "classmap": [
  1392. "lib"
  1393. ]
  1394. },
  1395. "notification-url": "https://packagist.org/downloads/",
  1396. "license": [
  1397. "MIT"
  1398. ],
  1399. "authors": [
  1400. {
  1401. "name": "Jeremy Dorn",
  1402. "email": "jeremy@jeremydorn.com",
  1403. "homepage": "http://jeremydorn.com/"
  1404. }
  1405. ],
  1406. "description": "a PHP SQL highlighting library",
  1407. "homepage": "https://github.com/jdorn/sql-formatter/",
  1408. "keywords": [
  1409. "highlight",
  1410. "sql"
  1411. ],
  1412. "time": "2014-01-12T16:20:24+00:00"
  1413. },
  1414. {
  1415. "name": "nikic/php-parser",
  1416. "version": "v4.2.0",
  1417. "source": {
  1418. "type": "git",
  1419. "url": "https://github.com/nikic/PHP-Parser.git",
  1420. "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a"
  1421. },
  1422. "dist": {
  1423. "type": "zip",
  1424. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
  1425. "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
  1426. "shasum": ""
  1427. },
  1428. "require": {
  1429. "ext-tokenizer": "*",
  1430. "php": ">=7.0"
  1431. },
  1432. "require-dev": {
  1433. "phpunit/phpunit": "^6.5 || ^7.0"
  1434. },
  1435. "bin": [
  1436. "bin/php-parse"
  1437. ],
  1438. "type": "library",
  1439. "extra": {
  1440. "branch-alias": {
  1441. "dev-master": "4.2-dev"
  1442. }
  1443. },
  1444. "autoload": {
  1445. "psr-4": {
  1446. "PhpParser\\": "lib/PhpParser"
  1447. }
  1448. },
  1449. "notification-url": "https://packagist.org/downloads/",
  1450. "license": [
  1451. "BSD-3-Clause"
  1452. ],
  1453. "authors": [
  1454. {
  1455. "name": "Nikita Popov"
  1456. }
  1457. ],
  1458. "description": "A PHP parser written in PHP",
  1459. "keywords": [
  1460. "parser",
  1461. "php"
  1462. ],
  1463. "time": "2019-01-12T16:31:37+00:00"
  1464. },
  1465. {
  1466. "name": "ocramius/package-versions",
  1467. "version": "1.3.0",
  1468. "source": {
  1469. "type": "git",
  1470. "url": "https://github.com/Ocramius/PackageVersions.git",
  1471. "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
  1472. },
  1473. "dist": {
  1474. "type": "zip",
  1475. "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
  1476. "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
  1477. "shasum": ""
  1478. },
  1479. "require": {
  1480. "composer-plugin-api": "^1.0.0",
  1481. "php": "^7.1.0"
  1482. },
  1483. "require-dev": {
  1484. "composer/composer": "^1.6.3",
  1485. "ext-zip": "*",
  1486. "infection/infection": "^0.7.1",
  1487. "phpunit/phpunit": "^7.0.0"
  1488. },
  1489. "type": "composer-plugin",
  1490. "extra": {
  1491. "class": "PackageVersions\\Installer",
  1492. "branch-alias": {
  1493. "dev-master": "2.0.x-dev"
  1494. }
  1495. },
  1496. "autoload": {
  1497. "psr-4": {
  1498. "PackageVersions\\": "src/PackageVersions"
  1499. }
  1500. },
  1501. "notification-url": "https://packagist.org/downloads/",
  1502. "license": [
  1503. "MIT"
  1504. ],
  1505. "authors": [
  1506. {
  1507. "name": "Marco Pivetta",
  1508. "email": "ocramius@gmail.com"
  1509. }
  1510. ],
  1511. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  1512. "time": "2018-02-05T13:05:30+00:00"
  1513. },
  1514. {
  1515. "name": "ocramius/proxy-manager",
  1516. "version": "2.2.2",
  1517. "source": {
  1518. "type": "git",
  1519. "url": "https://github.com/Ocramius/ProxyManager.git",
  1520. "reference": "14b137b06b0f911944132df9d51e445a35920ab1"
  1521. },
  1522. "dist": {
  1523. "type": "zip",
  1524. "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/14b137b06b0f911944132df9d51e445a35920ab1",
  1525. "reference": "14b137b06b0f911944132df9d51e445a35920ab1",
  1526. "shasum": ""
  1527. },
  1528. "require": {
  1529. "ocramius/package-versions": "^1.1.3",
  1530. "php": "^7.2.0",
  1531. "zendframework/zend-code": "^3.3.0"
  1532. },
  1533. "require-dev": {
  1534. "couscous/couscous": "^1.6.1",
  1535. "ext-phar": "*",
  1536. "humbug/humbug": "1.0.0-RC.0@RC",
  1537. "nikic/php-parser": "^3.1.1",
  1538. "padraic/phpunit-accelerator": "dev-master@DEV",
  1539. "phpbench/phpbench": "^0.12.2",
  1540. "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
  1541. "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
  1542. "phpunit/phpunit": "^6.4.3",
  1543. "squizlabs/php_codesniffer": "^2.9.1"
  1544. },
  1545. "suggest": {
  1546. "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
  1547. "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
  1548. "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
  1549. "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
  1550. },
  1551. "type": "library",
  1552. "extra": {
  1553. "branch-alias": {
  1554. "dev-master": "3.0.x-dev"
  1555. }
  1556. },
  1557. "autoload": {
  1558. "psr-0": {
  1559. "ProxyManager\\": "src"
  1560. }
  1561. },
  1562. "notification-url": "https://packagist.org/downloads/",
  1563. "license": [
  1564. "MIT"
  1565. ],
  1566. "authors": [
  1567. {
  1568. "name": "Marco Pivetta",
  1569. "email": "ocramius@gmail.com",
  1570. "homepage": "http://ocramius.github.io/"
  1571. }
  1572. ],
  1573. "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  1574. "homepage": "https://github.com/Ocramius/ProxyManager",
  1575. "keywords": [
  1576. "aop",
  1577. "lazy loading",
  1578. "proxy",
  1579. "proxy pattern",
  1580. "service proxies"
  1581. ],
  1582. "time": "2018-09-27T13:45:01+00:00"
  1583. },
  1584. {
  1585. "name": "overblog/graphiql-bundle",
  1586. "version": "v0.1.2",
  1587. "source": {
  1588. "type": "git",
  1589. "url": "https://github.com/overblog/GraphiQLBundle.git",
  1590. "reference": "c3b7846840c5c6e5294a92a48e03534ccf2a6430"
  1591. },
  1592. "dist": {
  1593. "type": "zip",
  1594. "url": "https://api.github.com/repos/overblog/GraphiQLBundle/zipball/c3b7846840c5c6e5294a92a48e03534ccf2a6430",
  1595. "reference": "c3b7846840c5c6e5294a92a48e03534ccf2a6430",
  1596. "shasum": ""
  1597. },
  1598. "require": {
  1599. "php": "^5.6 || ^7.0",
  1600. "symfony/http-foundation": "^3.2.2 || ^4.0",
  1601. "symfony/routing": "^3.2 || ^4.0",
  1602. "symfony/twig-bundle": "^3.2.10 || ^4.0"
  1603. },
  1604. "require-dev": {
  1605. "overblog/graphql-bundle": "^0.9.0 || ^0.10.0",
  1606. "phpunit/phpunit": "^5.7 || ^6.0",
  1607. "sensio/framework-extra-bundle": "^3.0 || ^4.0",
  1608. "symfony/browser-kit": "^3.2 || ^4.0",
  1609. "symfony/config": "^3.2 || ^4.0",
  1610. "symfony/console": "^3.2 || ^4.0",
  1611. "symfony/dependency-injection": "^3.2 || ^4.0",
  1612. "symfony/expression-language": "^3.2 || ^4.0",
  1613. "symfony/framework-bundle": "^3.2.2 || ^4.0",
  1614. "symfony/templating": "^3.2 || ^4.0",
  1615. "symfony/yaml": "^3.2 || ^4.0"
  1616. },
  1617. "type": "symfony-bundle",
  1618. "extra": {
  1619. "branch-alias": {
  1620. "dev-master": "0.1-dev"
  1621. }
  1622. },
  1623. "autoload": {
  1624. "psr-4": {
  1625. "Overblog\\GraphiQLBundle\\": ""
  1626. },
  1627. "exclude-from-classmap": [
  1628. "/Tests/"
  1629. ]
  1630. },
  1631. "notification-url": "https://packagist.org/downloads/",
  1632. "license": [
  1633. "MIT"
  1634. ],
  1635. "authors": [
  1636. {
  1637. "name": "Overblog",
  1638. "homepage": "http://www.over-blog.com"
  1639. },
  1640. {
  1641. "name": "Renato Mefi",
  1642. "email": "renato@mefi.in"
  1643. }
  1644. ],
  1645. "description": "Symfony GraphiQLBundle makes possible to render the UI into your symfony project",
  1646. "keywords": [
  1647. "graphiql",
  1648. "graphql"
  1649. ],
  1650. "time": "2018-12-08T07:35:25+00:00"
  1651. },
  1652. {
  1653. "name": "overblog/graphql-bundle",
  1654. "version": "v0.11.11",
  1655. "source": {
  1656. "type": "git",
  1657. "url": "https://github.com/overblog/GraphQLBundle.git",
  1658. "reference": "5b8c3bf343b8f4c90878e5b9f66850552374769a"
  1659. },
  1660. "dist": {
  1661. "type": "zip",
  1662. "url": "https://api.github.com/repos/overblog/GraphQLBundle/zipball/5b8c3bf343b8f4c90878e5b9f66850552374769a",
  1663. "reference": "5b8c3bf343b8f4c90878e5b9f66850552374769a",
  1664. "shasum": ""
  1665. },
  1666. "require": {
  1667. "overblog/graphql-php-generator": "^0.7.4",
  1668. "php": ">=5.6",
  1669. "psr/log": "^1.0",
  1670. "symfony/config": "^3.1 || ^4.0",
  1671. "symfony/dependency-injection": "^3.1 || ^4.0",
  1672. "symfony/event-dispatcher": "^3.1 || ^4.0",
  1673. "symfony/expression-language": "^3.1 || ^4.0",
  1674. "symfony/framework-bundle": "^3.1 || ^4.0",
  1675. "symfony/options-resolver": "^3.1 || ^4.0",
  1676. "symfony/property-access": "^3.1 || ^4.0",
  1677. "webonyx/graphql-php": "^0.11.2 || ^0.12.0"
  1678. },
  1679. "require-dev": {
  1680. "phpunit/phpunit": "^5.7.26 || ^6.0 || ^7.2",
  1681. "react/promise": "^2.5",
  1682. "sensio/framework-extra-bundle": "^3.0",
  1683. "symfony/asset": "^3.1 || ^4.0",
  1684. "symfony/browser-kit": "^3.1 || ^4.0",
  1685. "symfony/console": "^3.1 || ^4.0",
  1686. "symfony/css-selector": "^3.1 || ^4.0",
  1687. "symfony/phpunit-bridge": "^3.1 || ^4.0",
  1688. "symfony/process": "^3.1 || ^4.0",
  1689. "symfony/security-bundle": "^3.1 || ^4.0",
  1690. "symfony/templating": "^3.1 || ^4.0",
  1691. "symfony/web-profiler-bundle": "^3.1 || ^4.0",
  1692. "symfony/yaml": "^3.1 || ^4.0"
  1693. },
  1694. "suggest": {
  1695. "nelmio/cors-bundle": "For more flexibility when using CORS prefight",
  1696. "overblog/graphiql-bundle": "If you want to use graphiQL.",
  1697. "react/promise": "To use ReactPHP promise adapter"
  1698. },
  1699. "type": "symfony-bundle",
  1700. "extra": {
  1701. "branch-alias": {
  1702. "dev-master": "0.11-dev"
  1703. }
  1704. },
  1705. "autoload": {
  1706. "psr-4": {
  1707. "Overblog\\GraphQLBundle\\": "src"
  1708. }
  1709. },
  1710. "notification-url": "https://packagist.org/downloads/",
  1711. "license": [
  1712. "MIT"
  1713. ],
  1714. "authors": [
  1715. {
  1716. "name": "Overblog",
  1717. "homepage": "http://www.over-blog.com"
  1718. }
  1719. ],
  1720. "description": "This bundle provides tools to build a GraphQL server in your Symfony App.",
  1721. "keywords": [
  1722. "Relay",
  1723. "graphql"
  1724. ],
  1725. "time": "2019-01-14T09:53:23+00:00"
  1726. },
  1727. {
  1728. "name": "overblog/graphql-php-generator",
  1729. "version": "v0.7.4",
  1730. "source": {
  1731. "type": "git",
  1732. "url": "https://github.com/overblog/GraphQLPhpGenerator.git",
  1733. "reference": "6a131a9af82054797991d41adf841eab12be4646"
  1734. },
  1735. "dist": {
  1736. "type": "zip",
  1737. "url": "https://api.github.com/repos/overblog/GraphQLPhpGenerator/zipball/6a131a9af82054797991d41adf841eab12be4646",
  1738. "reference": "6a131a9af82054797991d41adf841eab12be4646",
  1739. "shasum": ""
  1740. },
  1741. "require": {
  1742. "php": "^5.5|~7.0",
  1743. "webonyx/graphql-php": "^0.11.2|^0.12.0"
  1744. },
  1745. "require-dev": {
  1746. "fabpot/php-cs-fixer": "^1.11",
  1747. "phpunit/phpunit": "^4.1|^5.1",
  1748. "sllh/php-cs-fixer-styleci-bridge": "^1.5",
  1749. "symfony/expression-language": "^3.3",
  1750. "symfony/filesystem": "^3.3",
  1751. "symfony/process": "^3.3",
  1752. "symfony/yaml": "^3.3"
  1753. },
  1754. "type": "library",
  1755. "autoload": {
  1756. "psr-4": {
  1757. "Overblog\\GraphQLGenerator\\": "src/"
  1758. }
  1759. },
  1760. "notification-url": "https://packagist.org/downloads/",
  1761. "license": [
  1762. "MIT"
  1763. ],
  1764. "authors": [
  1765. {
  1766. "name": "Overblog",
  1767. "homepage": "http://www.over-blog.com"
  1768. }
  1769. ],
  1770. "description": "GraphQL types generator",
  1771. "keywords": [
  1772. "generator",
  1773. "graphql",
  1774. "type"
  1775. ],
  1776. "time": "2019-01-13T17:41:10+00:00"
  1777. },
  1778. {
  1779. "name": "psr/cache",
  1780. "version": "1.0.1",
  1781. "source": {
  1782. "type": "git",
  1783. "url": "https://github.com/php-fig/cache.git",
  1784. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  1785. },
  1786. "dist": {
  1787. "type": "zip",
  1788. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  1789. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  1790. "shasum": ""
  1791. },
  1792. "require": {
  1793. "php": ">=5.3.0"
  1794. },
  1795. "type": "library",
  1796. "extra": {
  1797. "branch-alias": {
  1798. "dev-master": "1.0.x-dev"
  1799. }
  1800. },
  1801. "autoload": {
  1802. "psr-4": {
  1803. "Psr\\Cache\\": "src/"
  1804. }
  1805. },
  1806. "notification-url": "https://packagist.org/downloads/",
  1807. "license": [
  1808. "MIT"
  1809. ],
  1810. "authors": [
  1811. {
  1812. "name": "PHP-FIG",
  1813. "homepage": "http://www.php-fig.org/"
  1814. }
  1815. ],
  1816. "description": "Common interface for caching libraries",
  1817. "keywords": [
  1818. "cache",
  1819. "psr",
  1820. "psr-6"
  1821. ],
  1822. "time": "2016-08-06T20:24:11+00:00"
  1823. },
  1824. {
  1825. "name": "psr/container",
  1826. "version": "1.0.0",
  1827. "source": {
  1828. "type": "git",
  1829. "url": "https://github.com/php-fig/container.git",
  1830. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1831. },
  1832. "dist": {
  1833. "type": "zip",
  1834. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1835. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1836. "shasum": ""
  1837. },
  1838. "require": {
  1839. "php": ">=5.3.0"
  1840. },
  1841. "type": "library",
  1842. "extra": {
  1843. "branch-alias": {
  1844. "dev-master": "1.0.x-dev"
  1845. }
  1846. },
  1847. "autoload": {
  1848. "psr-4": {
  1849. "Psr\\Container\\": "src/"
  1850. }
  1851. },
  1852. "notification-url": "https://packagist.org/downloads/",
  1853. "license": [
  1854. "MIT"
  1855. ],
  1856. "authors": [
  1857. {
  1858. "name": "PHP-FIG",
  1859. "homepage": "http://www.php-fig.org/"
  1860. }
  1861. ],
  1862. "description": "Common Container Interface (PHP FIG PSR-11)",
  1863. "homepage": "https://github.com/php-fig/container",
  1864. "keywords": [
  1865. "PSR-11",
  1866. "container",
  1867. "container-interface",
  1868. "container-interop",
  1869. "psr"
  1870. ],
  1871. "time": "2017-02-14T16:28:37+00:00"
  1872. },
  1873. {
  1874. "name": "psr/log",
  1875. "version": "1.1.0",
  1876. "source": {
  1877. "type": "git",
  1878. "url": "https://github.com/php-fig/log.git",
  1879. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1880. },
  1881. "dist": {
  1882. "type": "zip",
  1883. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1884. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1885. "shasum": ""
  1886. },
  1887. "require": {
  1888. "php": ">=5.3.0"
  1889. },
  1890. "type": "library",
  1891. "extra": {
  1892. "branch-alias": {
  1893. "dev-master": "1.0.x-dev"
  1894. }
  1895. },
  1896. "autoload": {
  1897. "psr-4": {
  1898. "Psr\\Log\\": "Psr/Log/"
  1899. }
  1900. },
  1901. "notification-url": "https://packagist.org/downloads/",
  1902. "license": [
  1903. "MIT"
  1904. ],
  1905. "authors": [
  1906. {
  1907. "name": "PHP-FIG",
  1908. "homepage": "http://www.php-fig.org/"
  1909. }
  1910. ],
  1911. "description": "Common interface for logging libraries",
  1912. "homepage": "https://github.com/php-fig/log",
  1913. "keywords": [
  1914. "log",
  1915. "psr",
  1916. "psr-3"
  1917. ],
  1918. "time": "2018-11-20T15:27:04+00:00"
  1919. },
  1920. {
  1921. "name": "psr/simple-cache",
  1922. "version": "1.0.1",
  1923. "source": {
  1924. "type": "git",
  1925. "url": "https://github.com/php-fig/simple-cache.git",
  1926. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1927. },
  1928. "dist": {
  1929. "type": "zip",
  1930. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1931. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1932. "shasum": ""
  1933. },
  1934. "require": {
  1935. "php": ">=5.3.0"
  1936. },
  1937. "type": "library",
  1938. "extra": {
  1939. "branch-alias": {
  1940. "dev-master": "1.0.x-dev"
  1941. }
  1942. },
  1943. "autoload": {
  1944. "psr-4": {
  1945. "Psr\\SimpleCache\\": "src/"
  1946. }
  1947. },
  1948. "notification-url": "https://packagist.org/downloads/",
  1949. "license": [
  1950. "MIT"
  1951. ],
  1952. "authors": [
  1953. {
  1954. "name": "PHP-FIG",
  1955. "homepage": "http://www.php-fig.org/"
  1956. }
  1957. ],
  1958. "description": "Common interfaces for simple caching",
  1959. "keywords": [
  1960. "cache",
  1961. "caching",
  1962. "psr",
  1963. "psr-16",
  1964. "simple-cache"
  1965. ],
  1966. "time": "2017-10-23T01:57:42+00:00"
  1967. },
  1968. {
  1969. "name": "symfony/cache",
  1970. "version": "v4.2.3",
  1971. "source": {
  1972. "type": "git",
  1973. "url": "https://github.com/symfony/cache.git",
  1974. "reference": "7c5b85bcc5f87dd7938123be12ce3323be6cde5a"
  1975. },
  1976. "dist": {
  1977. "type": "zip",
  1978. "url": "https://api.github.com/repos/symfony/cache/zipball/7c5b85bcc5f87dd7938123be12ce3323be6cde5a",
  1979. "reference": "7c5b85bcc5f87dd7938123be12ce3323be6cde5a",
  1980. "shasum": ""
  1981. },
  1982. "require": {
  1983. "php": "^7.1.3",
  1984. "psr/cache": "~1.0",
  1985. "psr/log": "~1.0",
  1986. "psr/simple-cache": "^1.0",
  1987. "symfony/contracts": "^1.0",
  1988. "symfony/var-exporter": "^4.2"
  1989. },
  1990. "conflict": {
  1991. "doctrine/dbal": "<2.5",
  1992. "symfony/dependency-injection": "<3.4",
  1993. "symfony/var-dumper": "<3.4"
  1994. },
  1995. "provide": {
  1996. "psr/cache-implementation": "1.0",
  1997. "psr/simple-cache-implementation": "1.0",
  1998. "symfony/cache-contracts-implementation": "1.0"
  1999. },
  2000. "require-dev": {
  2001. "cache/integration-tests": "dev-master",
  2002. "doctrine/cache": "~1.6",
  2003. "doctrine/dbal": "~2.5",
  2004. "predis/predis": "~1.1",
  2005. "symfony/config": "~4.2",
  2006. "symfony/dependency-injection": "~3.4|~4.1",
  2007. "symfony/var-dumper": "^4.1.1"
  2008. },
  2009. "type": "library",
  2010. "extra": {
  2011. "branch-alias": {
  2012. "dev-master": "4.2-dev"
  2013. }
  2014. },
  2015. "autoload": {
  2016. "psr-4": {
  2017. "Symfony\\Component\\Cache\\": ""
  2018. },
  2019. "exclude-from-classmap": [
  2020. "/Tests/"
  2021. ]
  2022. },
  2023. "notification-url": "https://packagist.org/downloads/",
  2024. "license": [
  2025. "MIT"
  2026. ],
  2027. "authors": [
  2028. {
  2029. "name": "Nicolas Grekas",
  2030. "email": "p@tchwork.com"
  2031. },
  2032. {
  2033. "name": "Symfony Community",
  2034. "homepage": "https://symfony.com/contributors"
  2035. }
  2036. ],
  2037. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  2038. "homepage": "https://symfony.com",
  2039. "keywords": [
  2040. "caching",
  2041. "psr6"
  2042. ],
  2043. "time": "2019-01-31T15:08:08+00:00"
  2044. },
  2045. {
  2046. "name": "symfony/config",
  2047. "version": "v4.2.3",
  2048. "source": {
  2049. "type": "git",
  2050. "url": "https://github.com/symfony/config.git",
  2051. "reference": "25a2e7abe0d97e70282537292e3df45cf6da7b98"
  2052. },
  2053. "dist": {
  2054. "type": "zip",
  2055. "url": "https://api.github.com/repos/symfony/config/zipball/25a2e7abe0d97e70282537292e3df45cf6da7b98",
  2056. "reference": "25a2e7abe0d97e70282537292e3df45cf6da7b98",
  2057. "shasum": ""
  2058. },
  2059. "require": {
  2060. "php": "^7.1.3",
  2061. "symfony/filesystem": "~3.4|~4.0",
  2062. "symfony/polyfill-ctype": "~1.8"
  2063. },
  2064. "conflict": {
  2065. "symfony/finder": "<3.4"
  2066. },
  2067. "require-dev": {
  2068. "symfony/dependency-injection": "~3.4|~4.0",
  2069. "symfony/event-dispatcher": "~3.4|~4.0",
  2070. "symfony/finder": "~3.4|~4.0",
  2071. "symfony/yaml": "~3.4|~4.0"
  2072. },
  2073. "suggest": {
  2074. "symfony/yaml": "To use the yaml reference dumper"
  2075. },
  2076. "type": "library",
  2077. "extra": {
  2078. "branch-alias": {
  2079. "dev-master": "4.2-dev"
  2080. }
  2081. },
  2082. "autoload": {
  2083. "psr-4": {
  2084. "Symfony\\Component\\Config\\": ""
  2085. },
  2086. "exclude-from-classmap": [
  2087. "/Tests/"
  2088. ]
  2089. },
  2090. "notification-url": "https://packagist.org/downloads/",
  2091. "license": [
  2092. "MIT"
  2093. ],
  2094. "authors": [
  2095. {
  2096. "name": "Fabien Potencier",
  2097. "email": "fabien@symfony.com"
  2098. },
  2099. {
  2100. "name": "Symfony Community",
  2101. "homepage": "https://symfony.com/contributors"
  2102. }
  2103. ],
  2104. "description": "Symfony Config Component",
  2105. "homepage": "https://symfony.com",
  2106. "time": "2019-01-30T11:44:30+00:00"
  2107. },
  2108. {
  2109. "name": "symfony/console",
  2110. "version": "v4.2.3",
  2111. "source": {
  2112. "type": "git",
  2113. "url": "https://github.com/symfony/console.git",
  2114. "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4"
  2115. },
  2116. "dist": {
  2117. "type": "zip",
  2118. "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
  2119. "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
  2120. "shasum": ""
  2121. },
  2122. "require": {
  2123. "php": "^7.1.3",
  2124. "symfony/contracts": "^1.0",
  2125. "symfony/polyfill-mbstring": "~1.0"
  2126. },
  2127. "conflict": {
  2128. "symfony/dependency-injection": "<3.4",
  2129. "symfony/process": "<3.3"
  2130. },
  2131. "provide": {
  2132. "psr/log-implementation": "1.0"
  2133. },
  2134. "require-dev": {
  2135. "psr/log": "~1.0",
  2136. "symfony/config": "~3.4|~4.0",
  2137. "symfony/dependency-injection": "~3.4|~4.0",
  2138. "symfony/event-dispatcher": "~3.4|~4.0",
  2139. "symfony/lock": "~3.4|~4.0",
  2140. "symfony/process": "~3.4|~4.0"
  2141. },
  2142. "suggest": {
  2143. "psr/log": "For using the console logger",
  2144. "symfony/event-dispatcher": "",
  2145. "symfony/lock": "",
  2146. "symfony/process": ""
  2147. },
  2148. "type": "library",
  2149. "extra": {
  2150. "branch-alias": {
  2151. "dev-master": "4.2-dev"
  2152. }
  2153. },
  2154. "autoload": {
  2155. "psr-4": {
  2156. "Symfony\\Component\\Console\\": ""
  2157. },
  2158. "exclude-from-classmap": [
  2159. "/Tests/"
  2160. ]
  2161. },
  2162. "notification-url": "https://packagist.org/downloads/",
  2163. "license": [
  2164. "MIT"
  2165. ],
  2166. "authors": [
  2167. {
  2168. "name": "Fabien Potencier",
  2169. "email": "fabien@symfony.com"
  2170. },
  2171. {
  2172. "name": "Symfony Community",
  2173. "homepage": "https://symfony.com/contributors"
  2174. }
  2175. ],
  2176. "description": "Symfony Console Component",
  2177. "homepage": "https://symfony.com",
  2178. "time": "2019-01-25T14:35:16+00:00"
  2179. },
  2180. {
  2181. "name": "symfony/contracts",
  2182. "version": "v1.0.2",
  2183. "source": {
  2184. "type": "git",
  2185. "url": "https://github.com/symfony/contracts.git",
  2186. "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
  2187. },
  2188. "dist": {
  2189. "type": "zip",
  2190. "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  2191. "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  2192. "shasum": ""
  2193. },
  2194. "require": {
  2195. "php": "^7.1.3"
  2196. },
  2197. "require-dev": {
  2198. "psr/cache": "^1.0",
  2199. "psr/container": "^1.0"
  2200. },
  2201. "suggest": {
  2202. "psr/cache": "When using the Cache contracts",
  2203. "psr/container": "When using the Service contracts",
  2204. "symfony/cache-contracts-implementation": "",
  2205. "symfony/service-contracts-implementation": "",
  2206. "symfony/translation-contracts-implementation": ""
  2207. },
  2208. "type": "library",
  2209. "extra": {
  2210. "branch-alias": {
  2211. "dev-master": "1.0-dev"
  2212. }
  2213. },
  2214. "autoload": {
  2215. "psr-4": {
  2216. "Symfony\\Contracts\\": ""
  2217. },
  2218. "exclude-from-classmap": [
  2219. "**/Tests/"
  2220. ]
  2221. },
  2222. "notification-url": "https://packagist.org/downloads/",
  2223. "license": [
  2224. "MIT"
  2225. ],
  2226. "authors": [
  2227. {
  2228. "name": "Nicolas Grekas",
  2229. "email": "p@tchwork.com"
  2230. },
  2231. {
  2232. "name": "Symfony Community",
  2233. "homepage": "https://symfony.com/contributors"
  2234. }
  2235. ],
  2236. "description": "A set of abstractions extracted out of the Symfony components",
  2237. "homepage": "https://symfony.com",
  2238. "keywords": [
  2239. "abstractions",
  2240. "contracts",
  2241. "decoupling",
  2242. "interfaces",
  2243. "interoperability",
  2244. "standards"
  2245. ],
  2246. "time": "2018-12-05T08:06:11+00:00"
  2247. },
  2248. {
  2249. "name": "symfony/debug",
  2250. "version": "v4.2.3",
  2251. "source": {
  2252. "type": "git",
  2253. "url": "https://github.com/symfony/debug.git",
  2254. "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65"
  2255. },
  2256. "dist": {
  2257. "type": "zip",
  2258. "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65",
  2259. "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65",
  2260. "shasum": ""
  2261. },
  2262. "require": {
  2263. "php": "^7.1.3",
  2264. "psr/log": "~1.0"
  2265. },
  2266. "conflict": {
  2267. "symfony/http-kernel": "<3.4"
  2268. },
  2269. "require-dev": {
  2270. "symfony/http-kernel": "~3.4|~4.0"
  2271. },
  2272. "type": "library",
  2273. "extra": {
  2274. "branch-alias": {
  2275. "dev-master": "4.2-dev"
  2276. }
  2277. },
  2278. "autoload": {
  2279. "psr-4": {
  2280. "Symfony\\Component\\Debug\\": ""
  2281. },
  2282. "exclude-from-classmap": [
  2283. "/Tests/"
  2284. ]
  2285. },
  2286. "notification-url": "https://packagist.org/downloads/",
  2287. "license": [
  2288. "MIT"
  2289. ],
  2290. "authors": [
  2291. {
  2292. "name": "Fabien Potencier",
  2293. "email": "fabien@symfony.com"
  2294. },
  2295. {
  2296. "name": "Symfony Community",
  2297. "homepage": "https://symfony.com/contributors"
  2298. }
  2299. ],
  2300. "description": "Symfony Debug Component",
  2301. "homepage": "https://symfony.com",
  2302. "time": "2019-01-25T14:35:16+00:00"
  2303. },
  2304. {
  2305. "name": "symfony/dependency-injection",
  2306. "version": "v4.2.3",
  2307. "source": {
  2308. "type": "git",
  2309. "url": "https://github.com/symfony/dependency-injection.git",
  2310. "reference": "72c14cbc0c27706b9b4c33b9cd7a280972ff4806"
  2311. },
  2312. "dist": {
  2313. "type": "zip",
  2314. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/72c14cbc0c27706b9b4c33b9cd7a280972ff4806",
  2315. "reference": "72c14cbc0c27706b9b4c33b9cd7a280972ff4806",
  2316. "shasum": ""
  2317. },
  2318. "require": {
  2319. "php": "^7.1.3",
  2320. "psr/container": "^1.0",
  2321. "symfony/contracts": "^1.0"
  2322. },
  2323. "conflict": {
  2324. "symfony/config": "<4.2",
  2325. "symfony/finder": "<3.4",
  2326. "symfony/proxy-manager-bridge": "<3.4",
  2327. "symfony/yaml": "<3.4"
  2328. },
  2329. "provide": {
  2330. "psr/container-implementation": "1.0",
  2331. "symfony/service-contracts-implementation": "1.0"
  2332. },
  2333. "require-dev": {
  2334. "symfony/config": "~4.2",
  2335. "symfony/expression-language": "~3.4|~4.0",
  2336. "symfony/yaml": "~3.4|~4.0"
  2337. },
  2338. "suggest": {
  2339. "symfony/config": "",
  2340. "symfony/expression-language": "For using expressions in service container configuration",
  2341. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  2342. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  2343. "symfony/yaml": ""
  2344. },
  2345. "type": "library",
  2346. "extra": {
  2347. "branch-alias": {
  2348. "dev-master": "4.2-dev"
  2349. }
  2350. },
  2351. "autoload": {
  2352. "psr-4": {
  2353. "Symfony\\Component\\DependencyInjection\\": ""
  2354. },
  2355. "exclude-from-classmap": [
  2356. "/Tests/"
  2357. ]
  2358. },
  2359. "notification-url": "https://packagist.org/downloads/",
  2360. "license": [
  2361. "MIT"
  2362. ],
  2363. "authors": [
  2364. {
  2365. "name": "Fabien Potencier",
  2366. "email": "fabien@symfony.com"
  2367. },
  2368. {
  2369. "name": "Symfony Community",
  2370. "homepage": "https://symfony.com/contributors"
  2371. }
  2372. ],
  2373. "description": "Symfony DependencyInjection Component",
  2374. "homepage": "https://symfony.com",
  2375. "time": "2019-01-30T17:51:38+00:00"
  2376. },
  2377. {
  2378. "name": "symfony/doctrine-bridge",
  2379. "version": "v4.2.3",
  2380. "source": {
  2381. "type": "git",
  2382. "url": "https://github.com/symfony/doctrine-bridge.git",
  2383. "reference": "5145bb51562c15a550238c17860ca8f03a1939cb"
  2384. },
  2385. "dist": {
  2386. "type": "zip",
  2387. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/5145bb51562c15a550238c17860ca8f03a1939cb",
  2388. "reference": "5145bb51562c15a550238c17860ca8f03a1939cb",
  2389. "shasum": ""
  2390. },
  2391. "require": {
  2392. "doctrine/collections": "~1.0",
  2393. "doctrine/event-manager": "~1.0",
  2394. "doctrine/persistence": "~1.0",
  2395. "php": "^7.1.3",
  2396. "symfony/contracts": "^1.0",
  2397. "symfony/polyfill-ctype": "~1.8",
  2398. "symfony/polyfill-mbstring": "~1.0"
  2399. },
  2400. "conflict": {
  2401. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  2402. "symfony/dependency-injection": "<3.4",
  2403. "symfony/messenger": "<4.2"
  2404. },
  2405. "require-dev": {
  2406. "doctrine/annotations": "~1.0",
  2407. "doctrine/cache": "~1.6",
  2408. "doctrine/data-fixtures": "1.0.*",
  2409. "doctrine/dbal": "~2.4",
  2410. "doctrine/orm": "^2.4.5",
  2411. "doctrine/reflection": "~1.0",
  2412. "symfony/dependency-injection": "~3.4|~4.0",
  2413. "symfony/expression-language": "~3.4|~4.0",
  2414. "symfony/form": "~3.4|~4.0",
  2415. "symfony/http-kernel": "~3.4|~4.0",
  2416. "symfony/messenger": "~4.2",
  2417. "symfony/property-access": "~3.4|~4.0",
  2418. "symfony/property-info": "~3.4|~4.0",
  2419. "symfony/proxy-manager-bridge": "~3.4|~4.0",
  2420. "symfony/security": "~3.4|~4.0",
  2421. "symfony/stopwatch": "~3.4|~4.0",
  2422. "symfony/translation": "~3.4|~4.0",
  2423. "symfony/validator": "~3.4|~4.0"
  2424. },
  2425. "suggest": {
  2426. "doctrine/data-fixtures": "",
  2427. "doctrine/dbal": "",
  2428. "doctrine/orm": "",
  2429. "symfony/form": "",
  2430. "symfony/property-info": "",
  2431. "symfony/validator": ""
  2432. },
  2433. "type": "symfony-bridge",
  2434. "extra": {
  2435. "branch-alias": {
  2436. "dev-master": "4.2-dev"
  2437. }
  2438. },
  2439. "autoload": {
  2440. "psr-4": {
  2441. "Symfony\\Bridge\\Doctrine\\": ""
  2442. },
  2443. "exclude-from-classmap": [
  2444. "/Tests/"
  2445. ]
  2446. },
  2447. "notification-url": "https://packagist.org/downloads/",
  2448. "license": [
  2449. "MIT"
  2450. ],
  2451. "authors": [
  2452. {
  2453. "name": "Fabien Potencier",
  2454. "email": "fabien@symfony.com"
  2455. },
  2456. {
  2457. "name": "Symfony Community",
  2458. "homepage": "https://symfony.com/contributors"
  2459. }
  2460. ],
  2461. "description": "Symfony Doctrine Bridge",
  2462. "homepage": "https://symfony.com",
  2463. "time": "2019-01-24T21:39:51+00:00"
  2464. },
  2465. {
  2466. "name": "symfony/event-dispatcher",
  2467. "version": "v4.2.3",
  2468. "source": {
  2469. "type": "git",
  2470. "url": "https://github.com/symfony/event-dispatcher.git",
  2471. "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1"
  2472. },
  2473. "dist": {
  2474. "type": "zip",
  2475. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
  2476. "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
  2477. "shasum": ""
  2478. },
  2479. "require": {
  2480. "php": "^7.1.3",
  2481. "symfony/contracts": "^1.0"
  2482. },
  2483. "conflict": {
  2484. "symfony/dependency-injection": "<3.4"
  2485. },
  2486. "require-dev": {
  2487. "psr/log": "~1.0",
  2488. "symfony/config": "~3.4|~4.0",
  2489. "symfony/dependency-injection": "~3.4|~4.0",
  2490. "symfony/expression-language": "~3.4|~4.0",
  2491. "symfony/stopwatch": "~3.4|~4.0"
  2492. },
  2493. "suggest": {
  2494. "symfony/dependency-injection": "",
  2495. "symfony/http-kernel": ""
  2496. },
  2497. "type": "library",
  2498. "extra": {
  2499. "branch-alias": {
  2500. "dev-master": "4.2-dev"
  2501. }
  2502. },
  2503. "autoload": {
  2504. "psr-4": {
  2505. "Symfony\\Component\\EventDispatcher\\": ""
  2506. },
  2507. "exclude-from-classmap": [
  2508. "/Tests/"
  2509. ]
  2510. },
  2511. "notification-url": "https://packagist.org/downloads/",
  2512. "license": [
  2513. "MIT"
  2514. ],
  2515. "authors": [
  2516. {
  2517. "name": "Fabien Potencier",
  2518. "email": "fabien@symfony.com"
  2519. },
  2520. {
  2521. "name": "Symfony Community",
  2522. "homepage": "https://symfony.com/contributors"
  2523. }
  2524. ],
  2525. "description": "Symfony EventDispatcher Component",
  2526. "homepage": "https://symfony.com",
  2527. "time": "2019-01-16T20:35:37+00:00"
  2528. },
  2529. {
  2530. "name": "symfony/expression-language",
  2531. "version": "v4.2.3",
  2532. "source": {
  2533. "type": "git",
  2534. "url": "https://github.com/symfony/expression-language.git",
  2535. "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e"
  2536. },
  2537. "dist": {
  2538. "type": "zip",
  2539. "url": "https://api.github.com/repos/symfony/expression-language/zipball/a69b153996a13ffdb05395e8724c7217a8448e9e",
  2540. "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e",
  2541. "shasum": ""
  2542. },
  2543. "require": {
  2544. "php": "^7.1.3",
  2545. "symfony/cache": "~3.4|~4.0",
  2546. "symfony/contracts": "^1.0"
  2547. },
  2548. "type": "library",
  2549. "extra": {
  2550. "branch-alias": {
  2551. "dev-master": "4.2-dev"
  2552. }
  2553. },
  2554. "autoload": {
  2555. "psr-4": {
  2556. "Symfony\\Component\\ExpressionLanguage\\": ""
  2557. },
  2558. "exclude-from-classmap": [
  2559. "/Tests/"
  2560. ]
  2561. },
  2562. "notification-url": "https://packagist.org/downloads/",
  2563. "license": [
  2564. "MIT"
  2565. ],
  2566. "authors": [
  2567. {
  2568. "name": "Fabien Potencier",
  2569. "email": "fabien@symfony.com"
  2570. },
  2571. {
  2572. "name": "Symfony Community",
  2573. "homepage": "https://symfony.com/contributors"
  2574. }
  2575. ],
  2576. "description": "Symfony ExpressionLanguage Component",
  2577. "homepage": "https://symfony.com",
  2578. "time": "2019-01-16T20:31:39+00:00"
  2579. },
  2580. {
  2581. "name": "symfony/filesystem",
  2582. "version": "v4.2.3",
  2583. "source": {
  2584. "type": "git",
  2585. "url": "https://github.com/symfony/filesystem.git",
  2586. "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee"
  2587. },
  2588. "dist": {
  2589. "type": "zip",
  2590. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7c16ebc2629827d4ec915a52ac809768d060a4ee",
  2591. "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee",
  2592. "shasum": ""
  2593. },
  2594. "require": {
  2595. "php": "^7.1.3",
  2596. "symfony/polyfill-ctype": "~1.8"
  2597. },
  2598. "type": "library",
  2599. "extra": {
  2600. "branch-alias": {
  2601. "dev-master": "4.2-dev"
  2602. }
  2603. },
  2604. "autoload": {
  2605. "psr-4": {
  2606. "Symfony\\Component\\Filesystem\\": ""
  2607. },
  2608. "exclude-from-classmap": [
  2609. "/Tests/"
  2610. ]
  2611. },
  2612. "notification-url": "https://packagist.org/downloads/",
  2613. "license": [
  2614. "MIT"
  2615. ],
  2616. "authors": [
  2617. {
  2618. "name": "Fabien Potencier",
  2619. "email": "fabien@symfony.com"
  2620. },
  2621. {
  2622. "name": "Symfony Community",
  2623. "homepage": "https://symfony.com/contributors"
  2624. }
  2625. ],
  2626. "description": "Symfony Filesystem Component",
  2627. "homepage": "https://symfony.com",
  2628. "time": "2019-01-16T20:35:37+00:00"
  2629. },
  2630. {
  2631. "name": "symfony/finder",
  2632. "version": "v4.2.3",
  2633. "source": {
  2634. "type": "git",
  2635. "url": "https://github.com/symfony/finder.git",
  2636. "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c"
  2637. },
  2638. "dist": {
  2639. "type": "zip",
  2640. "url": "https://api.github.com/repos/symfony/finder/zipball/ef71816cbb264988bb57fe6a73f610888b9aa70c",
  2641. "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c",
  2642. "shasum": ""
  2643. },
  2644. "require": {
  2645. "php": "^7.1.3"
  2646. },
  2647. "type": "library",
  2648. "extra": {
  2649. "branch-alias": {
  2650. "dev-master": "4.2-dev"
  2651. }
  2652. },
  2653. "autoload": {
  2654. "psr-4": {
  2655. "Symfony\\Component\\Finder\\": ""
  2656. },
  2657. "exclude-from-classmap": [
  2658. "/Tests/"
  2659. ]
  2660. },
  2661. "notification-url": "https://packagist.org/downloads/",
  2662. "license": [
  2663. "MIT"
  2664. ],
  2665. "authors": [
  2666. {
  2667. "name": "Fabien Potencier",
  2668. "email": "fabien@symfony.com"
  2669. },
  2670. {
  2671. "name": "Symfony Community",
  2672. "homepage": "https://symfony.com/contributors"
  2673. }
  2674. ],
  2675. "description": "Symfony Finder Component",
  2676. "homepage": "https://symfony.com",
  2677. "time": "2019-01-16T20:35:37+00:00"
  2678. },
  2679. {
  2680. "name": "symfony/flex",
  2681. "version": "v1.1.8",
  2682. "source": {
  2683. "type": "git",
  2684. "url": "https://github.com/symfony/flex.git",
  2685. "reference": "955774ecf07b10230bb5b44e150ba078b45f68fa"
  2686. },
  2687. "dist": {
  2688. "type": "zip",
  2689. "url": "https://api.github.com/repos/symfony/flex/zipball/955774ecf07b10230bb5b44e150ba078b45f68fa",
  2690. "reference": "955774ecf07b10230bb5b44e150ba078b45f68fa",
  2691. "shasum": ""
  2692. },
  2693. "require": {
  2694. "composer-plugin-api": "^1.0",
  2695. "php": "^7.0"
  2696. },
  2697. "require-dev": {
  2698. "composer/composer": "^1.0.2",
  2699. "symfony/phpunit-bridge": "^3.2.8"
  2700. },
  2701. "type": "composer-plugin",
  2702. "extra": {
  2703. "branch-alias": {
  2704. "dev-master": "1.1-dev"
  2705. },
  2706. "class": "Symfony\\Flex\\Flex"
  2707. },
  2708. "autoload": {
  2709. "psr-4": {
  2710. "Symfony\\Flex\\": "src"
  2711. }
  2712. },
  2713. "notification-url": "https://packagist.org/downloads/",
  2714. "license": [
  2715. "MIT"
  2716. ],
  2717. "authors": [
  2718. {
  2719. "name": "Fabien Potencier",
  2720. "email": "fabien.potencier@gmail.com"
  2721. }
  2722. ],
  2723. "description": "Composer plugin for Symfony",
  2724. "time": "2018-11-15T06:11:38+00:00"
  2725. },
  2726. {
  2727. "name": "symfony/framework-bundle",
  2728. "version": "v4.2.3",
  2729. "source": {
  2730. "type": "git",
  2731. "url": "https://github.com/symfony/framework-bundle.git",
  2732. "reference": "5707ad22d7dcf39643128e73a85efc0f20745b44"
  2733. },
  2734. "dist": {
  2735. "type": "zip",
  2736. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5707ad22d7dcf39643128e73a85efc0f20745b44",
  2737. "reference": "5707ad22d7dcf39643128e73a85efc0f20745b44",
  2738. "shasum": ""
  2739. },
  2740. "require": {
  2741. "ext-xml": "*",
  2742. "php": "^7.1.3",
  2743. "symfony/cache": "~4.2",
  2744. "symfony/config": "~4.2",
  2745. "symfony/contracts": "^1.0.2",
  2746. "symfony/dependency-injection": "^4.2",
  2747. "symfony/event-dispatcher": "^4.1",
  2748. "symfony/filesystem": "~3.4|~4.0",
  2749. "symfony/finder": "~3.4|~4.0",
  2750. "symfony/http-foundation": "^4.1.2",
  2751. "symfony/http-kernel": "^4.2",
  2752. "symfony/polyfill-mbstring": "~1.0",
  2753. "symfony/routing": "^4.1"
  2754. },
  2755. "conflict": {
  2756. "phpdocumentor/reflection-docblock": "<3.0",
  2757. "phpdocumentor/type-resolver": "<0.2.1",
  2758. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  2759. "symfony/asset": "<3.4",
  2760. "symfony/console": "<3.4",
  2761. "symfony/dotenv": "<4.2",
  2762. "symfony/form": "<4.2",
  2763. "symfony/messenger": "<4.2",
  2764. "symfony/property-info": "<3.4",
  2765. "symfony/serializer": "<4.2",
  2766. "symfony/stopwatch": "<3.4",
  2767. "symfony/translation": "<4.2",
  2768. "symfony/twig-bridge": "<4.1.1",
  2769. "symfony/validator": "<4.1",
  2770. "symfony/workflow": "<4.1"
  2771. },
  2772. "require-dev": {
  2773. "doctrine/annotations": "~1.0",
  2774. "doctrine/cache": "~1.0",
  2775. "fig/link-util": "^1.0",
  2776. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  2777. "symfony/asset": "~3.4|~4.0",
  2778. "symfony/browser-kit": "~3.4|~4.0",
  2779. "symfony/console": "~3.4|~4.0",
  2780. "symfony/css-selector": "~3.4|~4.0",
  2781. "symfony/dom-crawler": "~3.4|~4.0",
  2782. "symfony/expression-language": "~3.4|~4.0",
  2783. "symfony/form": "^4.2.3",
  2784. "symfony/lock": "~3.4|~4.0",
  2785. "symfony/messenger": "^4.2",
  2786. "symfony/polyfill-intl-icu": "~1.0",
  2787. "symfony/process": "~3.4|~4.0",
  2788. "symfony/property-info": "~3.4|~4.0",
  2789. "symfony/security": "~3.4|~4.0",
  2790. "symfony/security-core": "~3.4|~4.0",
  2791. "symfony/security-csrf": "~3.4|~4.0",
  2792. "symfony/serializer": "^4.2",
  2793. "symfony/stopwatch": "~3.4|~4.0",
  2794. "symfony/templating": "~3.4|~4.0",
  2795. "symfony/translation": "~4.2",
  2796. "symfony/validator": "^4.1",
  2797. "symfony/var-dumper": "~3.4|~4.0",
  2798. "symfony/web-link": "~3.4|~4.0",
  2799. "symfony/workflow": "^4.1",
  2800. "symfony/yaml": "~3.4|~4.0",
  2801. "twig/twig": "~1.34|~2.4"
  2802. },
  2803. "suggest": {
  2804. "ext-apcu": "For best performance of the system caches",
  2805. "symfony/console": "For using the console commands",
  2806. "symfony/form": "For using forms",
  2807. "symfony/property-info": "For using the property_info service",
  2808. "symfony/serializer": "For using the serializer service",
  2809. "symfony/validator": "For using validation",
  2810. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  2811. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  2812. },
  2813. "type": "symfony-bundle",
  2814. "extra": {
  2815. "branch-alias": {
  2816. "dev-master": "4.2-dev"
  2817. }
  2818. },
  2819. "autoload": {
  2820. "psr-4": {
  2821. "Symfony\\Bundle\\FrameworkBundle\\": ""
  2822. },
  2823. "exclude-from-classmap": [
  2824. "/Tests/"
  2825. ]
  2826. },
  2827. "notification-url": "https://packagist.org/downloads/",
  2828. "license": [
  2829. "MIT"
  2830. ],
  2831. "authors": [
  2832. {
  2833. "name": "Fabien Potencier",
  2834. "email": "fabien@symfony.com"
  2835. },
  2836. {
  2837. "name": "Symfony Community",
  2838. "homepage": "https://symfony.com/contributors"
  2839. }
  2840. ],
  2841. "description": "Symfony FrameworkBundle",
  2842. "homepage": "https://symfony.com",
  2843. "time": "2019-01-29T09:49:29+00:00"
  2844. },
  2845. {
  2846. "name": "symfony/http-foundation",
  2847. "version": "v4.2.3",
  2848. "source": {
  2849. "type": "git",
  2850. "url": "https://github.com/symfony/http-foundation.git",
  2851. "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39"
  2852. },
  2853. "dist": {
  2854. "type": "zip",
  2855. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
  2856. "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
  2857. "shasum": ""
  2858. },
  2859. "require": {
  2860. "php": "^7.1.3",
  2861. "symfony/polyfill-mbstring": "~1.1"
  2862. },
  2863. "require-dev": {
  2864. "predis/predis": "~1.0",
  2865. "symfony/expression-language": "~3.4|~4.0"
  2866. },
  2867. "type": "library",
  2868. "extra": {
  2869. "branch-alias": {
  2870. "dev-master": "4.2-dev"
  2871. }
  2872. },
  2873. "autoload": {
  2874. "psr-4": {
  2875. "Symfony\\Component\\HttpFoundation\\": ""
  2876. },
  2877. "exclude-from-classmap": [
  2878. "/Tests/"
  2879. ]
  2880. },
  2881. "notification-url": "https://packagist.org/downloads/",
  2882. "license": [
  2883. "MIT"
  2884. ],
  2885. "authors": [
  2886. {
  2887. "name": "Fabien Potencier",
  2888. "email": "fabien@symfony.com"
  2889. },
  2890. {
  2891. "name": "Symfony Community",
  2892. "homepage": "https://symfony.com/contributors"
  2893. }
  2894. ],
  2895. "description": "Symfony HttpFoundation Component",
  2896. "homepage": "https://symfony.com",
  2897. "time": "2019-01-29T09:49:29+00:00"
  2898. },
  2899. {
  2900. "name": "symfony/http-kernel",
  2901. "version": "v4.2.3",
  2902. "source": {
  2903. "type": "git",
  2904. "url": "https://github.com/symfony/http-kernel.git",
  2905. "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d"
  2906. },
  2907. "dist": {
  2908. "type": "zip",
  2909. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d",
  2910. "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d",
  2911. "shasum": ""
  2912. },
  2913. "require": {
  2914. "php": "^7.1.3",
  2915. "psr/log": "~1.0",
  2916. "symfony/contracts": "^1.0.2",
  2917. "symfony/debug": "~3.4|~4.0",
  2918. "symfony/event-dispatcher": "~4.1",
  2919. "symfony/http-foundation": "^4.1.1",
  2920. "symfony/polyfill-ctype": "~1.8"
  2921. },
  2922. "conflict": {
  2923. "symfony/config": "<3.4",
  2924. "symfony/dependency-injection": "<4.2",
  2925. "symfony/translation": "<4.2",
  2926. "symfony/var-dumper": "<4.1.1",
  2927. "twig/twig": "<1.34|<2.4,>=2"
  2928. },
  2929. "provide": {
  2930. "psr/log-implementation": "1.0"
  2931. },
  2932. "require-dev": {
  2933. "psr/cache": "~1.0",
  2934. "symfony/browser-kit": "~3.4|~4.0",
  2935. "symfony/config": "~3.4|~4.0",
  2936. "symfony/console": "~3.4|~4.0",
  2937. "symfony/css-selector": "~3.4|~4.0",
  2938. "symfony/dependency-injection": "^4.2",
  2939. "symfony/dom-crawler": "~3.4|~4.0",
  2940. "symfony/expression-language": "~3.4|~4.0",
  2941. "symfony/finder": "~3.4|~4.0",
  2942. "symfony/process": "~3.4|~4.0",
  2943. "symfony/routing": "~3.4|~4.0",
  2944. "symfony/stopwatch": "~3.4|~4.0",
  2945. "symfony/templating": "~3.4|~4.0",
  2946. "symfony/translation": "~4.2",
  2947. "symfony/var-dumper": "^4.1.1"
  2948. },
  2949. "suggest": {
  2950. "symfony/browser-kit": "",
  2951. "symfony/config": "",
  2952. "symfony/console": "",
  2953. "symfony/dependency-injection": "",
  2954. "symfony/var-dumper": ""
  2955. },
  2956. "type": "library",
  2957. "extra": {
  2958. "branch-alias": {
  2959. "dev-master": "4.2-dev"
  2960. }
  2961. },
  2962. "autoload": {
  2963. "psr-4": {
  2964. "Symfony\\Component\\HttpKernel\\": ""
  2965. },
  2966. "exclude-from-classmap": [
  2967. "/Tests/"
  2968. ]
  2969. },
  2970. "notification-url": "https://packagist.org/downloads/",
  2971. "license": [
  2972. "MIT"
  2973. ],
  2974. "authors": [
  2975. {
  2976. "name": "Fabien Potencier",
  2977. "email": "fabien@symfony.com"
  2978. },
  2979. {
  2980. "name": "Symfony Community",
  2981. "homepage": "https://symfony.com/contributors"
  2982. }
  2983. ],
  2984. "description": "Symfony HttpKernel Component",
  2985. "homepage": "https://symfony.com",
  2986. "time": "2019-02-03T12:47:33+00:00"
  2987. },
  2988. {
  2989. "name": "symfony/inflector",
  2990. "version": "v4.2.3",
  2991. "source": {
  2992. "type": "git",
  2993. "url": "https://github.com/symfony/inflector.git",
  2994. "reference": "275e54941a4f17a471c68d2a00e2513fc1fd4a78"
  2995. },
  2996. "dist": {
  2997. "type": "zip",
  2998. "url": "https://api.github.com/repos/symfony/inflector/zipball/275e54941a4f17a471c68d2a00e2513fc1fd4a78",
  2999. "reference": "275e54941a4f17a471c68d2a00e2513fc1fd4a78",
  3000. "shasum": ""
  3001. },
  3002. "require": {
  3003. "php": "^7.1.3",
  3004. "symfony/polyfill-ctype": "~1.8"
  3005. },
  3006. "type": "library",
  3007. "extra": {
  3008. "branch-alias": {
  3009. "dev-master": "4.2-dev"
  3010. }
  3011. },
  3012. "autoload": {
  3013. "psr-4": {
  3014. "Symfony\\Component\\Inflector\\": ""
  3015. },
  3016. "exclude-from-classmap": [
  3017. "/Tests/"
  3018. ]
  3019. },
  3020. "notification-url": "https://packagist.org/downloads/",
  3021. "license": [
  3022. "MIT"
  3023. ],
  3024. "authors": [
  3025. {
  3026. "name": "Bernhard Schussek",
  3027. "email": "bschussek@gmail.com"
  3028. },
  3029. {
  3030. "name": "Symfony Community",
  3031. "homepage": "https://symfony.com/contributors"
  3032. }
  3033. ],
  3034. "description": "Symfony Inflector Component",
  3035. "homepage": "https://symfony.com",
  3036. "keywords": [
  3037. "inflection",
  3038. "pluralize",
  3039. "singularize",
  3040. "string",
  3041. "symfony",
  3042. "words"
  3043. ],
  3044. "time": "2019-01-16T20:31:39+00:00"
  3045. },
  3046. {
  3047. "name": "symfony/maker-bundle",
  3048. "version": "v1.11.3",
  3049. "source": {
  3050. "type": "git",
  3051. "url": "https://github.com/symfony/maker-bundle.git",
  3052. "reference": "08fabae78050d2fe71341d0edc3872bddf03482f"
  3053. },
  3054. "dist": {
  3055. "type": "zip",
  3056. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/08fabae78050d2fe71341d0edc3872bddf03482f",
  3057. "reference": "08fabae78050d2fe71341d0edc3872bddf03482f",
  3058. "shasum": ""
  3059. },
  3060. "require": {
  3061. "doctrine/inflector": "^1.2",
  3062. "nikic/php-parser": "^4.0",
  3063. "php": "^7.0.8",
  3064. "symfony/config": "^3.4|^4.0",
  3065. "symfony/console": "^3.4|^4.0",
  3066. "symfony/dependency-injection": "^3.4|^4.0",
  3067. "symfony/filesystem": "^3.4|^4.0",
  3068. "symfony/finder": "^3.4|^4.0",
  3069. "symfony/framework-bundle": "^3.4|^4.0",
  3070. "symfony/http-kernel": "^3.4|^4.0"
  3071. },
  3072. "require-dev": {
  3073. "allocine/twigcs": "^3.0",
  3074. "doctrine/doctrine-bundle": "^1.8",
  3075. "doctrine/orm": "^2.3",
  3076. "friendsofphp/php-cs-fixer": "^2.8",
  3077. "symfony/phpunit-bridge": "^3.4|^4.0",
  3078. "symfony/process": "^3.4|^4.0",
  3079. "symfony/yaml": "^3.4|^4.0"
  3080. },
  3081. "type": "symfony-bundle",
  3082. "extra": {
  3083. "branch-alias": {
  3084. "dev-master": "1.0-dev"
  3085. }
  3086. },
  3087. "autoload": {
  3088. "psr-4": {
  3089. "Symfony\\Bundle\\MakerBundle\\": "src/"
  3090. }
  3091. },
  3092. "notification-url": "https://packagist.org/downloads/",
  3093. "license": [
  3094. "MIT"
  3095. ],
  3096. "authors": [
  3097. {
  3098. "name": "Symfony Community",
  3099. "homepage": "https://symfony.com/contributors"
  3100. }
  3101. ],
  3102. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  3103. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  3104. "keywords": [
  3105. "code generator",
  3106. "generator",
  3107. "scaffold",
  3108. "scaffolding"
  3109. ],
  3110. "time": "2019-01-17T02:02:27+00:00"
  3111. },
  3112. {
  3113. "name": "symfony/options-resolver",
  3114. "version": "v4.2.3",
  3115. "source": {
  3116. "type": "git",
  3117. "url": "https://github.com/symfony/options-resolver.git",
  3118. "reference": "831b272963a8aa5a0613a1a7f013322d8161bbbb"
  3119. },
  3120. "dist": {
  3121. "type": "zip",
  3122. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/831b272963a8aa5a0613a1a7f013322d8161bbbb",
  3123. "reference": "831b272963a8aa5a0613a1a7f013322d8161bbbb",
  3124. "shasum": ""
  3125. },
  3126. "require": {
  3127. "php": "^7.1.3"
  3128. },
  3129. "type": "library",
  3130. "extra": {
  3131. "branch-alias": {
  3132. "dev-master": "4.2-dev"
  3133. }
  3134. },
  3135. "autoload": {
  3136. "psr-4": {
  3137. "Symfony\\Component\\OptionsResolver\\": ""
  3138. },
  3139. "exclude-from-classmap": [
  3140. "/Tests/"
  3141. ]
  3142. },
  3143. "notification-url": "https://packagist.org/downloads/",
  3144. "license": [
  3145. "MIT"
  3146. ],
  3147. "authors": [
  3148. {
  3149. "name": "Fabien Potencier",
  3150. "email": "fabien@symfony.com"
  3151. },
  3152. {
  3153. "name": "Symfony Community",
  3154. "homepage": "https://symfony.com/contributors"
  3155. }
  3156. ],
  3157. "description": "Symfony OptionsResolver Component",
  3158. "homepage": "https://symfony.com",
  3159. "keywords": [
  3160. "config",
  3161. "configuration",
  3162. "options"
  3163. ],
  3164. "time": "2019-01-16T21:31:25+00:00"
  3165. },
  3166. {
  3167. "name": "symfony/orm-pack",
  3168. "version": "v1.0.6",
  3169. "source": {
  3170. "type": "git",
  3171. "url": "https://github.com/symfony/orm-pack.git",
  3172. "reference": "36c2a928482dc5f05c5c1c1b947242ae03ff1335"
  3173. },
  3174. "dist": {
  3175. "type": "zip",
  3176. "url": "https://api.github.com/repos/symfony/orm-pack/zipball/36c2a928482dc5f05c5c1c1b947242ae03ff1335",
  3177. "reference": "36c2a928482dc5f05c5c1c1b947242ae03ff1335",
  3178. "shasum": ""
  3179. },
  3180. "require": {
  3181. "doctrine/doctrine-bundle": "^1.6.10",
  3182. "doctrine/doctrine-migrations-bundle": "^1.3|^2.0",
  3183. "doctrine/orm": "^2.5.11",
  3184. "php": "^7.0"
  3185. },
  3186. "type": "symfony-pack",
  3187. "notification-url": "https://packagist.org/downloads/",
  3188. "license": [
  3189. "MIT"
  3190. ],
  3191. "description": "A pack for the Doctrine ORM",
  3192. "time": "2019-01-16T09:49:15+00:00"
  3193. },
  3194. {
  3195. "name": "symfony/polyfill-mbstring",
  3196. "version": "v1.10.0",
  3197. "source": {
  3198. "type": "git",
  3199. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3200. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  3201. },
  3202. "dist": {
  3203. "type": "zip",
  3204. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  3205. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  3206. "shasum": ""
  3207. },
  3208. "require": {
  3209. "php": ">=5.3.3"
  3210. },
  3211. "suggest": {
  3212. "ext-mbstring": "For best performance"
  3213. },
  3214. "type": "library",
  3215. "extra": {
  3216. "branch-alias": {
  3217. "dev-master": "1.9-dev"
  3218. }
  3219. },
  3220. "autoload": {
  3221. "psr-4": {
  3222. "Symfony\\Polyfill\\Mbstring\\": ""
  3223. },
  3224. "files": [
  3225. "bootstrap.php"
  3226. ]
  3227. },
  3228. "notification-url": "https://packagist.org/downloads/",
  3229. "license": [
  3230. "MIT"
  3231. ],
  3232. "authors": [
  3233. {
  3234. "name": "Nicolas Grekas",
  3235. "email": "p@tchwork.com"
  3236. },
  3237. {
  3238. "name": "Symfony Community",
  3239. "homepage": "https://symfony.com/contributors"
  3240. }
  3241. ],
  3242. "description": "Symfony polyfill for the Mbstring extension",
  3243. "homepage": "https://symfony.com",
  3244. "keywords": [
  3245. "compatibility",
  3246. "mbstring",
  3247. "polyfill",
  3248. "portable",
  3249. "shim"
  3250. ],
  3251. "time": "2018-09-21T13:07:52+00:00"
  3252. },
  3253. {
  3254. "name": "symfony/polyfill-php72",
  3255. "version": "v1.10.0",
  3256. "source": {
  3257. "type": "git",
  3258. "url": "https://github.com/symfony/polyfill-php72.git",
  3259. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
  3260. },
  3261. "dist": {
  3262. "type": "zip",
  3263. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  3264. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  3265. "shasum": ""
  3266. },
  3267. "require": {
  3268. "php": ">=5.3.3"
  3269. },
  3270. "type": "library",
  3271. "extra": {
  3272. "branch-alias": {
  3273. "dev-master": "1.9-dev"
  3274. }
  3275. },
  3276. "autoload": {
  3277. "psr-4": {
  3278. "Symfony\\Polyfill\\Php72\\": ""
  3279. },
  3280. "files": [
  3281. "bootstrap.php"
  3282. ]
  3283. },
  3284. "notification-url": "https://packagist.org/downloads/",
  3285. "license": [
  3286. "MIT"
  3287. ],
  3288. "authors": [
  3289. {
  3290. "name": "Nicolas Grekas",
  3291. "email": "p@tchwork.com"
  3292. },
  3293. {
  3294. "name": "Symfony Community",
  3295. "homepage": "https://symfony.com/contributors"
  3296. }
  3297. ],
  3298. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  3299. "homepage": "https://symfony.com",
  3300. "keywords": [
  3301. "compatibility",
  3302. "polyfill",
  3303. "portable",
  3304. "shim"
  3305. ],
  3306. "time": "2018-09-21T13:07:52+00:00"
  3307. },
  3308. {
  3309. "name": "symfony/process",
  3310. "version": "v4.2.3",
  3311. "source": {
  3312. "type": "git",
  3313. "url": "https://github.com/symfony/process.git",
  3314. "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
  3315. },
  3316. "dist": {
  3317. "type": "zip",
  3318. "url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
  3319. "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
  3320. "shasum": ""
  3321. },
  3322. "require": {
  3323. "php": "^7.1.3"
  3324. },
  3325. "type": "library",
  3326. "extra": {
  3327. "branch-alias": {
  3328. "dev-master": "4.2-dev"
  3329. }
  3330. },
  3331. "autoload": {
  3332. "psr-4": {
  3333. "Symfony\\Component\\Process\\": ""
  3334. },
  3335. "exclude-from-classmap": [
  3336. "/Tests/"
  3337. ]
  3338. },
  3339. "notification-url": "https://packagist.org/downloads/",
  3340. "license": [
  3341. "MIT"
  3342. ],
  3343. "authors": [
  3344. {
  3345. "name": "Fabien Potencier",
  3346. "email": "fabien@symfony.com"
  3347. },
  3348. {
  3349. "name": "Symfony Community",
  3350. "homepage": "https://symfony.com/contributors"
  3351. }
  3352. ],
  3353. "description": "Symfony Process Component",
  3354. "homepage": "https://symfony.com",
  3355. "time": "2019-01-24T22:05:03+00:00"
  3356. },
  3357. {
  3358. "name": "symfony/property-access",
  3359. "version": "v4.2.3",
  3360. "source": {
  3361. "type": "git",
  3362. "url": "https://github.com/symfony/property-access.git",
  3363. "reference": "4768734a803c4471b7a733bd13698d91dd0cf193"
  3364. },
  3365. "dist": {
  3366. "type": "zip",
  3367. "url": "https://api.github.com/repos/symfony/property-access/zipball/4768734a803c4471b7a733bd13698d91dd0cf193",
  3368. "reference": "4768734a803c4471b7a733bd13698d91dd0cf193",
  3369. "shasum": ""
  3370. },
  3371. "require": {
  3372. "php": "^7.1.3",
  3373. "symfony/inflector": "~3.4|~4.0"
  3374. },
  3375. "require-dev": {
  3376. "symfony/cache": "~3.4|~4.0"
  3377. },
  3378. "suggest": {
  3379. "psr/cache-implementation": "To cache access methods."
  3380. },
  3381. "type": "library",
  3382. "extra": {
  3383. "branch-alias": {
  3384. "dev-master": "4.2-dev"
  3385. }
  3386. },
  3387. "autoload": {
  3388. "psr-4": {
  3389. "Symfony\\Component\\PropertyAccess\\": ""
  3390. },
  3391. "exclude-from-classmap": [
  3392. "/Tests/"
  3393. ]
  3394. },
  3395. "notification-url": "https://packagist.org/downloads/",
  3396. "license": [
  3397. "MIT"
  3398. ],
  3399. "authors": [
  3400. {
  3401. "name": "Fabien Potencier",
  3402. "email": "fabien@symfony.com"
  3403. },
  3404. {
  3405. "name": "Symfony Community",
  3406. "homepage": "https://symfony.com/contributors"
  3407. }
  3408. ],
  3409. "description": "Symfony PropertyAccess Component",
  3410. "homepage": "https://symfony.com",
  3411. "keywords": [
  3412. "access",
  3413. "array",
  3414. "extraction",
  3415. "index",
  3416. "injection",
  3417. "object",
  3418. "property",
  3419. "property path",
  3420. "reflection"
  3421. ],
  3422. "time": "2019-01-16T20:31:39+00:00"
  3423. },
  3424. {
  3425. "name": "symfony/routing",
  3426. "version": "v4.2.3",
  3427. "source": {
  3428. "type": "git",
  3429. "url": "https://github.com/symfony/routing.git",
  3430. "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53"
  3431. },
  3432. "dist": {
  3433. "type": "zip",
  3434. "url": "https://api.github.com/repos/symfony/routing/zipball/7f8e44fc498972466f0841c3e48dc555f23bdf53",
  3435. "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53",
  3436. "shasum": ""
  3437. },
  3438. "require": {
  3439. "php": "^7.1.3"
  3440. },
  3441. "conflict": {
  3442. "symfony/config": "<4.2",
  3443. "symfony/dependency-injection": "<3.4",
  3444. "symfony/yaml": "<3.4"
  3445. },
  3446. "require-dev": {
  3447. "doctrine/annotations": "~1.0",
  3448. "psr/log": "~1.0",
  3449. "symfony/config": "~4.2",
  3450. "symfony/dependency-injection": "~3.4|~4.0",
  3451. "symfony/expression-language": "~3.4|~4.0",
  3452. "symfony/http-foundation": "~3.4|~4.0",
  3453. "symfony/yaml": "~3.4|~4.0"
  3454. },
  3455. "suggest": {
  3456. "doctrine/annotations": "For using the annotation loader",
  3457. "symfony/config": "For using the all-in-one router or any loader",
  3458. "symfony/dependency-injection": "For loading routes from a service",
  3459. "symfony/expression-language": "For using expression matching",
  3460. "symfony/http-foundation": "For using a Symfony Request object",
  3461. "symfony/yaml": "For using the YAML loader"
  3462. },
  3463. "type": "library",
  3464. "extra": {
  3465. "branch-alias": {
  3466. "dev-master": "4.2-dev"
  3467. }
  3468. },
  3469. "autoload": {
  3470. "psr-4": {
  3471. "Symfony\\Component\\Routing\\": ""
  3472. },
  3473. "exclude-from-classmap": [
  3474. "/Tests/"
  3475. ]
  3476. },
  3477. "notification-url": "https://packagist.org/downloads/",
  3478. "license": [
  3479. "MIT"
  3480. ],
  3481. "authors": [
  3482. {
  3483. "name": "Fabien Potencier",
  3484. "email": "fabien@symfony.com"
  3485. },
  3486. {
  3487. "name": "Symfony Community",
  3488. "homepage": "https://symfony.com/contributors"
  3489. }
  3490. ],
  3491. "description": "Symfony Routing Component",
  3492. "homepage": "https://symfony.com",
  3493. "keywords": [
  3494. "router",
  3495. "routing",
  3496. "uri",
  3497. "url"
  3498. ],
  3499. "time": "2019-01-29T09:49:29+00:00"
  3500. },
  3501. {
  3502. "name": "symfony/security-bundle",
  3503. "version": "v4.2.3",
  3504. "source": {
  3505. "type": "git",
  3506. "url": "https://github.com/symfony/security-bundle.git",
  3507. "reference": "0e1c9003830c5da614e58bd74b2fd0bb7c4569d6"
  3508. },
  3509. "dist": {
  3510. "type": "zip",
  3511. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/0e1c9003830c5da614e58bd74b2fd0bb7c4569d6",
  3512. "reference": "0e1c9003830c5da614e58bd74b2fd0bb7c4569d6",
  3513. "shasum": ""
  3514. },
  3515. "require": {
  3516. "ext-xml": "*",
  3517. "php": "^7.1.3",
  3518. "symfony/config": "^4.2",
  3519. "symfony/dependency-injection": "^4.2",
  3520. "symfony/http-kernel": "^4.1",
  3521. "symfony/security-core": "~4.2",
  3522. "symfony/security-csrf": "~4.2",
  3523. "symfony/security-guard": "~4.2",
  3524. "symfony/security-http": "~4.2"
  3525. },
  3526. "conflict": {
  3527. "symfony/browser-kit": "<4.2",
  3528. "symfony/console": "<3.4",
  3529. "symfony/event-dispatcher": "<3.4",
  3530. "symfony/framework-bundle": "<4.2",
  3531. "symfony/twig-bundle": "<4.2",
  3532. "symfony/var-dumper": "<3.4"
  3533. },
  3534. "require-dev": {
  3535. "doctrine/doctrine-bundle": "~1.5",
  3536. "symfony/asset": "~3.4|~4.0",
  3537. "symfony/browser-kit": "~4.2",
  3538. "symfony/console": "~3.4|~4.0",
  3539. "symfony/css-selector": "~3.4|~4.0",
  3540. "symfony/dom-crawler": "~3.4|~4.0",
  3541. "symfony/event-dispatcher": "~3.4|~4.0",
  3542. "symfony/expression-language": "~3.4|~4.0",
  3543. "symfony/form": "~3.4|~4.0",
  3544. "symfony/framework-bundle": "~4.2",
  3545. "symfony/http-foundation": "~3.4|~4.0",
  3546. "symfony/process": "~3.4|~4.0",
  3547. "symfony/translation": "~3.4|~4.0",
  3548. "symfony/twig-bridge": "~3.4|~4.0",
  3549. "symfony/twig-bundle": "~4.2",
  3550. "symfony/validator": "~3.4|~4.0",
  3551. "symfony/var-dumper": "~3.4|~4.0",
  3552. "symfony/yaml": "~3.4|~4.0",
  3553. "twig/twig": "~1.34|~2.4"
  3554. },
  3555. "type": "symfony-bundle",
  3556. "extra": {
  3557. "branch-alias": {
  3558. "dev-master": "4.2-dev"
  3559. }
  3560. },
  3561. "autoload": {
  3562. "psr-4": {
  3563. "Symfony\\Bundle\\SecurityBundle\\": ""
  3564. },
  3565. "exclude-from-classmap": [
  3566. "/Tests/"
  3567. ]
  3568. },
  3569. "notification-url": "https://packagist.org/downloads/",
  3570. "license": [
  3571. "MIT"
  3572. ],
  3573. "authors": [
  3574. {
  3575. "name": "Fabien Potencier",
  3576. "email": "fabien@symfony.com"
  3577. },
  3578. {
  3579. "name": "Symfony Community",
  3580. "homepage": "https://symfony.com/contributors"
  3581. }
  3582. ],
  3583. "description": "Symfony SecurityBundle",
  3584. "homepage": "https://symfony.com",
  3585. "time": "2019-01-16T20:35:37+00:00"
  3586. },
  3587. {
  3588. "name": "symfony/security-core",
  3589. "version": "v4.2.3",
  3590. "source": {
  3591. "type": "git",
  3592. "url": "https://github.com/symfony/security-core.git",
  3593. "reference": "615be3016bb362f4b39feec3210da4efddd6c24a"
  3594. },
  3595. "dist": {
  3596. "type": "zip",
  3597. "url": "https://api.github.com/repos/symfony/security-core/zipball/615be3016bb362f4b39feec3210da4efddd6c24a",
  3598. "reference": "615be3016bb362f4b39feec3210da4efddd6c24a",
  3599. "shasum": ""
  3600. },
  3601. "require": {
  3602. "php": "^7.1.3",
  3603. "symfony/contracts": "^1.0"
  3604. },
  3605. "require-dev": {
  3606. "psr/container": "^1.0",
  3607. "psr/log": "~1.0",
  3608. "symfony/event-dispatcher": "~3.4|~4.0",
  3609. "symfony/expression-language": "~3.4|~4.0",
  3610. "symfony/http-foundation": "~3.4|~4.0",
  3611. "symfony/ldap": "~3.4|~4.0",
  3612. "symfony/validator": "~3.4|~4.0"
  3613. },
  3614. "suggest": {
  3615. "psr/container-implementation": "To instantiate the Security class",
  3616. "symfony/event-dispatcher": "",
  3617. "symfony/expression-language": "For using the expression voter",
  3618. "symfony/http-foundation": "",
  3619. "symfony/ldap": "For using LDAP integration",
  3620. "symfony/validator": "For using the user password constraint"
  3621. },
  3622. "type": "library",
  3623. "extra": {
  3624. "branch-alias": {
  3625. "dev-master": "4.2-dev"
  3626. }
  3627. },
  3628. "autoload": {
  3629. "psr-4": {
  3630. "Symfony\\Component\\Security\\Core\\": ""
  3631. },
  3632. "exclude-from-classmap": [
  3633. "/Tests/"
  3634. ]
  3635. },
  3636. "notification-url": "https://packagist.org/downloads/",
  3637. "license": [
  3638. "MIT"
  3639. ],
  3640. "authors": [
  3641. {
  3642. "name": "Fabien Potencier",
  3643. "email": "fabien@symfony.com"
  3644. },
  3645. {
  3646. "name": "Symfony Community",
  3647. "homepage": "https://symfony.com/contributors"
  3648. }
  3649. ],
  3650. "description": "Symfony Security Component - Core Library",
  3651. "homepage": "https://symfony.com",
  3652. "time": "2019-02-01T10:47:37+00:00"
  3653. },
  3654. {
  3655. "name": "symfony/security-csrf",
  3656. "version": "v4.2.3",
  3657. "source": {
  3658. "type": "git",
  3659. "url": "https://github.com/symfony/security-csrf.git",
  3660. "reference": "385dcfcd6cf02e0b8d10524bd072169be2d5494b"
  3661. },
  3662. "dist": {
  3663. "type": "zip",
  3664. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/385dcfcd6cf02e0b8d10524bd072169be2d5494b",
  3665. "reference": "385dcfcd6cf02e0b8d10524bd072169be2d5494b",
  3666. "shasum": ""
  3667. },
  3668. "require": {
  3669. "php": "^7.1.3",
  3670. "symfony/security-core": "~3.4|~4.0"
  3671. },
  3672. "conflict": {
  3673. "symfony/http-foundation": "<3.4"
  3674. },
  3675. "require-dev": {
  3676. "symfony/http-foundation": "~3.4|~4.0"
  3677. },
  3678. "suggest": {
  3679. "symfony/http-foundation": "For using the class SessionTokenStorage."
  3680. },
  3681. "type": "library",
  3682. "extra": {
  3683. "branch-alias": {
  3684. "dev-master": "4.2-dev"
  3685. }
  3686. },
  3687. "autoload": {
  3688. "psr-4": {
  3689. "Symfony\\Component\\Security\\Csrf\\": ""
  3690. },
  3691. "exclude-from-classmap": [
  3692. "/Tests/"
  3693. ]
  3694. },
  3695. "notification-url": "https://packagist.org/downloads/",
  3696. "license": [
  3697. "MIT"
  3698. ],
  3699. "authors": [
  3700. {
  3701. "name": "Fabien Potencier",
  3702. "email": "fabien@symfony.com"
  3703. },
  3704. {
  3705. "name": "Symfony Community",
  3706. "homepage": "https://symfony.com/contributors"
  3707. }
  3708. ],
  3709. "description": "Symfony Security Component - CSRF Library",
  3710. "homepage": "https://symfony.com",
  3711. "time": "2019-01-16T20:31:39+00:00"
  3712. },
  3713. {
  3714. "name": "symfony/security-guard",
  3715. "version": "v4.2.3",
  3716. "source": {
  3717. "type": "git",
  3718. "url": "https://github.com/symfony/security-guard.git",
  3719. "reference": "219a34c70dd243771a67cb05041c928d909d2104"
  3720. },
  3721. "dist": {
  3722. "type": "zip",
  3723. "url": "https://api.github.com/repos/symfony/security-guard/zipball/219a34c70dd243771a67cb05041c928d909d2104",
  3724. "reference": "219a34c70dd243771a67cb05041c928d909d2104",
  3725. "shasum": ""
  3726. },
  3727. "require": {
  3728. "php": "^7.1.3",
  3729. "symfony/security-core": "~3.4|~4.0",
  3730. "symfony/security-http": "~3.4|~4.0"
  3731. },
  3732. "require-dev": {
  3733. "psr/log": "~1.0"
  3734. },
  3735. "type": "library",
  3736. "extra": {
  3737. "branch-alias": {
  3738. "dev-master": "4.2-dev"
  3739. }
  3740. },
  3741. "autoload": {
  3742. "psr-4": {
  3743. "Symfony\\Component\\Security\\Guard\\": ""
  3744. },
  3745. "exclude-from-classmap": [
  3746. "/Tests/"
  3747. ]
  3748. },
  3749. "notification-url": "https://packagist.org/downloads/",
  3750. "license": [
  3751. "MIT"
  3752. ],
  3753. "authors": [
  3754. {
  3755. "name": "Fabien Potencier",
  3756. "email": "fabien@symfony.com"
  3757. },
  3758. {
  3759. "name": "Symfony Community",
  3760. "homepage": "https://symfony.com/contributors"
  3761. }
  3762. ],
  3763. "description": "Symfony Security Component - Guard",
  3764. "homepage": "https://symfony.com",
  3765. "time": "2019-01-29T09:49:29+00:00"
  3766. },
  3767. {
  3768. "name": "symfony/security-http",
  3769. "version": "v4.2.3",
  3770. "source": {
  3771. "type": "git",
  3772. "url": "https://github.com/symfony/security-http.git",
  3773. "reference": "b564efb51c5355bd83e3aad231a0d87a307002ad"
  3774. },
  3775. "dist": {
  3776. "type": "zip",
  3777. "url": "https://api.github.com/repos/symfony/security-http/zipball/b564efb51c5355bd83e3aad231a0d87a307002ad",
  3778. "reference": "b564efb51c5355bd83e3aad231a0d87a307002ad",
  3779. "shasum": ""
  3780. },
  3781. "require": {
  3782. "php": "^7.1.3",
  3783. "symfony/event-dispatcher": "~3.4|~4.0",
  3784. "symfony/http-foundation": "~3.4|~4.0",
  3785. "symfony/http-kernel": "~3.4|~4.0",
  3786. "symfony/property-access": "~3.4|~4.0",
  3787. "symfony/security-core": "~3.4|~4.0"
  3788. },
  3789. "conflict": {
  3790. "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
  3791. },
  3792. "require-dev": {
  3793. "psr/log": "~1.0",
  3794. "symfony/routing": "~3.4|~4.0",
  3795. "symfony/security-csrf": "^3.4.11|^4.0.11"
  3796. },
  3797. "suggest": {
  3798. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  3799. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  3800. },
  3801. "type": "library",
  3802. "extra": {
  3803. "branch-alias": {
  3804. "dev-master": "4.2-dev"
  3805. }
  3806. },
  3807. "autoload": {
  3808. "psr-4": {
  3809. "Symfony\\Component\\Security\\Http\\": ""
  3810. },
  3811. "exclude-from-classmap": [
  3812. "/Tests/"
  3813. ]
  3814. },
  3815. "notification-url": "https://packagist.org/downloads/",
  3816. "license": [
  3817. "MIT"
  3818. ],
  3819. "authors": [
  3820. {
  3821. "name": "Fabien Potencier",
  3822. "email": "fabien@symfony.com"
  3823. },
  3824. {
  3825. "name": "Symfony Community",
  3826. "homepage": "https://symfony.com/contributors"
  3827. }
  3828. ],
  3829. "description": "Symfony Security Component - HTTP Integration",
  3830. "homepage": "https://symfony.com",
  3831. "time": "2019-01-16T21:31:25+00:00"
  3832. },
  3833. {
  3834. "name": "symfony/stopwatch",
  3835. "version": "v4.2.3",
  3836. "source": {
  3837. "type": "git",
  3838. "url": "https://github.com/symfony/stopwatch.git",
  3839. "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67"
  3840. },
  3841. "dist": {
  3842. "type": "zip",
  3843. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
  3844. "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
  3845. "shasum": ""
  3846. },
  3847. "require": {
  3848. "php": "^7.1.3",
  3849. "symfony/contracts": "^1.0"
  3850. },
  3851. "type": "library",
  3852. "extra": {
  3853. "branch-alias": {
  3854. "dev-master": "4.2-dev"
  3855. }
  3856. },
  3857. "autoload": {
  3858. "psr-4": {
  3859. "Symfony\\Component\\Stopwatch\\": ""
  3860. },
  3861. "exclude-from-classmap": [
  3862. "/Tests/"
  3863. ]
  3864. },
  3865. "notification-url": "https://packagist.org/downloads/",
  3866. "license": [
  3867. "MIT"
  3868. ],
  3869. "authors": [
  3870. {
  3871. "name": "Fabien Potencier",
  3872. "email": "fabien@symfony.com"
  3873. },
  3874. {
  3875. "name": "Symfony Community",
  3876. "homepage": "https://symfony.com/contributors"
  3877. }
  3878. ],
  3879. "description": "Symfony Stopwatch Component",
  3880. "homepage": "https://symfony.com",
  3881. "time": "2019-01-16T20:31:39+00:00"
  3882. },
  3883. {
  3884. "name": "symfony/twig-bridge",
  3885. "version": "v4.2.3",
  3886. "source": {
  3887. "type": "git",
  3888. "url": "https://github.com/symfony/twig-bridge.git",
  3889. "reference": "8d76d6e4d0f9e8277a833c7c1b0af61982a25f3e"
  3890. },
  3891. "dist": {
  3892. "type": "zip",
  3893. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/8d76d6e4d0f9e8277a833c7c1b0af61982a25f3e",
  3894. "reference": "8d76d6e4d0f9e8277a833c7c1b0af61982a25f3e",
  3895. "shasum": ""
  3896. },
  3897. "require": {
  3898. "php": "^7.1.3",
  3899. "symfony/contracts": "^1.0.2",
  3900. "twig/twig": "^1.37.1|^2.6.2"
  3901. },
  3902. "conflict": {
  3903. "symfony/console": "<3.4",
  3904. "symfony/form": "<4.2.3",
  3905. "symfony/translation": "<4.2"
  3906. },
  3907. "require-dev": {
  3908. "symfony/asset": "~3.4|~4.0",
  3909. "symfony/console": "~3.4|~4.0",
  3910. "symfony/dependency-injection": "~3.4|~4.0",
  3911. "symfony/expression-language": "~3.4|~4.0",
  3912. "symfony/finder": "~3.4|~4.0",
  3913. "symfony/form": "^4.2.3",
  3914. "symfony/http-foundation": "~3.4|~4.0",
  3915. "symfony/http-kernel": "~3.4|~4.0",
  3916. "symfony/polyfill-intl-icu": "~1.0",
  3917. "symfony/routing": "~3.4|~4.0",
  3918. "symfony/security": "~3.4|~4.0",
  3919. "symfony/security-acl": "~2.8|~3.0",
  3920. "symfony/stopwatch": "~3.4|~4.0",
  3921. "symfony/templating": "~3.4|~4.0",
  3922. "symfony/translation": "~4.2",
  3923. "symfony/var-dumper": "~3.4|~4.0",
  3924. "symfony/web-link": "~3.4|~4.0",
  3925. "symfony/workflow": "~3.4|~4.0",
  3926. "symfony/yaml": "~3.4|~4.0"
  3927. },
  3928. "suggest": {
  3929. "symfony/asset": "For using the AssetExtension",
  3930. "symfony/expression-language": "For using the ExpressionExtension",
  3931. "symfony/finder": "",
  3932. "symfony/form": "For using the FormExtension",
  3933. "symfony/http-kernel": "For using the HttpKernelExtension",
  3934. "symfony/routing": "For using the RoutingExtension",
  3935. "symfony/security": "For using the SecurityExtension",
  3936. "symfony/stopwatch": "For using the StopwatchExtension",
  3937. "symfony/templating": "For using the TwigEngine",
  3938. "symfony/translation": "For using the TranslationExtension",
  3939. "symfony/var-dumper": "For using the DumpExtension",
  3940. "symfony/web-link": "For using the WebLinkExtension",
  3941. "symfony/yaml": "For using the YamlExtension"
  3942. },
  3943. "type": "symfony-bridge",
  3944. "extra": {
  3945. "branch-alias": {
  3946. "dev-master": "4.2-dev"
  3947. }
  3948. },
  3949. "autoload": {
  3950. "psr-4": {
  3951. "Symfony\\Bridge\\Twig\\": ""
  3952. },
  3953. "exclude-from-classmap": [
  3954. "/Tests/"
  3955. ]
  3956. },
  3957. "notification-url": "https://packagist.org/downloads/",
  3958. "license": [
  3959. "MIT"
  3960. ],
  3961. "authors": [
  3962. {
  3963. "name": "Fabien Potencier",
  3964. "email": "fabien@symfony.com"
  3965. },
  3966. {
  3967. "name": "Symfony Community",
  3968. "homepage": "https://symfony.com/contributors"
  3969. }
  3970. ],
  3971. "description": "Symfony Twig Bridge",
  3972. "homepage": "https://symfony.com",
  3973. "time": "2019-01-25T15:37:00+00:00"
  3974. },
  3975. {
  3976. "name": "symfony/twig-bundle",
  3977. "version": "v4.2.3",
  3978. "source": {
  3979. "type": "git",
  3980. "url": "https://github.com/symfony/twig-bundle.git",
  3981. "reference": "eb32e41993f59de82406e918a55b503b2374b991"
  3982. },
  3983. "dist": {
  3984. "type": "zip",
  3985. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/eb32e41993f59de82406e918a55b503b2374b991",
  3986. "reference": "eb32e41993f59de82406e918a55b503b2374b991",
  3987. "shasum": ""
  3988. },
  3989. "require": {
  3990. "php": "^7.1.3",
  3991. "symfony/config": "~4.2",
  3992. "symfony/http-foundation": "~4.1",
  3993. "symfony/http-kernel": "~4.1",
  3994. "symfony/polyfill-ctype": "~1.8",
  3995. "symfony/twig-bridge": "^4.2",
  3996. "twig/twig": "~1.34|~2.4"
  3997. },
  3998. "conflict": {
  3999. "symfony/dependency-injection": "<4.1",
  4000. "symfony/framework-bundle": "<4.1",
  4001. "symfony/translation": "<4.2"
  4002. },
  4003. "require-dev": {
  4004. "doctrine/annotations": "~1.0",
  4005. "doctrine/cache": "~1.0",
  4006. "symfony/asset": "~3.4|~4.0",
  4007. "symfony/dependency-injection": "~4.1",
  4008. "symfony/expression-language": "~3.4|~4.0",
  4009. "symfony/finder": "~3.4|~4.0",
  4010. "symfony/form": "~3.4|~4.0",
  4011. "symfony/framework-bundle": "~4.1",
  4012. "symfony/routing": "~3.4|~4.0",
  4013. "symfony/stopwatch": "~3.4|~4.0",
  4014. "symfony/templating": "~3.4|~4.0",
  4015. "symfony/translation": "^4.2",
  4016. "symfony/web-link": "~3.4|~4.0",
  4017. "symfony/yaml": "~3.4|~4.0"
  4018. },
  4019. "type": "symfony-bundle",
  4020. "extra": {
  4021. "branch-alias": {
  4022. "dev-master": "4.2-dev"
  4023. }
  4024. },
  4025. "autoload": {
  4026. "psr-4": {
  4027. "Symfony\\Bundle\\TwigBundle\\": ""
  4028. },
  4029. "exclude-from-classmap": [
  4030. "/Tests/"
  4031. ]
  4032. },
  4033. "notification-url": "https://packagist.org/downloads/",
  4034. "license": [
  4035. "MIT"
  4036. ],
  4037. "authors": [
  4038. {
  4039. "name": "Fabien Potencier",
  4040. "email": "fabien@symfony.com"
  4041. },
  4042. {
  4043. "name": "Symfony Community",
  4044. "homepage": "https://symfony.com/contributors"
  4045. }
  4046. ],
  4047. "description": "Symfony TwigBundle",
  4048. "homepage": "https://symfony.com",
  4049. "time": "2019-01-16T20:35:37+00:00"
  4050. },
  4051. {
  4052. "name": "symfony/validator",
  4053. "version": "v4.2.3",
  4054. "source": {
  4055. "type": "git",
  4056. "url": "https://github.com/symfony/validator.git",
  4057. "reference": "f051f6bdc89b414a899c4652570352a4cdf5a868"
  4058. },
  4059. "dist": {
  4060. "type": "zip",
  4061. "url": "https://api.github.com/repos/symfony/validator/zipball/f051f6bdc89b414a899c4652570352a4cdf5a868",
  4062. "reference": "f051f6bdc89b414a899c4652570352a4cdf5a868",
  4063. "shasum": ""
  4064. },
  4065. "require": {
  4066. "php": "^7.1.3",
  4067. "symfony/contracts": "^1.0.2",
  4068. "symfony/polyfill-ctype": "~1.8",
  4069. "symfony/polyfill-mbstring": "~1.0"
  4070. },
  4071. "conflict": {
  4072. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  4073. "symfony/dependency-injection": "<3.4",
  4074. "symfony/http-kernel": "<3.4",
  4075. "symfony/intl": "<4.1",
  4076. "symfony/translation": "<4.2",
  4077. "symfony/yaml": "<3.4"
  4078. },
  4079. "require-dev": {
  4080. "doctrine/annotations": "~1.0",
  4081. "doctrine/cache": "~1.0",
  4082. "egulias/email-validator": "^1.2.8|~2.0",
  4083. "symfony/cache": "~3.4|~4.0",
  4084. "symfony/config": "~3.4|~4.0",
  4085. "symfony/dependency-injection": "~3.4|~4.0",
  4086. "symfony/expression-language": "~3.4|~4.0",
  4087. "symfony/http-foundation": "~4.1",
  4088. "symfony/http-kernel": "~3.4|~4.0",
  4089. "symfony/intl": "~4.1",
  4090. "symfony/property-access": "~3.4|~4.0",
  4091. "symfony/translation": "~4.2",
  4092. "symfony/var-dumper": "~3.4|~4.0",
  4093. "symfony/yaml": "~3.4|~4.0"
  4094. },
  4095. "suggest": {
  4096. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  4097. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  4098. "egulias/email-validator": "Strict (RFC compliant) email validation",
  4099. "psr/cache-implementation": "For using the metadata cache.",
  4100. "symfony/config": "",
  4101. "symfony/expression-language": "For using the Expression validator",
  4102. "symfony/http-foundation": "",
  4103. "symfony/intl": "",
  4104. "symfony/property-access": "For accessing properties within comparison constraints",
  4105. "symfony/translation": "For translating validation errors.",
  4106. "symfony/yaml": ""
  4107. },
  4108. "type": "library",
  4109. "extra": {
  4110. "branch-alias": {
  4111. "dev-master": "4.2-dev"
  4112. }
  4113. },
  4114. "autoload": {
  4115. "psr-4": {
  4116. "Symfony\\Component\\Validator\\": ""
  4117. },
  4118. "exclude-from-classmap": [
  4119. "/Tests/"
  4120. ]
  4121. },
  4122. "notification-url": "https://packagist.org/downloads/",
  4123. "license": [
  4124. "MIT"
  4125. ],
  4126. "authors": [
  4127. {
  4128. "name": "Fabien Potencier",
  4129. "email": "fabien@symfony.com"
  4130. },
  4131. {
  4132. "name": "Symfony Community",
  4133. "homepage": "https://symfony.com/contributors"
  4134. }
  4135. ],
  4136. "description": "Symfony Validator Component",
  4137. "homepage": "https://symfony.com",
  4138. "time": "2019-01-30T11:44:30+00:00"
  4139. },
  4140. {
  4141. "name": "symfony/var-dumper",
  4142. "version": "v4.2.3",
  4143. "source": {
  4144. "type": "git",
  4145. "url": "https://github.com/symfony/var-dumper.git",
  4146. "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
  4147. },
  4148. "dist": {
  4149. "type": "zip",
  4150. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
  4151. "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
  4152. "shasum": ""
  4153. },
  4154. "require": {
  4155. "php": "^7.1.3",
  4156. "symfony/polyfill-mbstring": "~1.0",
  4157. "symfony/polyfill-php72": "~1.5"
  4158. },
  4159. "conflict": {
  4160. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  4161. "symfony/console": "<3.4"
  4162. },
  4163. "require-dev": {
  4164. "ext-iconv": "*",
  4165. "symfony/console": "~3.4|~4.0",
  4166. "symfony/process": "~3.4|~4.0",
  4167. "twig/twig": "~1.34|~2.4"
  4168. },
  4169. "suggest": {
  4170. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4171. "ext-intl": "To show region name in time zone dump",
  4172. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  4173. },
  4174. "bin": [
  4175. "Resources/bin/var-dump-server"
  4176. ],
  4177. "type": "library",
  4178. "extra": {
  4179. "branch-alias": {
  4180. "dev-master": "4.2-dev"
  4181. }
  4182. },
  4183. "autoload": {
  4184. "files": [
  4185. "Resources/functions/dump.php"
  4186. ],
  4187. "psr-4": {
  4188. "Symfony\\Component\\VarDumper\\": ""
  4189. },
  4190. "exclude-from-classmap": [
  4191. "/Tests/"
  4192. ]
  4193. },
  4194. "notification-url": "https://packagist.org/downloads/",
  4195. "license": [
  4196. "MIT"
  4197. ],
  4198. "authors": [
  4199. {
  4200. "name": "Nicolas Grekas",
  4201. "email": "p@tchwork.com"
  4202. },
  4203. {
  4204. "name": "Symfony Community",
  4205. "homepage": "https://symfony.com/contributors"
  4206. }
  4207. ],
  4208. "description": "Symfony mechanism for exploring and dumping PHP variables",
  4209. "homepage": "https://symfony.com",
  4210. "keywords": [
  4211. "debug",
  4212. "dump"
  4213. ],
  4214. "time": "2019-01-30T11:44:30+00:00"
  4215. },
  4216. {
  4217. "name": "symfony/var-exporter",
  4218. "version": "v4.2.3",
  4219. "source": {
  4220. "type": "git",
  4221. "url": "https://github.com/symfony/var-exporter.git",
  4222. "reference": "d8bf4424c232b55f4c1816037d3077a89258557e"
  4223. },
  4224. "dist": {
  4225. "type": "zip",
  4226. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d8bf4424c232b55f4c1816037d3077a89258557e",
  4227. "reference": "d8bf4424c232b55f4c1816037d3077a89258557e",
  4228. "shasum": ""
  4229. },
  4230. "require": {
  4231. "php": "^7.1.3"
  4232. },
  4233. "require-dev": {
  4234. "symfony/var-dumper": "^4.1.1"
  4235. },
  4236. "type": "library",
  4237. "extra": {
  4238. "branch-alias": {
  4239. "dev-master": "4.2-dev"
  4240. }
  4241. },
  4242. "autoload": {
  4243. "psr-4": {
  4244. "Symfony\\Component\\VarExporter\\": ""
  4245. },
  4246. "exclude-from-classmap": [
  4247. "/Tests/"
  4248. ]
  4249. },
  4250. "notification-url": "https://packagist.org/downloads/",
  4251. "license": [
  4252. "MIT"
  4253. ],
  4254. "authors": [
  4255. {
  4256. "name": "Nicolas Grekas",
  4257. "email": "p@tchwork.com"
  4258. },
  4259. {
  4260. "name": "Symfony Community",
  4261. "homepage": "https://symfony.com/contributors"
  4262. }
  4263. ],
  4264. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  4265. "homepage": "https://symfony.com",
  4266. "keywords": [
  4267. "clone",
  4268. "construct",
  4269. "export",
  4270. "hydrate",
  4271. "instantiate",
  4272. "serialize"
  4273. ],
  4274. "time": "2019-01-16T20:35:37+00:00"
  4275. },
  4276. {
  4277. "name": "symfony/web-server-bundle",
  4278. "version": "v4.2.3",
  4279. "source": {
  4280. "type": "git",
  4281. "url": "https://github.com/symfony/web-server-bundle.git",
  4282. "reference": "8f7afc85c27cf53b77a3ae8d2a3d86f537c323a3"
  4283. },
  4284. "dist": {
  4285. "type": "zip",
  4286. "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/8f7afc85c27cf53b77a3ae8d2a3d86f537c323a3",
  4287. "reference": "8f7afc85c27cf53b77a3ae8d2a3d86f537c323a3",
  4288. "shasum": ""
  4289. },
  4290. "require": {
  4291. "php": "^7.1.3",
  4292. "symfony/config": "~3.4|~4.0",
  4293. "symfony/console": "~3.4|~4.0",
  4294. "symfony/dependency-injection": "~3.4|~4.0",
  4295. "symfony/http-kernel": "~3.4|~4.0",
  4296. "symfony/polyfill-ctype": "~1.8",
  4297. "symfony/process": "^3.4.2|^4.0.2"
  4298. },
  4299. "suggest": {
  4300. "symfony/expression-language": "For using the filter option of the log server.",
  4301. "symfony/monolog-bridge": "For using the log server."
  4302. },
  4303. "type": "symfony-bundle",
  4304. "extra": {
  4305. "branch-alias": {
  4306. "dev-master": "4.2-dev"
  4307. }
  4308. },
  4309. "autoload": {
  4310. "psr-4": {
  4311. "Symfony\\Bundle\\WebServerBundle\\": ""
  4312. },
  4313. "exclude-from-classmap": [
  4314. "/Tests/"
  4315. ]
  4316. },
  4317. "notification-url": "https://packagist.org/downloads/",
  4318. "license": [
  4319. "MIT"
  4320. ],
  4321. "authors": [
  4322. {
  4323. "name": "Fabien Potencier",
  4324. "email": "fabien@symfony.com"
  4325. },
  4326. {
  4327. "name": "Symfony Community",
  4328. "homepage": "https://symfony.com/contributors"
  4329. }
  4330. ],
  4331. "description": "Symfony WebServerBundle",
  4332. "homepage": "https://symfony.com",
  4333. "time": "2019-01-16T20:35:37+00:00"
  4334. },
  4335. {
  4336. "name": "symfony/yaml",
  4337. "version": "v4.2.3",
  4338. "source": {
  4339. "type": "git",
  4340. "url": "https://github.com/symfony/yaml.git",
  4341. "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0"
  4342. },
  4343. "dist": {
  4344. "type": "zip",
  4345. "url": "https://api.github.com/repos/symfony/yaml/zipball/d461670ee145092b7e2a56c1da7118f19cadadb0",
  4346. "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0",
  4347. "shasum": ""
  4348. },
  4349. "require": {
  4350. "php": "^7.1.3",
  4351. "symfony/polyfill-ctype": "~1.8"
  4352. },
  4353. "conflict": {
  4354. "symfony/console": "<3.4"
  4355. },
  4356. "require-dev": {
  4357. "symfony/console": "~3.4|~4.0"
  4358. },
  4359. "suggest": {
  4360. "symfony/console": "For validating YAML files using the lint command"
  4361. },
  4362. "type": "library",
  4363. "extra": {
  4364. "branch-alias": {
  4365. "dev-master": "4.2-dev"
  4366. }
  4367. },
  4368. "autoload": {
  4369. "psr-4": {
  4370. "Symfony\\Component\\Yaml\\": ""
  4371. },
  4372. "exclude-from-classmap": [
  4373. "/Tests/"
  4374. ]
  4375. },
  4376. "notification-url": "https://packagist.org/downloads/",
  4377. "license": [
  4378. "MIT"
  4379. ],
  4380. "authors": [
  4381. {
  4382. "name": "Fabien Potencier",
  4383. "email": "fabien@symfony.com"
  4384. },
  4385. {
  4386. "name": "Symfony Community",
  4387. "homepage": "https://symfony.com/contributors"
  4388. }
  4389. ],
  4390. "description": "Symfony Yaml Component",
  4391. "homepage": "https://symfony.com",
  4392. "time": "2019-01-16T20:35:37+00:00"
  4393. },
  4394. {
  4395. "name": "twig/twig",
  4396. "version": "v2.6.2",
  4397. "source": {
  4398. "type": "git",
  4399. "url": "https://github.com/twigphp/Twig.git",
  4400. "reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7"
  4401. },
  4402. "dist": {
  4403. "type": "zip",
  4404. "url": "https://api.github.com/repos/twigphp/Twig/zipball/7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
  4405. "reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
  4406. "shasum": ""
  4407. },
  4408. "require": {
  4409. "php": "^7.0",
  4410. "symfony/polyfill-ctype": "^1.8",
  4411. "symfony/polyfill-mbstring": "^1.3"
  4412. },
  4413. "require-dev": {
  4414. "psr/container": "^1.0",
  4415. "symfony/debug": "^2.7",
  4416. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  4417. },
  4418. "type": "library",
  4419. "extra": {
  4420. "branch-alias": {
  4421. "dev-master": "2.6-dev"
  4422. }
  4423. },
  4424. "autoload": {
  4425. "psr-0": {
  4426. "Twig_": "lib/"
  4427. },
  4428. "psr-4": {
  4429. "Twig\\": "src/"
  4430. }
  4431. },
  4432. "notification-url": "https://packagist.org/downloads/",
  4433. "license": [
  4434. "BSD-3-Clause"
  4435. ],
  4436. "authors": [
  4437. {
  4438. "name": "Fabien Potencier",
  4439. "email": "fabien@symfony.com",
  4440. "homepage": "http://fabien.potencier.org",
  4441. "role": "Lead Developer"
  4442. },
  4443. {
  4444. "name": "Armin Ronacher",
  4445. "email": "armin.ronacher@active-4.com",
  4446. "role": "Project Founder"
  4447. },
  4448. {
  4449. "name": "Twig Team",
  4450. "homepage": "https://twig.symfony.com/contributors",
  4451. "role": "Contributors"
  4452. }
  4453. ],
  4454. "description": "Twig, the flexible, fast, and secure template language for PHP",
  4455. "homepage": "https://twig.symfony.com",
  4456. "keywords": [
  4457. "templating"
  4458. ],
  4459. "time": "2019-01-14T15:00:48+00:00"
  4460. },
  4461. {
  4462. "name": "webonyx/graphql-php",
  4463. "version": "v0.12.6",
  4464. "source": {
  4465. "type": "git",
  4466. "url": "https://github.com/webonyx/graphql-php.git",
  4467. "reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95"
  4468. },
  4469. "dist": {
  4470. "type": "zip",
  4471. "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
  4472. "reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
  4473. "shasum": ""
  4474. },
  4475. "require": {
  4476. "ext-mbstring": "*",
  4477. "php": ">=5.6"
  4478. },
  4479. "require-dev": {
  4480. "phpunit/phpunit": "^4.8",
  4481. "psr/http-message": "^1.0",
  4482. "react/promise": "2.*"
  4483. },
  4484. "suggest": {
  4485. "psr/http-message": "To use standard GraphQL server",
  4486. "react/promise": "To leverage async resolving on React PHP platform"
  4487. },
  4488. "type": "library",
  4489. "autoload": {
  4490. "psr-4": {
  4491. "GraphQL\\": "src/"
  4492. }
  4493. },
  4494. "notification-url": "https://packagist.org/downloads/",
  4495. "license": [
  4496. "MIT"
  4497. ],
  4498. "description": "A PHP port of GraphQL reference implementation",
  4499. "homepage": "https://github.com/webonyx/graphql-php",
  4500. "keywords": [
  4501. "api",
  4502. "graphql"
  4503. ],
  4504. "time": "2018-09-02T14:59:54+00:00"
  4505. },
  4506. {
  4507. "name": "zendframework/zend-code",
  4508. "version": "3.3.1",
  4509. "source": {
  4510. "type": "git",
  4511. "url": "https://github.com/zendframework/zend-code.git",
  4512. "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
  4513. },
  4514. "dist": {
  4515. "type": "zip",
  4516. "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
  4517. "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
  4518. "shasum": ""
  4519. },
  4520. "require": {
  4521. "php": "^7.1",
  4522. "zendframework/zend-eventmanager": "^2.6 || ^3.0"
  4523. },
  4524. "require-dev": {
  4525. "doctrine/annotations": "~1.0",
  4526. "ext-phar": "*",
  4527. "phpunit/phpunit": "^6.2.3",
  4528. "zendframework/zend-coding-standard": "^1.0.0",
  4529. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  4530. },
  4531. "suggest": {
  4532. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  4533. "zendframework/zend-stdlib": "Zend\\Stdlib component"
  4534. },
  4535. "type": "library",
  4536. "extra": {
  4537. "branch-alias": {
  4538. "dev-master": "3.3.x-dev",
  4539. "dev-develop": "3.4.x-dev"
  4540. }
  4541. },
  4542. "autoload": {
  4543. "psr-4": {
  4544. "Zend\\Code\\": "src/"
  4545. }
  4546. },
  4547. "notification-url": "https://packagist.org/downloads/",
  4548. "license": [
  4549. "BSD-3-Clause"
  4550. ],
  4551. "description": "provides facilities to generate arbitrary code using an object oriented interface",
  4552. "homepage": "https://github.com/zendframework/zend-code",
  4553. "keywords": [
  4554. "code",
  4555. "zf2"
  4556. ],
  4557. "time": "2018-08-13T20:36:59+00:00"
  4558. },
  4559. {
  4560. "name": "zendframework/zend-eventmanager",
  4561. "version": "3.2.1",
  4562. "source": {
  4563. "type": "git",
  4564. "url": "https://github.com/zendframework/zend-eventmanager.git",
  4565. "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
  4566. },
  4567. "dist": {
  4568. "type": "zip",
  4569. "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
  4570. "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
  4571. "shasum": ""
  4572. },
  4573. "require": {
  4574. "php": "^5.6 || ^7.0"
  4575. },
  4576. "require-dev": {
  4577. "athletic/athletic": "^0.1",
  4578. "container-interop/container-interop": "^1.1.0",
  4579. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  4580. "zendframework/zend-coding-standard": "~1.0.0",
  4581. "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
  4582. },
  4583. "suggest": {
  4584. "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
  4585. "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
  4586. },
  4587. "type": "library",
  4588. "extra": {
  4589. "branch-alias": {
  4590. "dev-master": "3.2-dev",
  4591. "dev-develop": "3.3-dev"
  4592. }
  4593. },
  4594. "autoload": {
  4595. "psr-4": {
  4596. "Zend\\EventManager\\": "src/"
  4597. }
  4598. },
  4599. "notification-url": "https://packagist.org/downloads/",
  4600. "license": [
  4601. "BSD-3-Clause"
  4602. ],
  4603. "description": "Trigger and listen to events within a PHP application",
  4604. "homepage": "https://github.com/zendframework/zend-eventmanager",
  4605. "keywords": [
  4606. "event",
  4607. "eventmanager",
  4608. "events",
  4609. "zf2"
  4610. ],
  4611. "time": "2018-04-25T15:33:34+00:00"
  4612. }
  4613. ],
  4614. "packages-dev": [
  4615. {
  4616. "name": "symfony/dotenv",
  4617. "version": "v4.2.3",
  4618. "source": {
  4619. "type": "git",
  4620. "url": "https://github.com/symfony/dotenv.git",
  4621. "reference": "9a3bdfcd7a0d9602754894d76c614d15ca366535"
  4622. },
  4623. "dist": {
  4624. "type": "zip",
  4625. "url": "https://api.github.com/repos/symfony/dotenv/zipball/9a3bdfcd7a0d9602754894d76c614d15ca366535",
  4626. "reference": "9a3bdfcd7a0d9602754894d76c614d15ca366535",
  4627. "shasum": ""
  4628. },
  4629. "require": {
  4630. "php": "^7.1.3"
  4631. },
  4632. "require-dev": {
  4633. "symfony/process": "~3.4|~4.0"
  4634. },
  4635. "type": "library",
  4636. "extra": {
  4637. "branch-alias": {
  4638. "dev-master": "4.2-dev"
  4639. }
  4640. },
  4641. "autoload": {
  4642. "psr-4": {
  4643. "Symfony\\Component\\Dotenv\\": ""
  4644. },
  4645. "exclude-from-classmap": [
  4646. "/Tests/"
  4647. ]
  4648. },
  4649. "notification-url": "https://packagist.org/downloads/",
  4650. "license": [
  4651. "MIT"
  4652. ],
  4653. "authors": [
  4654. {
  4655. "name": "Fabien Potencier",
  4656. "email": "fabien@symfony.com"
  4657. },
  4658. {
  4659. "name": "Symfony Community",
  4660. "homepage": "https://symfony.com/contributors"
  4661. }
  4662. ],
  4663. "description": "Registers environment variables from a .env file",
  4664. "homepage": "https://symfony.com",
  4665. "keywords": [
  4666. "dotenv",
  4667. "env",
  4668. "environment"
  4669. ],
  4670. "time": "2019-01-24T21:39:51+00:00"
  4671. }
  4672. ],
  4673. "aliases": [],
  4674. "minimum-stability": "stable",
  4675. "stability-flags": [],
  4676. "prefer-stable": false,
  4677. "prefer-lowest": false,
  4678. "platform": {
  4679. "php": "^7.1.3",
  4680. "ext-ctype": "*",
  4681. "ext-iconv": "*"
  4682. },
  4683. "platform-dev": []
  4684. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement