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

2830 lines
110 KiB

  1. diff --git a/composer.lock b/composer.lock
  2. index 76b6a75..30349e2 100644
  3. --- a/composer.lock
  4. +++ b/composer.lock
  5. @@ -4,105 +4,42 @@
  6. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  7. "This file is @generated automatically"
  8. ],
  9. - "content-hash": "a209fcdeca22925bfbe08b4571adb0fa",
  10. + "content-hash": "5ac27fdb09c793214370ea0b4fabeb7c",
  11. "packages": [
  12. {
  13. - "name": "doctrine/annotations",
  14. - "version": "v1.4.0",
  15. - "source": {
  16. - "type": "git",
  17. - "url": "https://github.com/doctrine/annotations.git",
  18. - "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
  19. - },
  20. - "dist": {
  21. - "type": "zip",
  22. - "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
  23. - "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
  24. - "shasum": ""
  25. - },
  26. - "require": {
  27. - "doctrine/lexer": "1.*",
  28. - "php": "^5.6 || ^7.0"
  29. - },
  30. - "require-dev": {
  31. - "doctrine/cache": "1.*",
  32. - "phpunit/phpunit": "^5.7"
  33. - },
  34. - "type": "library",
  35. - "extra": {
  36. - "branch-alias": {
  37. - "dev-master": "1.4.x-dev"
  38. - }
  39. - },
  40. - "autoload": {
  41. - "psr-4": {
  42. - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  43. - }
  44. - },
  45. - "notification-url": "https://packagist.org/downloads/",
  46. - "license": [
  47. - "MIT"
  48. - ],
  49. - "authors": [
  50. - {
  51. - "name": "Roman Borschel",
  52. - "email": "roman@code-factory.org"
  53. - },
  54. - {
  55. - "name": "Benjamin Eberlei",
  56. - "email": "kontakt@beberlei.de"
  57. - },
  58. - {
  59. - "name": "Guilherme Blanco",
  60. - "email": "guilhermeblanco@gmail.com"
  61. - },
  62. - {
  63. - "name": "Jonathan Wage",
  64. - "email": "jonwage@gmail.com"
  65. - },
  66. - {
  67. - "name": "Johannes Schmitt",
  68. - "email": "schmittjoh@gmail.com"
  69. - }
  70. - ],
  71. - "description": "Docblock Annotations Parser",
  72. - "homepage": "http://www.doctrine-project.org",
  73. - "keywords": [
  74. - "annotations",
  75. - "docblock",
  76. - "parser"
  77. - ],
  78. - "time": "2017-02-24T16:22:25+00:00"
  79. - },
  80. - {
  81. "name": "doctrine/cache",
  82. - "version": "v1.6.2",
  83. + "version": "v1.8.0",
  84. "source": {
  85. "type": "git",
  86. "url": "https://github.com/doctrine/cache.git",
  87. - "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
  88. + "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. - "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
  93. - "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
  94. + "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
  95. + "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
  96. "shasum": ""
  97. },
  98. "require": {
  99. - "php": "~5.5|~7.0"
  100. + "php": "~7.1"
  101. },
  102. "conflict": {
  103. "doctrine/common": ">2.2,<2.4"
  104. },
  105. "require-dev": {
  106. - "phpunit/phpunit": "~4.8|~5.0",
  107. - "predis/predis": "~1.0",
  108. - "satooshi/php-coveralls": "~0.6"
  109. + "alcaeus/mongo-php-adapter": "^1.1",
  110. + "doctrine/coding-standard": "^4.0",
  111. + "mongodb/mongodb": "^1.1",
  112. + "phpunit/phpunit": "^7.0",
  113. + "predis/predis": "~1.0"
  114. + },
  115. + "suggest": {
  116. + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  117. },
  118. "type": "library",
  119. "extra": {
  120. "branch-alias": {
  121. - "dev-master": "1.6.x-dev"
  122. + "dev-master": "1.8.x-dev"
  123. }
  124. },
  125. "autoload": {
  126. @@ -137,174 +74,40 @@
  127. }
  128. ],
  129. "description": "Caching library offering an object-oriented API for many cache backends",
  130. - "homepage": "http://www.doctrine-project.org",
  131. + "homepage": "https://www.doctrine-project.org",
  132. "keywords": [
  133. "cache",
  134. "caching"
  135. ],
  136. - "time": "2017-07-22T12:49:21+00:00"
  137. - },
  138. - {
  139. - "name": "doctrine/collections",
  140. - "version": "v1.4.0",
  141. - "source": {
  142. - "type": "git",
  143. - "url": "https://github.com/doctrine/collections.git",
  144. - "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
  145. - },
  146. - "dist": {
  147. - "type": "zip",
  148. - "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
  149. - "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
  150. - "shasum": ""
  151. - },
  152. - "require": {
  153. - "php": "^5.6 || ^7.0"
  154. - },
  155. - "require-dev": {
  156. - "doctrine/coding-standard": "~0.1@dev",
  157. - "phpunit/phpunit": "^5.7"
  158. - },
  159. - "type": "library",
  160. - "extra": {
  161. - "branch-alias": {
  162. - "dev-master": "1.3.x-dev"
  163. - }
  164. - },
  165. - "autoload": {
  166. - "psr-0": {
  167. - "Doctrine\\Common\\Collections\\": "lib/"
  168. - }
  169. - },
  170. - "notification-url": "https://packagist.org/downloads/",
  171. - "license": [
  172. - "MIT"
  173. - ],
  174. - "authors": [
  175. - {
  176. - "name": "Roman Borschel",
  177. - "email": "roman@code-factory.org"
  178. - },
  179. - {
  180. - "name": "Benjamin Eberlei",
  181. - "email": "kontakt@beberlei.de"
  182. - },
  183. - {
  184. - "name": "Guilherme Blanco",
  185. - "email": "guilhermeblanco@gmail.com"
  186. - },
  187. - {
  188. - "name": "Jonathan Wage",
  189. - "email": "jonwage@gmail.com"
  190. - },
  191. - {
  192. - "name": "Johannes Schmitt",
  193. - "email": "schmittjoh@gmail.com"
  194. - }
  195. - ],
  196. - "description": "Collections Abstraction library",
  197. - "homepage": "http://www.doctrine-project.org",
  198. - "keywords": [
  199. - "array",
  200. - "collections",
  201. - "iterator"
  202. - ],
  203. - "time": "2017-01-03T10:49:41+00:00"
  204. - },
  205. - {
  206. - "name": "doctrine/common",
  207. - "version": "v2.7.3",
  208. - "source": {
  209. - "type": "git",
  210. - "url": "https://github.com/doctrine/common.git",
  211. - "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
  212. - },
  213. - "dist": {
  214. - "type": "zip",
  215. - "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
  216. - "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
  217. - "shasum": ""
  218. - },
  219. - "require": {
  220. - "doctrine/annotations": "1.*",
  221. - "doctrine/cache": "1.*",
  222. - "doctrine/collections": "1.*",
  223. - "doctrine/inflector": "1.*",
  224. - "doctrine/lexer": "1.*",
  225. - "php": "~5.6|~7.0"
  226. - },
  227. - "require-dev": {
  228. - "phpunit/phpunit": "^5.4.6"
  229. - },
  230. - "type": "library",
  231. - "extra": {
  232. - "branch-alias": {
  233. - "dev-master": "2.7.x-dev"
  234. - }
  235. - },
  236. - "autoload": {
  237. - "psr-4": {
  238. - "Doctrine\\Common\\": "lib/Doctrine/Common"
  239. - }
  240. - },
  241. - "notification-url": "https://packagist.org/downloads/",
  242. - "license": [
  243. - "MIT"
  244. - ],
  245. - "authors": [
  246. - {
  247. - "name": "Roman Borschel",
  248. - "email": "roman@code-factory.org"
  249. - },
  250. - {
  251. - "name": "Benjamin Eberlei",
  252. - "email": "kontakt@beberlei.de"
  253. - },
  254. - {
  255. - "name": "Guilherme Blanco",
  256. - "email": "guilhermeblanco@gmail.com"
  257. - },
  258. - {
  259. - "name": "Jonathan Wage",
  260. - "email": "jonwage@gmail.com"
  261. - },
  262. - {
  263. - "name": "Johannes Schmitt",
  264. - "email": "schmittjoh@gmail.com"
  265. - }
  266. - ],
  267. - "description": "Common Library for Doctrine projects",
  268. - "homepage": "http://www.doctrine-project.org",
  269. - "keywords": [
  270. - "annotations",
  271. - "collections",
  272. - "eventmanager",
  273. - "persistence",
  274. - "spl"
  275. - ],
  276. - "time": "2017-07-22T08:35:12+00:00"
  277. + "time": "2018-08-21T18:01:43+00:00"
  278. },
  279. {
  280. "name": "doctrine/dbal",
  281. - "version": "v2.5.13",
  282. + "version": "v2.9.2",
  283. "source": {
  284. "type": "git",
  285. "url": "https://github.com/doctrine/dbal.git",
  286. - "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
  287. + "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
  288. },
  289. "dist": {
  290. "type": "zip",
  291. - "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
  292. - "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
  293. + "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  294. + "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  295. "shasum": ""
  296. },
  297. "require": {
  298. - "doctrine/common": ">=2.4,<2.8-dev",
  299. - "php": ">=5.3.2"
  300. + "doctrine/cache": "^1.0",
  301. + "doctrine/event-manager": "^1.0",
  302. + "ext-pdo": "*",
  303. + "php": "^7.1"
  304. },
  305. "require-dev": {
  306. - "phpunit/phpunit": "4.*",
  307. - "symfony/console": "2.*||^3.0"
  308. + "doctrine/coding-standard": "^5.0",
  309. + "jetbrains/phpstorm-stubs": "^2018.1.2",
  310. + "phpstan/phpstan": "^0.10.1",
  311. + "phpunit/phpunit": "^7.4",
  312. + "symfony/console": "^2.0.5|^3.0|^4.0",
  313. + "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
  314. },
  315. "suggest": {
  316. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  317. @@ -315,12 +118,13 @@
  318. "type": "library",
  319. "extra": {
  320. "branch-alias": {
  321. - "dev-master": "2.5.x-dev"
  322. + "dev-master": "2.9.x-dev",
  323. + "dev-develop": "3.0.x-dev"
  324. }
  325. },
  326. "autoload": {
  327. - "psr-0": {
  328. - "Doctrine\\DBAL\\": "lib/"
  329. + "psr-4": {
  330. + "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. @@ -345,45 +149,53 @@
  335. "email": "jonwage@gmail.com"
  336. }
  337. ],
  338. - "description": "Database Abstraction Layer",
  339. - "homepage": "http://www.doctrine-project.org",
  340. + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  341. + "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  342. "keywords": [
  343. + "abstraction",
  344. "database",
  345. "dbal",
  346. + "mysql",
  347. "persistence",
  348. + "pgsql",
  349. + "php",
  350. "queryobject"
  351. ],
  352. - "time": "2017-07-22T20:44:48+00:00"
  353. + "time": "2018-12-31T03:27:51+00:00"
  354. },
  355. {
  356. - "name": "doctrine/inflector",
  357. - "version": "v1.1.0",
  358. + "name": "doctrine/event-manager",
  359. + "version": "v1.0.0",
  360. "source": {
  361. "type": "git",
  362. - "url": "https://github.com/doctrine/inflector.git",
  363. - "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  364. + "url": "https://github.com/doctrine/event-manager.git",
  365. + "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
  366. },
  367. "dist": {
  368. "type": "zip",
  369. - "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  370. - "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  371. + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  372. + "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  373. "shasum": ""
  374. },
  375. "require": {
  376. - "php": ">=5.3.2"
  377. + "php": "^7.1"
  378. + },
  379. + "conflict": {
  380. + "doctrine/common": "<2.9@dev"
  381. },
  382. "require-dev": {
  383. - "phpunit/phpunit": "4.*"
  384. + "doctrine/coding-standard": "^4.0",
  385. + "phpunit/phpunit": "^7.0"
  386. },
  387. "type": "library",
  388. "extra": {
  389. "branch-alias": {
  390. - "dev-master": "1.1.x-dev"
  391. + "dev-master": "1.0.x-dev"
  392. }
  393. },
  394. "autoload": {
  395. - "psr-0": {
  396. - "Doctrine\\Common\\Inflector\\": "lib/"
  397. + "psr-4": {
  398. + "Doctrine\\Common\\": "lib/Doctrine/Common"
  399. }
  400. },
  401. "notification-url": "https://packagist.org/downloads/",
  402. @@ -410,17 +222,20 @@
  403. {
  404. "name": "Johannes Schmitt",
  405. "email": "schmittjoh@gmail.com"
  406. + },
  407. + {
  408. + "name": "Marco Pivetta",
  409. + "email": "ocramius@gmail.com"
  410. }
  411. ],
  412. - "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  413. - "homepage": "http://www.doctrine-project.org",
  414. + "description": "Doctrine Event Manager component",
  415. + "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  416. "keywords": [
  417. - "inflection",
  418. - "pluralize",
  419. - "singularize",
  420. - "string"
  421. + "event",
  422. + "eventdispatcher",
  423. + "eventmanager"
  424. ],
  425. - "time": "2015-11-06T14:35:42+00:00"
  426. + "time": "2018-06-11T11:59:03+00:00"
  427. },
  428. {
  429. "name": "doctrine/lexer",
  430. @@ -478,37 +293,36 @@
  431. },
  432. {
  433. "name": "doctrine/migrations",
  434. - "version": "v1.5.0",
  435. + "version": "v1.8.1",
  436. "source": {
  437. "type": "git",
  438. "url": "https://github.com/doctrine/migrations.git",
  439. - "reference": "c81147c0f2938a6566594455367e095150547f72"
  440. + "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
  441. },
  442. "dist": {
  443. "type": "zip",
  444. - "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
  445. - "reference": "c81147c0f2938a6566594455367e095150547f72",
  446. + "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
  447. + "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
  448. "shasum": ""
  449. },
  450. "require": {
  451. - "doctrine/dbal": "~2.2",
  452. + "doctrine/dbal": "~2.6",
  453. "ocramius/proxy-manager": "^1.0|^2.0",
  454. - "php": "^5.5|^7.0",
  455. - "symfony/console": "~2.3|~3.0",
  456. - "symfony/yaml": "~2.3|~3.0"
  457. + "php": "^7.1",
  458. + "symfony/console": "~3.3|^4.0"
  459. },
  460. "require-dev": {
  461. - "doctrine/coding-standard": "dev-master",
  462. - "doctrine/orm": "2.*",
  463. + "doctrine/coding-standard": "^1.0",
  464. + "doctrine/orm": "~2.5",
  465. "jdorn/sql-formatter": "~1.1",
  466. - "johnkary/phpunit-speedtrap": "~1.0@dev",
  467. "mikey179/vfsstream": "^1.6",
  468. - "mockery/mockery": "^0.9.4",
  469. - "phpunit/phpunit": "~4.7",
  470. - "satooshi/php-coveralls": "^1.0"
  471. + "phpunit/phpunit": "~7.0",
  472. + "squizlabs/php_codesniffer": "^3.0",
  473. + "symfony/yaml": "~3.3|^4.0"
  474. },
  475. "suggest": {
  476. - "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
  477. + "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  478. + "symfony/yaml": "Allows the use of yaml for migration configuration files."
  479. },
  480. "bin": [
  481. "bin/doctrine-migrations"
  482. @@ -516,17 +330,18 @@
  483. "type": "library",
  484. "extra": {
  485. "branch-alias": {
  486. - "dev-master": "v1.6.x-dev"
  487. + "dev-master": "v1.8.x-dev"
  488. }
  489. },
  490. "autoload": {
  491. "psr-4": {
  492. - "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
  493. + "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
  494. + "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  495. }
  496. },
  497. "notification-url": "https://packagist.org/downloads/",
  498. "license": [
  499. - "LGPL-2.1"
  500. + "MIT"
  501. ],
  502. "authors": [
  503. {
  504. @@ -543,25 +358,25 @@
  505. }
  506. ],
  507. "description": "Database Schema migrations using Doctrine DBAL",
  508. - "homepage": "http://www.doctrine-project.org",
  509. + "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  510. "keywords": [
  511. "database",
  512. "migrations"
  513. ],
  514. - "time": "2016-12-25T22:54:00+00:00"
  515. + "time": "2018-06-06T21:00:30+00:00"
  516. },
  517. {
  518. "name": "egulias/email-validator",
  519. - "version": "2.1.7",
  520. + "version": "2.1.0",
  521. "source": {
  522. "type": "git",
  523. "url": "https://github.com/egulias/EmailValidator.git",
  524. - "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
  525. + "reference": "19811e00829958f06d9bfbfeb0d0e6b7aaff3767"
  526. },
  527. "dist": {
  528. "type": "zip",
  529. - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
  530. - "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
  531. + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/19811e00829958f06d9bfbfeb0d0e6b7aaff3767",
  532. + "reference": "19811e00829958f06d9bfbfeb0d0e6b7aaff3767",
  533. "shasum": ""
  534. },
  535. "require": {
  536. @@ -570,11 +385,8 @@
  537. },
  538. "require-dev": {
  539. "dominicsayers/isemail": "dev-master",
  540. - "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
  541. - "satooshi/php-coveralls": "^1.0.1"
  542. - },
  543. - "suggest": {
  544. - "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  545. + "phpunit/phpunit": "^4.8.0",
  546. + "satooshi/php-coveralls": "dev-master"
  547. },
  548. "type": "library",
  549. "extra": {
  550. @@ -605,20 +417,20 @@
  551. "validation",
  552. "validator"
  553. ],
  554. - "time": "2018-12-04T22:38:24+00:00"
  555. + "time": "2016-07-12T13:22:10+00:00"
  556. },
  557. {
  558. "name": "erusev/parsedown",
  559. - "version": "1.7.3",
  560. + "version": "v1.7.2",
  561. "source": {
  562. "type": "git",
  563. "url": "https://github.com/erusev/parsedown.git",
  564. - "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
  565. + "reference": "d60bcdc46978357759ecb13cb4b078da783f8faf"
  566. },
  567. "dist": {
  568. "type": "zip",
  569. - "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  570. - "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  571. + "url": "https://api.github.com/repos/erusev/parsedown/zipball/d60bcdc46978357759ecb13cb4b078da783f8faf",
  572. + "reference": "d60bcdc46978357759ecb13cb4b078da783f8faf",
  573. "shasum": ""
  574. },
  575. "require": {
  576. @@ -651,7 +463,58 @@
  577. "markdown",
  578. "parser"
  579. ],
  580. - "time": "2019-03-17T18:48:37+00:00"
  581. + "time": "2019-03-17T17:19:46+00:00"
  582. + },
  583. + {
  584. + "name": "hirak/prestissimo",
  585. + "version": "0.3.0",
  586. + "source": {
  587. + "type": "git",
  588. + "url": "https://github.com/hirak/prestissimo.git",
  589. + "reference": "24c64a8f6aeb63f439fd0680985e85aaab5a61dd"
  590. + },
  591. + "dist": {
  592. + "type": "zip",
  593. + "url": "https://api.github.com/repos/hirak/prestissimo/zipball/24c64a8f6aeb63f439fd0680985e85aaab5a61dd",
  594. + "reference": "24c64a8f6aeb63f439fd0680985e85aaab5a61dd",
  595. + "shasum": ""
  596. + },
  597. + "require": {
  598. + "composer-plugin-api": "^1.0.0",
  599. + "ext-curl": "*",
  600. + "php": ">=5.3.2"
  601. + },
  602. + "require-dev": {
  603. + "composer/composer": "1.0.0",
  604. + "phpunit/phpunit": "^4.8",
  605. + "squizlabs/php_codesniffer": "^2.5"
  606. + },
  607. + "type": "composer-plugin",
  608. + "extra": {
  609. + "class": "Hirak\\Prestissimo\\Plugin"
  610. + },
  611. + "autoload": {
  612. + "psr-4": {
  613. + "Hirak\\Prestissimo\\": "src/"
  614. + }
  615. + },
  616. + "notification-url": "https://packagist.org/downloads/",
  617. + "license": [
  618. + "MIT"
  619. + ],
  620. + "authors": [
  621. + {
  622. + "name": "Hiraku NAKANO",
  623. + "email": "hiraku@tojiru.net"
  624. + }
  625. + ],
  626. + "description": "composer parallel install plugin",
  627. + "keywords": [
  628. + "install",
  629. + "parallel",
  630. + "speedup"
  631. + ],
  632. + "time": "2016-06-05T14:05:56+00:00"
  633. },
  634. {
  635. "name": "ircmaxell/password-compat",
  636. @@ -696,39 +559,96 @@
  637. "time": "2017-03-20T21:17:32+00:00"
  638. },
  639. {
  640. + "name": "ocramius/package-versions",
  641. + "version": "1.4.0",
  642. + "source": {
  643. + "type": "git",
  644. + "url": "https://github.com/Ocramius/PackageVersions.git",
  645. + "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
  646. + },
  647. + "dist": {
  648. + "type": "zip",
  649. + "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
  650. + "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
  651. + "shasum": ""
  652. + },
  653. + "require": {
  654. + "composer-plugin-api": "^1.0.0",
  655. + "php": "^7.1.0"
  656. + },
  657. + "require-dev": {
  658. + "composer/composer": "^1.6.3",
  659. + "doctrine/coding-standard": "^5.0.1",
  660. + "ext-zip": "*",
  661. + "infection/infection": "^0.7.1",
  662. + "phpunit/phpunit": "^7.0.0"
  663. + },
  664. + "type": "composer-plugin",
  665. + "extra": {
  666. + "class": "PackageVersions\\Installer",
  667. + "branch-alias": {
  668. + "dev-master": "2.0.x-dev"
  669. + }
  670. + },
  671. + "autoload": {
  672. + "psr-4": {
  673. + "PackageVersions\\": "src/PackageVersions"
  674. + }
  675. + },
  676. + "notification-url": "https://packagist.org/downloads/",
  677. + "license": [
  678. + "MIT"
  679. + ],
  680. + "authors": [
  681. + {
  682. + "name": "Marco Pivetta",
  683. + "email": "ocramius@gmail.com"
  684. + }
  685. + ],
  686. + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  687. + "time": "2019-02-21T12:16:21+00:00"
  688. + },
  689. + {
  690. "name": "ocramius/proxy-manager",
  691. - "version": "1.0.2",
  692. + "version": "2.2.2",
  693. "source": {
  694. "type": "git",
  695. "url": "https://github.com/Ocramius/ProxyManager.git",
  696. - "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
  697. + "reference": "14b137b06b0f911944132df9d51e445a35920ab1"
  698. },
  699. "dist": {
  700. "type": "zip",
  701. - "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
  702. - "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
  703. + "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/14b137b06b0f911944132df9d51e445a35920ab1",
  704. + "reference": "14b137b06b0f911944132df9d51e445a35920ab1",
  705. "shasum": ""
  706. },
  707. "require": {
  708. - "php": ">=5.3.3",
  709. - "zendframework/zend-code": ">2.2.5,<3.0"
  710. + "ocramius/package-versions": "^1.1.3",
  711. + "php": "^7.2.0",
  712. + "zendframework/zend-code": "^3.3.0"
  713. },
  714. "require-dev": {
  715. + "couscous/couscous": "^1.6.1",
  716. "ext-phar": "*",
  717. - "phpunit/phpunit": "~4.0",
  718. - "squizlabs/php_codesniffer": "1.5.*"
  719. + "humbug/humbug": "1.0.0-RC.0@RC",
  720. + "nikic/php-parser": "^3.1.1",
  721. + "padraic/phpunit-accelerator": "dev-master@DEV",
  722. + "phpbench/phpbench": "^0.12.2",
  723. + "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
  724. + "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
  725. + "phpunit/phpunit": "^6.4.3",
  726. + "squizlabs/php_codesniffer": "^2.9.1"
  727. },
  728. "suggest": {
  729. "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
  730. "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
  731. "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
  732. - "zendframework/zend-stdlib": "To use the hydrator proxy",
  733. "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
  734. },
  735. "type": "library",
  736. "extra": {
  737. "branch-alias": {
  738. - "dev-master": "2.0.x-dev"
  739. + "dev-master": "3.0.x-dev"
  740. }
  741. },
  742. "autoload": {
  743. @@ -744,7 +664,7 @@
  744. {
  745. "name": "Marco Pivetta",
  746. "email": "ocramius@gmail.com",
  747. - "homepage": "http://ocramius.github.com/"
  748. + "homepage": "http://ocramius.github.io/"
  749. }
  750. ],
  751. "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  752. @@ -756,20 +676,20 @@
  753. "proxy pattern",
  754. "service proxies"
  755. ],
  756. - "time": "2015-08-09T04:28:19+00:00"
  757. + "time": "2018-09-27T13:45:01+00:00"
  758. },
  759. {
  760. "name": "phpmailer/phpmailer",
  761. - "version": "v6.0.7",
  762. + "version": "v6.0.6",
  763. "source": {
  764. "type": "git",
  765. "url": "https://github.com/PHPMailer/PHPMailer.git",
  766. - "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59"
  767. + "reference": "8190d73eb5def11a43cfb020b7f36db65330698c"
  768. },
  769. "dist": {
  770. "type": "zip",
  771. - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59",
  772. - "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59",
  773. + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/8190d73eb5def11a43cfb020b7f36db65330698c",
  774. + "reference": "8190d73eb5def11a43cfb020b7f36db65330698c",
  775. "shasum": ""
  776. },
  777. "require": {
  778. @@ -822,67 +742,20 @@
  779. }
  780. ],
  781. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  782. - "time": "2019-02-01T15:04:28+00:00"
  783. - },
  784. - {
  785. - "name": "psr/log",
  786. - "version": "1.1.0",
  787. - "source": {
  788. - "type": "git",
  789. - "url": "https://github.com/php-fig/log.git",
  790. - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  791. - },
  792. - "dist": {
  793. - "type": "zip",
  794. - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  795. - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  796. - "shasum": ""
  797. - },
  798. - "require": {
  799. - "php": ">=5.3.0"
  800. - },
  801. - "type": "library",
  802. - "extra": {
  803. - "branch-alias": {
  804. - "dev-master": "1.0.x-dev"
  805. - }
  806. - },
  807. - "autoload": {
  808. - "psr-4": {
  809. - "Psr\\Log\\": "Psr/Log/"
  810. - }
  811. - },
  812. - "notification-url": "https://packagist.org/downloads/",
  813. - "license": [
  814. - "MIT"
  815. - ],
  816. - "authors": [
  817. - {
  818. - "name": "PHP-FIG",
  819. - "homepage": "http://www.php-fig.org/"
  820. - }
  821. - ],
  822. - "description": "Common interface for logging libraries",
  823. - "homepage": "https://github.com/php-fig/log",
  824. - "keywords": [
  825. - "log",
  826. - "psr",
  827. - "psr-3"
  828. - ],
  829. - "time": "2018-11-20T15:27:04+00:00"
  830. + "time": "2018-11-16T00:41:32+00:00"
  831. },
  832. {
  833. "name": "sensiolabs/ansi-to-html",
  834. - "version": "v1.1.3",
  835. + "version": "v1.1.0",
  836. "source": {
  837. "type": "git",
  838. "url": "https://github.com/sensiolabs/ansi-to-html.git",
  839. - "reference": "8b5d787dca714bd98dd770c078d76528320a8286"
  840. + "reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93"
  841. },
  842. "dist": {
  843. "type": "zip",
  844. - "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/8b5d787dca714bd98dd770c078d76528320a8286",
  845. - "reference": "8b5d787dca714bd98dd770c078d76528320a8286",
  846. + "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/92d2ef7ffba5418be060d8ba8adaf7223d741f93",
  847. + "reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93",
  848. "shasum": ""
  849. },
  850. "require": {
  851. @@ -913,7 +786,7 @@
  852. }
  853. ],
  854. "description": "A library to convert a text with ANSI codes to HTML",
  855. - "time": "2017-05-02T00:53:29+00:00"
  856. + "time": "2014-08-01T14:02:39+00:00"
  857. },
  858. {
  859. "name": "smarty/smarty",
  860. @@ -970,21 +843,21 @@
  861. },
  862. {
  863. "name": "symfony/console",
  864. - "version": "v3.4.27",
  865. + "version": "v4.2.8",
  866. "source": {
  867. "type": "git",
  868. "url": "https://github.com/symfony/console.git",
  869. - "reference": "15a9104356436cb26e08adab97706654799d31d8"
  870. + "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81"
  871. },
  872. "dist": {
  873. "type": "zip",
  874. - "url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8",
  875. - "reference": "15a9104356436cb26e08adab97706654799d31d8",
  876. + "url": "https://api.github.com/repos/symfony/console/zipball/e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
  877. + "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
  878. "shasum": ""
  879. },
  880. "require": {
  881. - "php": "^5.5.9|>=7.0.8",
  882. - "symfony/debug": "~2.8|~3.0|~4.0",
  883. + "php": "^7.1.3",
  884. + "symfony/contracts": "^1.0",
  885. "symfony/polyfill-mbstring": "~1.0"
  886. },
  887. "conflict": {
  888. @@ -996,11 +869,11 @@
  889. },
  890. "require-dev": {
  891. "psr/log": "~1.0",
  892. - "symfony/config": "~3.3|~4.0",
  893. + "symfony/config": "~3.4|~4.0",
  894. "symfony/dependency-injection": "~3.4|~4.0",
  895. - "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  896. + "symfony/event-dispatcher": "~3.4|~4.0",
  897. "symfony/lock": "~3.4|~4.0",
  898. - "symfony/process": "~3.3|~4.0"
  899. + "symfony/process": "~3.4|~4.0"
  900. },
  901. "suggest": {
  902. "psr/log": "For using the console logger",
  903. @@ -1011,7 +884,7 @@
  904. "type": "library",
  905. "extra": {
  906. "branch-alias": {
  907. - "dev-master": "3.4-dev"
  908. + "dev-master": "4.2-dev"
  909. }
  910. },
  911. "autoload": {
  912. @@ -1038,44 +911,48 @@
  913. ],
  914. "description": "Symfony Console Component",
  915. "homepage": "https://symfony.com",
  916. - "time": "2019-04-08T09:29:13+00:00"
  917. + "time": "2019-04-08T14:23:48+00:00"
  918. },
  919. {
  920. - "name": "symfony/debug",
  921. - "version": "v3.4.27",
  922. + "name": "symfony/contracts",
  923. + "version": "v1.0.2",
  924. "source": {
  925. "type": "git",
  926. - "url": "https://github.com/symfony/debug.git",
  927. - "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9"
  928. + "url": "https://github.com/symfony/contracts.git",
  929. + "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
  930. },
  931. "dist": {
  932. "type": "zip",
  933. - "url": "https://api.github.com/repos/symfony/debug/zipball/681afbb26488903c5ac15e63734f1d8ac430c9b9",
  934. - "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9",
  935. + "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  936. + "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  937. "shasum": ""
  938. },
  939. "require": {
  940. - "php": "^5.5.9|>=7.0.8",
  941. - "psr/log": "~1.0"
  942. - },
  943. - "conflict": {
  944. - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  945. + "php": "^7.1.3"
  946. },
  947. "require-dev": {
  948. - "symfony/http-kernel": "~2.8|~3.0|~4.0"
  949. + "psr/cache": "^1.0",
  950. + "psr/container": "^1.0"
  951. + },
  952. + "suggest": {
  953. + "psr/cache": "When using the Cache contracts",
  954. + "psr/container": "When using the Service contracts",
  955. + "symfony/cache-contracts-implementation": "",
  956. + "symfony/service-contracts-implementation": "",
  957. + "symfony/translation-contracts-implementation": ""
  958. },
  959. "type": "library",
  960. "extra": {
  961. "branch-alias": {
  962. - "dev-master": "3.4-dev"
  963. + "dev-master": "1.0-dev"
  964. }
  965. },
  966. "autoload": {
  967. "psr-4": {
  968. - "Symfony\\Component\\Debug\\": ""
  969. + "Symfony\\Contracts\\": ""
  970. },
  971. "exclude-from-classmap": [
  972. - "/Tests/"
  973. + "**/Tests/"
  974. ]
  975. },
  976. "notification-url": "https://packagist.org/downloads/",
  977. @@ -1084,75 +961,25 @@
  978. ],
  979. "authors": [
  980. {
  981. - "name": "Fabien Potencier",
  982. - "email": "fabien@symfony.com"
  983. - },
  984. - {
  985. - "name": "Symfony Community",
  986. - "homepage": "https://symfony.com/contributors"
  987. - }
  988. - ],
  989. - "description": "Symfony Debug Component",
  990. - "homepage": "https://symfony.com",
  991. - "time": "2019-04-11T09:48:14+00:00"
  992. - },
  993. - {
  994. - "name": "symfony/polyfill-ctype",
  995. - "version": "v1.11.0",
  996. - "source": {
  997. - "type": "git",
  998. - "url": "https://github.com/symfony/polyfill-ctype.git",
  999. - "reference": "82ebae02209c21113908c229e9883c419720738a"
  1000. - },
  1001. - "dist": {
  1002. - "type": "zip",
  1003. - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  1004. - "reference": "82ebae02209c21113908c229e9883c419720738a",
  1005. - "shasum": ""
  1006. - },
  1007. - "require": {
  1008. - "php": ">=5.3.3"
  1009. - },
  1010. - "suggest": {
  1011. - "ext-ctype": "For best performance"
  1012. - },
  1013. - "type": "library",
  1014. - "extra": {
  1015. - "branch-alias": {
  1016. - "dev-master": "1.11-dev"
  1017. - }
  1018. - },
  1019. - "autoload": {
  1020. - "psr-4": {
  1021. - "Symfony\\Polyfill\\Ctype\\": ""
  1022. + "name": "Nicolas Grekas",
  1023. + "email": "p@tchwork.com"
  1024. },
  1025. - "files": [
  1026. - "bootstrap.php"
  1027. - ]
  1028. - },
  1029. - "notification-url": "https://packagist.org/downloads/",
  1030. - "license": [
  1031. - "MIT"
  1032. - ],
  1033. - "authors": [
  1034. {
  1035. "name": "Symfony Community",
  1036. "homepage": "https://symfony.com/contributors"
  1037. - },
  1038. - {
  1039. - "name": "Gert de Pagter",
  1040. - "email": "backendtea@gmail.com"
  1041. }
  1042. ],
  1043. - "description": "Symfony polyfill for ctype functions",
  1044. + "description": "A set of abstractions extracted out of the Symfony components",
  1045. "homepage": "https://symfony.com",
  1046. "keywords": [
  1047. - "compatibility",
  1048. - "ctype",
  1049. - "polyfill",
  1050. - "portable"
  1051. - ],
  1052. - "time": "2019-02-06T07:57:58+00:00"
  1053. + "abstractions",
  1054. + "contracts",
  1055. + "decoupling",
  1056. + "interfaces",
  1057. + "interoperability",
  1058. + "standards"
  1059. + ],
  1060. + "time": "2018-12-05T08:06:11+00:00"
  1061. },
  1062. {
  1063. "name": "symfony/polyfill-mbstring",
  1064. @@ -1171,98 +998,21 @@
  1065. "require": {
  1066. "php": ">=5.3.3"
  1067. },
  1068. - "suggest": {
  1069. - "ext-mbstring": "For best performance"
  1070. - },
  1071. - "type": "library",
  1072. - "extra": {
  1073. - "branch-alias": {
  1074. - "dev-master": "1.11-dev"
  1075. - }
  1076. - },
  1077. - "autoload": {
  1078. - "psr-4": {
  1079. - "Symfony\\Polyfill\\Mbstring\\": ""
  1080. - },
  1081. - "files": [
  1082. - "bootstrap.php"
  1083. - ]
  1084. - },
  1085. - "notification-url": "https://packagist.org/downloads/",
  1086. - "license": [
  1087. - "MIT"
  1088. - ],
  1089. - "authors": [
  1090. - {
  1091. - "name": "Nicolas Grekas",
  1092. - "email": "p@tchwork.com"
  1093. - },
  1094. - {
  1095. - "name": "Symfony Community",
  1096. - "homepage": "https://symfony.com/contributors"
  1097. - }
  1098. - ],
  1099. - "description": "Symfony polyfill for the Mbstring extension",
  1100. - "homepage": "https://symfony.com",
  1101. - "keywords": [
  1102. - "compatibility",
  1103. - "mbstring",
  1104. - "polyfill",
  1105. - "portable",
  1106. - "shim"
  1107. - ],
  1108. - "time": "2019-02-06T07:57:58+00:00"
  1109. - },
  1110. - {
  1111. - "name": "symfony/translation",
  1112. - "version": "v3.4.27",
  1113. - "source": {
  1114. - "type": "git",
  1115. - "url": "https://github.com/symfony/translation.git",
  1116. - "reference": "301a5d627220a1c4ee522813b0028653af6c4f54"
  1117. - },
  1118. - "dist": {
  1119. - "type": "zip",
  1120. - "url": "https://api.github.com/repos/symfony/translation/zipball/301a5d627220a1c4ee522813b0028653af6c4f54",
  1121. - "reference": "301a5d627220a1c4ee522813b0028653af6c4f54",
  1122. - "shasum": ""
  1123. - },
  1124. - "require": {
  1125. - "php": "^5.5.9|>=7.0.8",
  1126. - "symfony/polyfill-mbstring": "~1.0"
  1127. - },
  1128. - "conflict": {
  1129. - "symfony/config": "<2.8",
  1130. - "symfony/dependency-injection": "<3.4",
  1131. - "symfony/yaml": "<3.4"
  1132. - },
  1133. - "require-dev": {
  1134. - "psr/log": "~1.0",
  1135. - "symfony/config": "~2.8|~3.0|~4.0",
  1136. - "symfony/dependency-injection": "~3.4|~4.0",
  1137. - "symfony/finder": "~2.8|~3.0|~4.0",
  1138. - "symfony/http-kernel": "~3.4|~4.0",
  1139. - "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  1140. - "symfony/var-dumper": "~3.4|~4.0",
  1141. - "symfony/yaml": "~3.4|~4.0"
  1142. - },
  1143. - "suggest": {
  1144. - "psr/log-implementation": "To use logging capability in translator",
  1145. - "symfony/config": "",
  1146. - "symfony/yaml": ""
  1147. + "suggest": {
  1148. + "ext-mbstring": "For best performance"
  1149. },
  1150. "type": "library",
  1151. "extra": {
  1152. "branch-alias": {
  1153. - "dev-master": "3.4-dev"
  1154. + "dev-master": "1.11-dev"
  1155. }
  1156. },
  1157. "autoload": {
  1158. "psr-4": {
  1159. - "Symfony\\Component\\Translation\\": ""
  1160. + "Symfony\\Polyfill\\Mbstring\\": ""
  1161. },
  1162. - "exclude-from-classmap": [
  1163. - "/Tests/"
  1164. + "files": [
  1165. + "bootstrap.php"
  1166. ]
  1167. },
  1168. "notification-url": "https://packagist.org/downloads/",
  1169. @@ -1271,44 +1021,60 @@
  1170. ],
  1171. "authors": [
  1172. {
  1173. - "name": "Fabien Potencier",
  1174. - "email": "fabien@symfony.com"
  1175. + "name": "Nicolas Grekas",
  1176. + "email": "p@tchwork.com"
  1177. },
  1178. {
  1179. "name": "Symfony Community",
  1180. "homepage": "https://symfony.com/contributors"
  1181. }
  1182. ],
  1183. - "description": "Symfony Translation Component",
  1184. + "description": "Symfony polyfill for the Mbstring extension",
  1185. "homepage": "https://symfony.com",
  1186. - "time": "2019-05-01T11:10:09+00:00"
  1187. + "keywords": [
  1188. + "compatibility",
  1189. + "mbstring",
  1190. + "polyfill",
  1191. + "portable",
  1192. + "shim"
  1193. + ],
  1194. + "time": "2019-02-06T07:57:58+00:00"
  1195. },
  1196. {
  1197. - "name": "symfony/yaml",
  1198. - "version": "v3.4.27",
  1199. + "name": "symfony/translation",
  1200. + "version": "v3.4.0",
  1201. "source": {
  1202. "type": "git",
  1203. - "url": "https://github.com/symfony/yaml.git",
  1204. - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
  1205. + "url": "https://github.com/symfony/translation.git",
  1206. + "reference": "e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa"
  1207. },
  1208. "dist": {
  1209. "type": "zip",
  1210. - "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  1211. - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  1212. + "url": "https://api.github.com/repos/symfony/translation/zipball/e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa",
  1213. + "reference": "e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa",
  1214. "shasum": ""
  1215. },
  1216. "require": {
  1217. "php": "^5.5.9|>=7.0.8",
  1218. - "symfony/polyfill-ctype": "~1.8"
  1219. + "symfony/polyfill-mbstring": "~1.0"
  1220. },
  1221. "conflict": {
  1222. - "symfony/console": "<3.4"
  1223. + "symfony/config": "<2.8",
  1224. + "symfony/dependency-injection": "<3.4",
  1225. + "symfony/yaml": "<3.4"
  1226. },
  1227. "require-dev": {
  1228. - "symfony/console": "~3.4|~4.0"
  1229. + "psr/log": "~1.0",
  1230. + "symfony/config": "~2.8|~3.0|~4.0",
  1231. + "symfony/dependency-injection": "~3.4|~4.0",
  1232. + "symfony/finder": "~2.8|~3.0|~4.0",
  1233. + "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  1234. + "symfony/yaml": "~3.4|~4.0"
  1235. },
  1236. "suggest": {
  1237. - "symfony/console": "For validating YAML files using the lint command"
  1238. + "psr/log": "To use logging capability in translator",
  1239. + "symfony/config": "",
  1240. + "symfony/yaml": ""
  1241. },
  1242. "type": "library",
  1243. "extra": {
  1244. @@ -1318,7 +1084,7 @@
  1245. },
  1246. "autoload": {
  1247. "psr-4": {
  1248. - "Symfony\\Component\\Yaml\\": ""
  1249. + "Symfony\\Component\\Translation\\": ""
  1250. },
  1251. "exclude-from-classmap": [
  1252. "/Tests/"
  1253. @@ -1338,32 +1104,33 @@
  1254. "homepage": "https://symfony.com/contributors"
  1255. }
  1256. ],
  1257. - "description": "Symfony Yaml Component",
  1258. + "description": "Symfony Translation Component",
  1259. "homepage": "https://symfony.com",
  1260. - "time": "2019-03-25T07:48:46+00:00"
  1261. + "time": "2017-11-27T14:23:00+00:00"
  1262. },
  1263. {
  1264. "name": "zendframework/zend-code",
  1265. - "version": "2.6.3",
  1266. + "version": "3.3.1",
  1267. "source": {
  1268. "type": "git",
  1269. "url": "https://github.com/zendframework/zend-code.git",
  1270. - "reference": "95033f061b083e16cdee60530ec260d7d628b887"
  1271. + "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
  1272. },
  1273. "dist": {
  1274. "type": "zip",
  1275. - "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
  1276. - "reference": "95033f061b083e16cdee60530ec260d7d628b887",
  1277. + "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
  1278. + "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
  1279. "shasum": ""
  1280. },
  1281. "require": {
  1282. - "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
  1283. + "php": "^7.1",
  1284. "zendframework/zend-eventmanager": "^2.6 || ^3.0"
  1285. },
  1286. "require-dev": {
  1287. "doctrine/annotations": "~1.0",
  1288. - "fabpot/php-cs-fixer": "1.7.*",
  1289. - "phpunit/phpunit": "^4.8.21",
  1290. + "ext-phar": "*",
  1291. + "phpunit/phpunit": "^6.2.3",
  1292. + "zendframework/zend-coding-standard": "^1.0.0",
  1293. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  1294. },
  1295. "suggest": {
  1296. @@ -1373,8 +1140,8 @@
  1297. "type": "library",
  1298. "extra": {
  1299. "branch-alias": {
  1300. - "dev-master": "2.6-dev",
  1301. - "dev-develop": "2.7-dev"
  1302. + "dev-master": "3.3.x-dev",
  1303. + "dev-develop": "3.4.x-dev"
  1304. }
  1305. },
  1306. "autoload": {
  1307. @@ -1392,7 +1159,7 @@
  1308. "code",
  1309. "zf2"
  1310. ],
  1311. - "time": "2016-04-20T17:26:42+00:00"
  1312. + "time": "2018-08-13T20:36:59+00:00"
  1313. },
  1314. {
  1315. "name": "zendframework/zend-eventmanager",
  1316. @@ -1557,28 +1324,151 @@
  1317. "time": "2019-01-28T20:25:53+00:00"
  1318. },
  1319. {
  1320. + "name": "dflydev/markdown",
  1321. + "version": "v1.0.0",
  1322. + "source": {
  1323. + "type": "git",
  1324. + "url": "https://github.com/dflydev/dflydev-markdown.git",
  1325. + "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d"
  1326. + },
  1327. + "dist": {
  1328. + "type": "zip",
  1329. + "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/76501a808522dbe40a5a71d272bd08d54cbae03d",
  1330. + "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d",
  1331. + "shasum": ""
  1332. + },
  1333. + "require": {
  1334. + "php": ">=5.3"
  1335. + },
  1336. + "type": "library",
  1337. + "autoload": {
  1338. + "psr-0": {
  1339. + "dflydev\\markdown": "src"
  1340. + }
  1341. + },
  1342. + "notification-url": "https://packagist.org/downloads/",
  1343. + "license": [
  1344. + "New BSD License"
  1345. + ],
  1346. + "authors": [
  1347. + {
  1348. + "name": "Dragonfly Development Inc.",
  1349. + "email": "info@dflydev.com",
  1350. + "homepage": "http://dflydev.com"
  1351. + },
  1352. + {
  1353. + "name": "Beau Simensen",
  1354. + "email": "beau@dflydev.com",
  1355. + "homepage": "http://beausimensen.com"
  1356. + },
  1357. + {
  1358. + "name": "Michel Fortin",
  1359. + "homepage": "http://michelf.com"
  1360. + },
  1361. + {
  1362. + "name": "John Gruber",
  1363. + "homepage": "http://daringfireball.net"
  1364. + }
  1365. + ],
  1366. + "description": "PHP Markdown & Extra",
  1367. + "homepage": "http://github.com/dflydev/dflydev-markdown",
  1368. + "keywords": [
  1369. + "markdown"
  1370. + ],
  1371. + "abandoned": "michelf/php-markdown",
  1372. + "time": "2012-01-02T23:11:32+00:00"
  1373. + },
  1374. + {
  1375. + "name": "doctrine/annotations",
  1376. + "version": "v1.6.1",
  1377. + "source": {
  1378. + "type": "git",
  1379. + "url": "https://github.com/doctrine/annotations.git",
  1380. + "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
  1381. + },
  1382. + "dist": {
  1383. + "type": "zip",
  1384. + "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
  1385. + "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
  1386. + "shasum": ""
  1387. + },
  1388. + "require": {
  1389. + "doctrine/lexer": "1.*",
  1390. + "php": "^7.1"
  1391. + },
  1392. + "require-dev": {
  1393. + "doctrine/cache": "1.*",
  1394. + "phpunit/phpunit": "^6.4"
  1395. + },
  1396. + "type": "library",
  1397. + "extra": {
  1398. + "branch-alias": {
  1399. + "dev-master": "1.6.x-dev"
  1400. + }
  1401. + },
  1402. + "autoload": {
  1403. + "psr-4": {
  1404. + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  1405. + }
  1406. + },
  1407. + "notification-url": "https://packagist.org/downloads/",
  1408. + "license": [
  1409. + "MIT"
  1410. + ],
  1411. + "authors": [
  1412. + {
  1413. + "name": "Roman Borschel",
  1414. + "email": "roman@code-factory.org"
  1415. + },
  1416. + {
  1417. + "name": "Benjamin Eberlei",
  1418. + "email": "kontakt@beberlei.de"
  1419. + },
  1420. + {
  1421. + "name": "Guilherme Blanco",
  1422. + "email": "guilhermeblanco@gmail.com"
  1423. + },
  1424. + {
  1425. + "name": "Jonathan Wage",
  1426. + "email": "jonwage@gmail.com"
  1427. + },
  1428. + {
  1429. + "name": "Johannes Schmitt",
  1430. + "email": "schmittjoh@gmail.com"
  1431. + }
  1432. + ],
  1433. + "description": "Docblock Annotations Parser",
  1434. + "homepage": "http://www.doctrine-project.org",
  1435. + "keywords": [
  1436. + "annotations",
  1437. + "docblock",
  1438. + "parser"
  1439. + ],
  1440. + "time": "2019-03-25T19:12:02+00:00"
  1441. + },
  1442. + {
  1443. "name": "doctrine/instantiator",
  1444. - "version": "1.0.5",
  1445. + "version": "1.0.2",
  1446. "source": {
  1447. "type": "git",
  1448. "url": "https://github.com/doctrine/instantiator.git",
  1449. - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1450. + "reference": "26404e0c90565b614ee76b988b9bc8790d77f590"
  1451. },
  1452. "dist": {
  1453. "type": "zip",
  1454. - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1455. - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1456. + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/26404e0c90565b614ee76b988b9bc8790d77f590",
  1457. + "reference": "26404e0c90565b614ee76b988b9bc8790d77f590",
  1458. "shasum": ""
  1459. },
  1460. "require": {
  1461. - "php": ">=5.3,<8.0-DEV"
  1462. + "php": "~5.3"
  1463. },
  1464. "require-dev": {
  1465. "athletic/athletic": "~0.1.8",
  1466. "ext-pdo": "*",
  1467. "ext-phar": "*",
  1468. "phpunit/phpunit": "~4.0",
  1469. - "squizlabs/php_codesniffer": "~2.0"
  1470. + "squizlabs/php_codesniffer": "2.0.*@ALPHA"
  1471. },
  1472. "type": "library",
  1473. "extra": {
  1474. @@ -1587,8 +1477,8 @@
  1475. }
  1476. },
  1477. "autoload": {
  1478. - "psr-4": {
  1479. - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1480. + "psr-0": {
  1481. + "Doctrine\\Instantiator\\": "src"
  1482. }
  1483. },
  1484. "notification-url": "https://packagist.org/downloads/",
  1485. @@ -1608,7 +1498,7 @@
  1486. "constructor",
  1487. "instantiate"
  1488. ],
  1489. - "time": "2015-06-14T21:17:01+00:00"
  1490. + "time": "2014-08-25T15:09:25+00:00"
  1491. },
  1492. {
  1493. "name": "friendsofphp/php-cs-fixer",
  1494. @@ -1700,40 +1590,37 @@
  1495. },
  1496. {
  1497. "name": "myclabs/deep-copy",
  1498. - "version": "1.7.0",
  1499. + "version": "1.3.0",
  1500. "source": {
  1501. "type": "git",
  1502. "url": "https://github.com/myclabs/DeepCopy.git",
  1503. - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  1504. + "reference": "96fbdc07635989c35c5a1912379f4c4b2ab15fd5"
  1505. },
  1506. "dist": {
  1507. "type": "zip",
  1508. - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  1509. - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  1510. + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/96fbdc07635989c35c5a1912379f4c4b2ab15fd5",
  1511. + "reference": "96fbdc07635989c35c5a1912379f4c4b2ab15fd5",
  1512. "shasum": ""
  1513. },
  1514. "require": {
  1515. - "php": "^5.6 || ^7.0"
  1516. + "php": ">=5.4.0"
  1517. },
  1518. "require-dev": {
  1519. - "doctrine/collections": "^1.0",
  1520. - "doctrine/common": "^2.6",
  1521. - "phpunit/phpunit": "^4.1"
  1522. + "doctrine/collections": "1.*",
  1523. + "phpunit/phpunit": "~4.1"
  1524. },
  1525. "type": "library",
  1526. "autoload": {
  1527. "psr-4": {
  1528. "DeepCopy\\": "src/DeepCopy/"
  1529. - },
  1530. - "files": [
  1531. - "src/DeepCopy/deep_copy.php"
  1532. - ]
  1533. + }
  1534. },
  1535. "notification-url": "https://packagist.org/downloads/",
  1536. "license": [
  1537. "MIT"
  1538. ],
  1539. "description": "Create deep copies (clones) of your objects",
  1540. + "homepage": "https://github.com/myclabs/DeepCopy",
  1541. "keywords": [
  1542. "clone",
  1543. "copy",
  1544. @@ -1741,238 +1628,134 @@
  1545. "object",
  1546. "object graph"
  1547. ],
  1548. - "time": "2017-10-19T19:58:43+00:00"
  1549. + "time": "2015-03-21T22:40:23+00:00"
  1550. },
  1551. {
  1552. "name": "paragonie/random_compat",
  1553. - "version": "v2.0.18",
  1554. + "version": "v9.99.99",
  1555. "source": {
  1556. "type": "git",
  1557. "url": "https://github.com/paragonie/random_compat.git",
  1558. - "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
  1559. - },
  1560. - "dist": {
  1561. - "type": "zip",
  1562. - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  1563. - "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  1564. - "shasum": ""
  1565. - },
  1566. - "require": {
  1567. - "php": ">=5.2.0"
  1568. - },
  1569. - "require-dev": {
  1570. - "phpunit/phpunit": "4.*|5.*"
  1571. - },
  1572. - "suggest": {
  1573. - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1574. - },
  1575. - "type": "library",
  1576. - "autoload": {
  1577. - "files": [
  1578. - "lib/random.php"
  1579. - ]
  1580. - },
  1581. - "notification-url": "https://packagist.org/downloads/",
  1582. - "license": [
  1583. - "MIT"
  1584. - ],
  1585. - "authors": [
  1586. - {
  1587. - "name": "Paragon Initiative Enterprises",
  1588. - "email": "security@paragonie.com",
  1589. - "homepage": "https://paragonie.com"
  1590. - }
  1591. - ],
  1592. - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1593. - "keywords": [
  1594. - "csprng",
  1595. - "polyfill",
  1596. - "pseudorandom",
  1597. - "random"
  1598. - ],
  1599. - "time": "2019-01-03T20:59:08+00:00"
  1600. - },
  1601. - {
  1602. - "name": "php-cs-fixer/diff",
  1603. - "version": "v1.3.0",
  1604. - "source": {
  1605. - "type": "git",
  1606. - "url": "https://github.com/PHP-CS-Fixer/diff.git",
  1607. - "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
  1608. - },
  1609. - "dist": {
  1610. - "type": "zip",
  1611. - "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
  1612. - "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
  1613. - "shasum": ""
  1614. - },
  1615. - "require": {
  1616. - "php": "^5.6 || ^7.0"
  1617. - },
  1618. - "require-dev": {
  1619. - "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  1620. - "symfony/process": "^3.3"
  1621. - },
  1622. - "type": "library",
  1623. - "autoload": {
  1624. - "classmap": [
  1625. - "src/"
  1626. - ]
  1627. - },
  1628. - "notification-url": "https://packagist.org/downloads/",
  1629. - "license": [
  1630. - "BSD-3-Clause"
  1631. - ],
  1632. - "authors": [
  1633. - {
  1634. - "name": "Kore Nordmann",
  1635. - "email": "mail@kore-nordmann.de"
  1636. - },
  1637. - {
  1638. - "name": "Sebastian Bergmann",
  1639. - "email": "sebastian@phpunit.de"
  1640. - },
  1641. - {
  1642. - "name": "SpacePossum"
  1643. - }
  1644. - ],
  1645. - "description": "sebastian/diff v2 backport support for PHP5.6",
  1646. - "homepage": "https://github.com/PHP-CS-Fixer",
  1647. - "keywords": [
  1648. - "diff"
  1649. - ],
  1650. - "time": "2018-02-15T16:58:55+00:00"
  1651. - },
  1652. - {
  1653. - "name": "phpdocumentor/reflection-common",
  1654. - "version": "1.0.1",
  1655. - "source": {
  1656. - "type": "git",
  1657. - "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1658. - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  1659. + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1660. },
  1661. "dist": {
  1662. "type": "zip",
  1663. - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1664. - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1665. + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1666. + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1667. "shasum": ""
  1668. },
  1669. "require": {
  1670. - "php": ">=5.5"
  1671. + "php": "^7"
  1672. },
  1673. "require-dev": {
  1674. - "phpunit/phpunit": "^4.6"
  1675. - },
  1676. - "type": "library",
  1677. - "extra": {
  1678. - "branch-alias": {
  1679. - "dev-master": "1.0.x-dev"
  1680. - }
  1681. - },
  1682. - "autoload": {
  1683. - "psr-4": {
  1684. - "phpDocumentor\\Reflection\\": [
  1685. - "src"
  1686. - ]
  1687. - }
  1688. + "phpunit/phpunit": "4.*|5.*",
  1689. + "vimeo/psalm": "^1"
  1690. },
  1691. + "suggest": {
  1692. + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1693. + },
  1694. + "type": "library",
  1695. "notification-url": "https://packagist.org/downloads/",
  1696. "license": [
  1697. "MIT"
  1698. ],
  1699. "authors": [
  1700. {
  1701. - "name": "Jaap van Otterdijk",
  1702. - "email": "opensource@ijaap.nl"
  1703. + "name": "Paragon Initiative Enterprises",
  1704. + "email": "security@paragonie.com",
  1705. + "homepage": "https://paragonie.com"
  1706. }
  1707. ],
  1708. - "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1709. - "homepage": "http://www.phpdoc.org",
  1710. + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1711. "keywords": [
  1712. - "FQSEN",
  1713. - "phpDocumentor",
  1714. - "phpdoc",
  1715. - "reflection",
  1716. - "static analysis"
  1717. + "csprng",
  1718. + "polyfill",
  1719. + "pseudorandom",
  1720. + "random"
  1721. ],
  1722. - "time": "2017-09-11T18:02:19+00:00"
  1723. + "time": "2018-07-02T15:55:56+00:00"
  1724. },
  1725. {
  1726. - "name": "phpdocumentor/reflection-docblock",
  1727. - "version": "3.3.2",
  1728. + "name": "php-cs-fixer/diff",
  1729. + "version": "v1.3.0",
  1730. "source": {
  1731. "type": "git",
  1732. - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1733. - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
  1734. + "url": "https://github.com/PHP-CS-Fixer/diff.git",
  1735. + "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
  1736. },
  1737. "dist": {
  1738. "type": "zip",
  1739. - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
  1740. - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
  1741. + "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
  1742. + "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
  1743. "shasum": ""
  1744. },
  1745. "require": {
  1746. - "php": "^5.6 || ^7.0",
  1747. - "phpdocumentor/reflection-common": "^1.0.0",
  1748. - "phpdocumentor/type-resolver": "^0.4.0",
  1749. - "webmozart/assert": "^1.0"
  1750. + "php": "^5.6 || ^7.0"
  1751. },
  1752. "require-dev": {
  1753. - "mockery/mockery": "^0.9.4",
  1754. - "phpunit/phpunit": "^4.4"
  1755. + "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  1756. + "symfony/process": "^3.3"
  1757. },
  1758. "type": "library",
  1759. "autoload": {
  1760. - "psr-4": {
  1761. - "phpDocumentor\\Reflection\\": [
  1762. - "src/"
  1763. - ]
  1764. - }
  1765. + "classmap": [
  1766. + "src/"
  1767. + ]
  1768. },
  1769. "notification-url": "https://packagist.org/downloads/",
  1770. "license": [
  1771. - "MIT"
  1772. + "BSD-3-Clause"
  1773. ],
  1774. "authors": [
  1775. {
  1776. - "name": "Mike van Riel",
  1777. - "email": "me@mikevanriel.com"
  1778. + "name": "Kore Nordmann",
  1779. + "email": "mail@kore-nordmann.de"
  1780. + },
  1781. + {
  1782. + "name": "Sebastian Bergmann",
  1783. + "email": "sebastian@phpunit.de"
  1784. + },
  1785. + {
  1786. + "name": "SpacePossum"
  1787. }
  1788. ],
  1789. - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1790. - "time": "2017-11-10T14:09:06+00:00"
  1791. + "description": "sebastian/diff v2 backport support for PHP5.6",
  1792. + "homepage": "https://github.com/PHP-CS-Fixer",
  1793. + "keywords": [
  1794. + "diff"
  1795. + ],
  1796. + "time": "2018-02-15T16:58:55+00:00"
  1797. },
  1798. {
  1799. - "name": "phpdocumentor/type-resolver",
  1800. - "version": "0.4.0",
  1801. + "name": "phpdocumentor/reflection-docblock",
  1802. + "version": "2.0.0",
  1803. "source": {
  1804. "type": "git",
  1805. - "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1806. - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  1807. + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1808. + "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5"
  1809. },
  1810. "dist": {
  1811. "type": "zip",
  1812. - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  1813. - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  1814. + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66ae84e9d7c8ea85c979cb65977bd8e608baf0c5",
  1815. + "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5",
  1816. "shasum": ""
  1817. },
  1818. "require": {
  1819. - "php": "^5.5 || ^7.0",
  1820. - "phpdocumentor/reflection-common": "^1.0"
  1821. + "dflydev/markdown": "1.0.*",
  1822. + "php": ">=5.3.3"
  1823. },
  1824. "require-dev": {
  1825. - "mockery/mockery": "^0.9.4",
  1826. - "phpunit/phpunit": "^5.2||^4.8.24"
  1827. + "phpunit/phpunit": "3.7.*@stable"
  1828. },
  1829. "type": "library",
  1830. "extra": {
  1831. "branch-alias": {
  1832. - "dev-master": "1.0.x-dev"
  1833. + "dev-master": "2.0.x-dev"
  1834. }
  1835. },
  1836. "autoload": {
  1837. - "psr-4": {
  1838. - "phpDocumentor\\Reflection\\": [
  1839. + "psr-0": {
  1840. + "phpDocumentor": [
  1841. "src/"
  1842. ]
  1843. }
  1844. @@ -1984,40 +1767,36 @@
  1845. "authors": [
  1846. {
  1847. "name": "Mike van Riel",
  1848. - "email": "me@mikevanriel.com"
  1849. + "email": "mike.vanriel@naenius.com"
  1850. }
  1851. ],
  1852. - "time": "2017-07-14T14:27:02+00:00"
  1853. + "time": "2013-08-07T11:04:22+00:00"
  1854. },
  1855. {
  1856. "name": "phpspec/prophecy",
  1857. - "version": "1.8.0",
  1858. + "version": "v1.3.1",
  1859. "source": {
  1860. "type": "git",
  1861. "url": "https://github.com/phpspec/prophecy.git",
  1862. - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
  1863. + "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9"
  1864. },
  1865. "dist": {
  1866. "type": "zip",
  1867. - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  1868. - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  1869. + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9",
  1870. + "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9",
  1871. "shasum": ""
  1872. },
  1873. "require": {
  1874. - "doctrine/instantiator": "^1.0.2",
  1875. - "php": "^5.3|^7.0",
  1876. - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  1877. - "sebastian/comparator": "^1.1|^2.0|^3.0",
  1878. - "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  1879. + "doctrine/instantiator": "~1.0,>=1.0.2",
  1880. + "phpdocumentor/reflection-docblock": "~2.0"
  1881. },
  1882. "require-dev": {
  1883. - "phpspec/phpspec": "^2.5|^3.2",
  1884. - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1885. + "phpspec/phpspec": "~2.0"
  1886. },
  1887. "type": "library",
  1888. "extra": {
  1889. "branch-alias": {
  1890. - "dev-master": "1.8.x-dev"
  1891. + "dev-master": "1.2.x-dev"
  1892. }
  1893. },
  1894. "autoload": {
  1895. @@ -2041,7 +1820,7 @@
  1896. }
  1897. ],
  1898. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1899. - "homepage": "https://github.com/phpspec/prophecy",
  1900. + "homepage": "http://phpspec.org",
  1901. "keywords": [
  1902. "Double",
  1903. "Dummy",
  1904. @@ -2050,39 +1829,39 @@
  1905. "spy",
  1906. "stub"
  1907. ],
  1908. - "time": "2018-08-05T17:53:17+00:00"
  1909. + "time": "2014-11-17T16:23:49+00:00"
  1910. },
  1911. {
  1912. "name": "phpunit/php-code-coverage",
  1913. - "version": "4.0.8",
  1914. + "version": "4.0.3",
  1915. "source": {
  1916. "type": "git",
  1917. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1918. - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  1919. + "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929"
  1920. },
  1921. "dist": {
  1922. "type": "zip",
  1923. - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  1924. - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  1925. + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/903fd6318d0a90b4770a009ff73e4a4e9c437929",
  1926. + "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929",
  1927. "shasum": ""
  1928. },
  1929. "require": {
  1930. - "ext-dom": "*",
  1931. - "ext-xmlwriter": "*",
  1932. "php": "^5.6 || ^7.0",
  1933. - "phpunit/php-file-iterator": "^1.3",
  1934. - "phpunit/php-text-template": "^1.2",
  1935. - "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  1936. - "sebastian/code-unit-reverse-lookup": "^1.0",
  1937. + "phpunit/php-file-iterator": "~1.3",
  1938. + "phpunit/php-text-template": "~1.2",
  1939. + "phpunit/php-token-stream": "^1.4.2",
  1940. + "sebastian/code-unit-reverse-lookup": "~1.0",
  1941. "sebastian/environment": "^1.3.2 || ^2.0",
  1942. - "sebastian/version": "^1.0 || ^2.0"
  1943. + "sebastian/version": "~1.0|~2.0"
  1944. },
  1945. "require-dev": {
  1946. - "ext-xdebug": "^2.1.4",
  1947. - "phpunit/phpunit": "^5.7"
  1948. + "ext-xdebug": ">=2.1.4",
  1949. + "phpunit/phpunit": "^5.4"
  1950. },
  1951. "suggest": {
  1952. - "ext-xdebug": "^2.5.1"
  1953. + "ext-dom": "*",
  1954. + "ext-xdebug": ">=2.4.0",
  1955. + "ext-xmlwriter": "*"
  1956. },
  1957. "type": "library",
  1958. "extra": {
  1959. @@ -2113,20 +1892,20 @@
  1960. "testing",
  1961. "xunit"
  1962. ],
  1963. - "time": "2017-04-02T07:44:40+00:00"
  1964. + "time": "2016-11-28T16:00:31+00:00"
  1965. },
  1966. {
  1967. "name": "phpunit/php-file-iterator",
  1968. - "version": "1.4.5",
  1969. + "version": "1.4.0",
  1970. "source": {
  1971. "type": "git",
  1972. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1973. - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  1974. + "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
  1975. },
  1976. "dist": {
  1977. "type": "zip",
  1978. - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1979. - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1980. + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
  1981. + "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
  1982. "shasum": ""
  1983. },
  1984. "require": {
  1985. @@ -2160,20 +1939,20 @@
  1986. "filesystem",
  1987. "iterator"
  1988. ],
  1989. - "time": "2017-11-27T13:52:08+00:00"
  1990. + "time": "2015-04-02T05:19:05+00:00"
  1991. },
  1992. {
  1993. "name": "phpunit/php-text-template",
  1994. - "version": "1.2.1",
  1995. + "version": "1.2.0",
  1996. "source": {
  1997. "type": "git",
  1998. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1999. - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2000. + "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  2001. },
  2002. "dist": {
  2003. "type": "zip",
  2004. - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2005. - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2006. + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  2007. + "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  2008. "shasum": ""
  2009. },
  2010. "require": {
  2011. @@ -2182,17 +1961,20 @@
  2012. "type": "library",
  2013. "autoload": {
  2014. "classmap": [
  2015. - "src/"
  2016. + "Text/"
  2017. ]
  2018. },
  2019. "notification-url": "https://packagist.org/downloads/",
  2020. + "include-path": [
  2021. + ""
  2022. + ],
  2023. "license": [
  2024. "BSD-3-Clause"
  2025. ],
  2026. "authors": [
  2027. {
  2028. "name": "Sebastian Bergmann",
  2029. - "email": "sebastian@phpunit.de",
  2030. + "email": "sb@sebastian-bergmann.de",
  2031. "role": "lead"
  2032. }
  2033. ],
  2034. @@ -2201,34 +1983,26 @@
  2035. "keywords": [
  2036. "template"
  2037. ],
  2038. - "time": "2015-06-21T13:50:34+00:00"
  2039. + "time": "2014-01-30T17:20:04+00:00"
  2040. },
  2041. {
  2042. "name": "phpunit/php-timer",
  2043. - "version": "1.0.9",
  2044. + "version": "1.0.6",
  2045. "source": {
  2046. "type": "git",
  2047. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2048. - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  2049. + "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
  2050. },
  2051. "dist": {
  2052. "type": "zip",
  2053. - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2054. - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2055. + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
  2056. + "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
  2057. "shasum": ""
  2058. },
  2059. "require": {
  2060. - "php": "^5.3.3 || ^7.0"
  2061. - },
  2062. - "require-dev": {
  2063. - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2064. + "php": ">=5.3.3"
  2065. },
  2066. "type": "library",
  2067. - "extra": {
  2068. - "branch-alias": {
  2069. - "dev-master": "1.0-dev"
  2070. - }
  2071. - },
  2072. "autoload": {
  2073. "classmap": [
  2074. "src/"
  2075. @@ -2250,20 +2024,20 @@
  2076. "keywords": [
  2077. "timer"
  2078. ],
  2079. - "time": "2017-02-26T11:10:40+00:00"
  2080. + "time": "2015-06-13T07:35:30+00:00"
  2081. },
  2082. {
  2083. "name": "phpunit/php-token-stream",
  2084. - "version": "1.4.12",
  2085. + "version": "1.4.2",
  2086. "source": {
  2087. "type": "git",
  2088. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2089. - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
  2090. + "reference": "db63be1159c81df649cd0260e30249a586d4129e"
  2091. },
  2092. "dist": {
  2093. "type": "zip",
  2094. - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
  2095. - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
  2096. + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db63be1159c81df649cd0260e30249a586d4129e",
  2097. + "reference": "db63be1159c81df649cd0260e30249a586d4129e",
  2098. "shasum": ""
  2099. },
  2100. "require": {
  2101. @@ -2299,20 +2073,20 @@
  2102. "keywords": [
  2103. "tokenizer"
  2104. ],
  2105. - "time": "2017-12-04T08:55:13+00:00"
  2106. + "time": "2015-06-12T07:34:24+00:00"
  2107. },
  2108. {
  2109. "name": "phpunit/phpunit",
  2110. - "version": "5.7.27",
  2111. + "version": "5.7.0",
  2112. "source": {
  2113. "type": "git",
  2114. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2115. - "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
  2116. + "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c"
  2117. },
  2118. "dist": {
  2119. "type": "zip",
  2120. - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  2121. - "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  2122. + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
  2123. + "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
  2124. "shasum": ""
  2125. },
  2126. "require": {
  2127. @@ -2323,21 +2097,21 @@
  2128. "ext-xml": "*",
  2129. "myclabs/deep-copy": "~1.3",
  2130. "php": "^5.6 || ^7.0",
  2131. - "phpspec/prophecy": "^1.6.2",
  2132. - "phpunit/php-code-coverage": "^4.0.4",
  2133. + "phpspec/prophecy": "^1.3.1",
  2134. + "phpunit/php-code-coverage": "^4.0.3",
  2135. "phpunit/php-file-iterator": "~1.4",
  2136. "phpunit/php-text-template": "~1.2",
  2137. "phpunit/php-timer": "^1.0.6",
  2138. "phpunit/phpunit-mock-objects": "^3.2",
  2139. - "sebastian/comparator": "^1.2.4",
  2140. - "sebastian/diff": "^1.4.3",
  2141. + "sebastian/comparator": "~1.2.2",
  2142. + "sebastian/diff": "~1.2",
  2143. "sebastian/environment": "^1.3.4 || ^2.0",
  2144. "sebastian/exporter": "~2.0",
  2145. - "sebastian/global-state": "^1.1",
  2146. + "sebastian/global-state": "~1.0",
  2147. "sebastian/object-enumerator": "~2.0",
  2148. "sebastian/resource-operations": "~1.0",
  2149. - "sebastian/version": "^1.0.6|^2.0.1",
  2150. - "symfony/yaml": "~2.1|~3.0|~4.0"
  2151. + "sebastian/version": "~1.0|~2.0",
  2152. + "symfony/yaml": "~2.1|~3.0"
  2153. },
  2154. "conflict": {
  2155. "phpdocumentor/reflection-docblock": "3.0.2"
  2156. @@ -2381,20 +2155,20 @@
  2157. "testing",
  2158. "xunit"
  2159. ],
  2160. - "time": "2018-02-01T05:50:59+00:00"
  2161. + "time": "2016-12-01T17:04:00+00:00"
  2162. },
  2163. {
  2164. "name": "phpunit/phpunit-mock-objects",
  2165. - "version": "3.4.4",
  2166. + "version": "3.4.1",
  2167. "source": {
  2168. "type": "git",
  2169. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2170. - "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  2171. + "reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc"
  2172. },
  2173. "dist": {
  2174. "type": "zip",
  2175. - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  2176. - "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  2177. + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/45026c8383187ad1dcb14fbfec77dced265b9cfc",
  2178. + "reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc",
  2179. "shasum": ""
  2180. },
  2181. "require": {
  2182. @@ -2441,7 +2215,54 @@
  2183. "xunit"
  2184. ],
  2185. "abandoned": true,
  2186. - "time": "2017-06-30T09:13:00+00:00"
  2187. + "time": "2016-11-19T09:07:46+00:00"
  2188. + },
  2189. + {
  2190. + "name": "psr/log",
  2191. + "version": "1.1.0",
  2192. + "source": {
  2193. + "type": "git",
  2194. + "url": "https://github.com/php-fig/log.git",
  2195. + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  2196. + },
  2197. + "dist": {
  2198. + "type": "zip",
  2199. + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  2200. + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  2201. + "shasum": ""
  2202. + },
  2203. + "require": {
  2204. + "php": ">=5.3.0"
  2205. + },
  2206. + "type": "library",
  2207. + "extra": {
  2208. + "branch-alias": {
  2209. + "dev-master": "1.0.x-dev"
  2210. + }
  2211. + },
  2212. + "autoload": {
  2213. + "psr-4": {
  2214. + "Psr\\Log\\": "Psr/Log/"
  2215. + }
  2216. + },
  2217. + "notification-url": "https://packagist.org/downloads/",
  2218. + "license": [
  2219. + "MIT"
  2220. + ],
  2221. + "authors": [
  2222. + {
  2223. + "name": "PHP-FIG",
  2224. + "homepage": "http://www.php-fig.org/"
  2225. + }
  2226. + ],
  2227. + "description": "Common interface for logging libraries",
  2228. + "homepage": "https://github.com/php-fig/log",
  2229. + "keywords": [
  2230. + "log",
  2231. + "psr",
  2232. + "psr-3"
  2233. + ],
  2234. + "time": "2018-11-20T15:27:04+00:00"
  2235. },
  2236. {
  2237. "name": "roave/security-advisories",
  2238. @@ -2653,23 +2474,23 @@
  2239. },
  2240. {
  2241. "name": "sebastian/code-unit-reverse-lookup",
  2242. - "version": "1.0.1",
  2243. + "version": "1.0.0",
  2244. "source": {
  2245. "type": "git",
  2246. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2247. - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  2248. + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  2249. },
  2250. "dist": {
  2251. "type": "zip",
  2252. - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2253. - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2254. + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2255. + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2256. "shasum": ""
  2257. },
  2258. "require": {
  2259. - "php": "^5.6 || ^7.0"
  2260. + "php": ">=5.6"
  2261. },
  2262. "require-dev": {
  2263. - "phpunit/phpunit": "^5.7 || ^6.0"
  2264. + "phpunit/phpunit": "~5"
  2265. },
  2266. "type": "library",
  2267. "extra": {
  2268. @@ -2694,20 +2515,20 @@
  2269. ],
  2270. "description": "Looks up which function or method a line of code belongs to",
  2271. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  2272. - "time": "2017-03-04T06:30:41+00:00"
  2273. + "time": "2016-02-13T06:45:14+00:00"
  2274. },
  2275. {
  2276. "name": "sebastian/comparator",
  2277. - "version": "1.2.4",
  2278. + "version": "1.2.2",
  2279. "source": {
  2280. "type": "git",
  2281. "url": "https://github.com/sebastianbergmann/comparator.git",
  2282. - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  2283. + "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
  2284. },
  2285. "dist": {
  2286. "type": "zip",
  2287. - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2288. - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2289. + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
  2290. + "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
  2291. "shasum": ""
  2292. },
  2293. "require": {
  2294. @@ -2758,7 +2579,7 @@
  2295. "compare",
  2296. "equality"
  2297. ],
  2298. - "time": "2017-01-29T09:50:25+00:00"
  2299. + "time": "2016-11-19T09:18:40+00:00"
  2300. },
  2301. {
  2302. "name": "sebastian/diff",
  2303. @@ -2814,28 +2635,28 @@
  2304. },
  2305. {
  2306. "name": "sebastian/environment",
  2307. - "version": "2.0.0",
  2308. + "version": "1.3.4",
  2309. "source": {
  2310. "type": "git",
  2311. "url": "https://github.com/sebastianbergmann/environment.git",
  2312. - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  2313. + "reference": "22aa49baa48886f40b060e061a7967436f44a249"
  2314. },
  2315. "dist": {
  2316. "type": "zip",
  2317. - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2318. - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2319. + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/22aa49baa48886f40b060e061a7967436f44a249",
  2320. + "reference": "22aa49baa48886f40b060e061a7967436f44a249",
  2321. "shasum": ""
  2322. },
  2323. "require": {
  2324. - "php": "^5.6 || ^7.0"
  2325. + "php": ">=5.3.3"
  2326. },
  2327. "require-dev": {
  2328. - "phpunit/phpunit": "^5.0"
  2329. + "phpunit/phpunit": "~4.4"
  2330. },
  2331. "type": "library",
  2332. "extra": {
  2333. "branch-alias": {
  2334. - "dev-master": "2.0.x-dev"
  2335. + "dev-master": "1.3.x-dev"
  2336. }
  2337. },
  2338. "autoload": {
  2339. @@ -2860,7 +2681,7 @@
  2340. "environment",
  2341. "hhvm"
  2342. ],
  2343. - "time": "2016-11-26T07:53:53+00:00"
  2344. + "time": "2016-02-26T11:40:57+00:00"
  2345. },
  2346. {
  2347. "name": "sebastian/exporter",
  2348. @@ -2931,16 +2752,16 @@
  2349. },
  2350. {
  2351. "name": "sebastian/global-state",
  2352. - "version": "1.1.1",
  2353. + "version": "1.0.0",
  2354. "source": {
  2355. "type": "git",
  2356. "url": "https://github.com/sebastianbergmann/global-state.git",
  2357. - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  2358. + "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
  2359. },
  2360. "dist": {
  2361. "type": "zip",
  2362. - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2363. - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2364. + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  2365. + "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  2366. "shasum": ""
  2367. },
  2368. "require": {
  2369. @@ -2978,20 +2799,20 @@
  2370. "keywords": [
  2371. "global state"
  2372. ],
  2373. - "time": "2015-10-12T03:26:01+00:00"
  2374. + "time": "2014-10-06T09:23:50+00:00"
  2375. },
  2376. {
  2377. "name": "sebastian/object-enumerator",
  2378. - "version": "2.0.1",
  2379. + "version": "2.0.0",
  2380. "source": {
  2381. "type": "git",
  2382. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  2383. - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  2384. + "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
  2385. },
  2386. "dist": {
  2387. "type": "zip",
  2388. - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  2389. - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  2390. + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
  2391. + "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
  2392. "shasum": ""
  2393. },
  2394. "require": {
  2395. @@ -3024,7 +2845,7 @@
  2396. ],
  2397. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  2398. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  2399. - "time": "2017-02-18T15:18:39+00:00"
  2400. + "time": "2016-11-19T07:35:10+00:00"
  2401. },
  2402. {
  2403. "name": "sebastian/recursion-context",
  2404. @@ -3123,27 +2944,19 @@
  2405. },
  2406. {
  2407. "name": "sebastian/version",
  2408. - "version": "2.0.1",
  2409. + "version": "1.0.0",
  2410. "source": {
  2411. "type": "git",
  2412. "url": "https://github.com/sebastianbergmann/version.git",
  2413. - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  2414. + "reference": "16b021aed448b654ae05846e394e057e9a6f04cb"
  2415. },
  2416. "dist": {
  2417. "type": "zip",
  2418. - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  2419. - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  2420. + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/16b021aed448b654ae05846e394e057e9a6f04cb",
  2421. + "reference": "16b021aed448b654ae05846e394e057e9a6f04cb",
  2422. "shasum": ""
  2423. },
  2424. - "require": {
  2425. - "php": ">=5.6"
  2426. - },
  2427. "type": "library",
  2428. - "extra": {
  2429. - "branch-alias": {
  2430. - "dev-master": "2.0.x-dev"
  2431. - }
  2432. - },
  2433. "autoload": {
  2434. "classmap": [
  2435. "src/"
  2436. @@ -3162,34 +2975,35 @@
  2437. ],
  2438. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2439. "homepage": "https://github.com/sebastianbergmann/version",
  2440. - "time": "2016-10-03T07:35:21+00:00"
  2441. + "time": "2013-01-05T14:27:32+00:00"
  2442. },
  2443. {
  2444. "name": "symfony/event-dispatcher",
  2445. - "version": "v3.4.27",
  2446. + "version": "v4.2.8",
  2447. "source": {
  2448. "type": "git",
  2449. "url": "https://github.com/symfony/event-dispatcher.git",
  2450. - "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff"
  2451. + "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02"
  2452. },
  2453. "dist": {
  2454. "type": "zip",
  2455. - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff",
  2456. - "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff",
  2457. + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fbce53cd74ac509cbe74b6f227622650ab759b02",
  2458. + "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02",
  2459. "shasum": ""
  2460. },
  2461. "require": {
  2462. - "php": "^5.5.9|>=7.0.8"
  2463. + "php": "^7.1.3",
  2464. + "symfony/contracts": "^1.0"
  2465. },
  2466. "conflict": {
  2467. - "symfony/dependency-injection": "<3.3"
  2468. + "symfony/dependency-injection": "<3.4"
  2469. },
  2470. "require-dev": {
  2471. "psr/log": "~1.0",
  2472. - "symfony/config": "~2.8|~3.0|~4.0",
  2473. - "symfony/dependency-injection": "~3.3|~4.0",
  2474. - "symfony/expression-language": "~2.8|~3.0|~4.0",
  2475. - "symfony/stopwatch": "~2.8|~3.0|~4.0"
  2476. + "symfony/config": "~3.4|~4.0",
  2477. + "symfony/dependency-injection": "~3.4|~4.0",
  2478. + "symfony/expression-language": "~3.4|~4.0",
  2479. + "symfony/stopwatch": "~3.4|~4.0"
  2480. },
  2481. "suggest": {
  2482. "symfony/dependency-injection": "",
  2483. @@ -3198,7 +3012,7 @@
  2484. "type": "library",
  2485. "extra": {
  2486. "branch-alias": {
  2487. - "dev-master": "3.4-dev"
  2488. + "dev-master": "4.2-dev"
  2489. }
  2490. },
  2491. "autoload": {
  2492. @@ -3225,30 +3039,30 @@
  2493. ],
  2494. "description": "Symfony EventDispatcher Component",
  2495. "homepage": "https://symfony.com",
  2496. - "time": "2019-04-02T08:51:52+00:00"
  2497. + "time": "2019-04-06T13:51:08+00:00"
  2498. },
  2499. {
  2500. "name": "symfony/filesystem",
  2501. - "version": "v3.4.27",
  2502. + "version": "v4.2.8",
  2503. "source": {
  2504. "type": "git",
  2505. "url": "https://github.com/symfony/filesystem.git",
  2506. - "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb"
  2507. + "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601"
  2508. },
  2509. "dist": {
  2510. "type": "zip",
  2511. - "url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb",
  2512. - "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb",
  2513. + "url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601",
  2514. + "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601",
  2515. "shasum": ""
  2516. },
  2517. "require": {
  2518. - "php": "^5.5.9|>=7.0.8",
  2519. + "php": "^7.1.3",
  2520. "symfony/polyfill-ctype": "~1.8"
  2521. },
  2522. "type": "library",
  2523. "extra": {
  2524. "branch-alias": {
  2525. - "dev-master": "3.4-dev"
  2526. + "dev-master": "4.2-dev"
  2527. }
  2528. },
  2529. "autoload": {
  2530. @@ -3275,29 +3089,29 @@
  2531. ],
  2532. "description": "Symfony Filesystem Component",
  2533. "homepage": "https://symfony.com",
  2534. - "time": "2019-02-04T21:34:32+00:00"
  2535. + "time": "2019-02-07T11:40:08+00:00"
  2536. },
  2537. {
  2538. "name": "symfony/finder",
  2539. - "version": "v3.4.27",
  2540. + "version": "v4.2.8",
  2541. "source": {
  2542. "type": "git",
  2543. "url": "https://github.com/symfony/finder.git",
  2544. - "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98"
  2545. + "reference": "e45135658bd6c14b61850bf131c4f09a55133f69"
  2546. },
  2547. "dist": {
  2548. "type": "zip",
  2549. - "url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
  2550. - "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
  2551. + "url": "https://api.github.com/repos/symfony/finder/zipball/e45135658bd6c14b61850bf131c4f09a55133f69",
  2552. + "reference": "e45135658bd6c14b61850bf131c4f09a55133f69",
  2553. "shasum": ""
  2554. },
  2555. "require": {
  2556. - "php": "^5.5.9|>=7.0.8"
  2557. + "php": "^7.1.3"
  2558. },
  2559. "type": "library",
  2560. "extra": {
  2561. "branch-alias": {
  2562. - "dev-master": "3.4-dev"
  2563. + "dev-master": "4.2-dev"
  2564. }
  2565. },
  2566. "autoload": {
  2567. @@ -3324,29 +3138,29 @@
  2568. ],
  2569. "description": "Symfony Finder Component",
  2570. "homepage": "https://symfony.com",
  2571. - "time": "2019-04-02T19:54:57+00:00"
  2572. + "time": "2019-04-06T13:51:08+00:00"
  2573. },
  2574. {
  2575. "name": "symfony/options-resolver",
  2576. - "version": "v3.4.27",
  2577. + "version": "v4.2.8",
  2578. "source": {
  2579. "type": "git",
  2580. "url": "https://github.com/symfony/options-resolver.git",
  2581. - "reference": "ed3b397f9c07c8ca388b2a1ef744403b4d4ecc44"
  2582. + "reference": "fd4a5f27b7cd085b489247b9890ebca9f3e10044"
  2583. },
  2584. "dist": {
  2585. "type": "zip",
  2586. - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ed3b397f9c07c8ca388b2a1ef744403b4d4ecc44",
  2587. - "reference": "ed3b397f9c07c8ca388b2a1ef744403b4d4ecc44",
  2588. + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/fd4a5f27b7cd085b489247b9890ebca9f3e10044",
  2589. + "reference": "fd4a5f27b7cd085b489247b9890ebca9f3e10044",
  2590. "shasum": ""
  2591. },
  2592. "require": {
  2593. - "php": "^5.5.9|>=7.0.8"
  2594. + "php": "^7.1.3"
  2595. },
  2596. "type": "library",
  2597. "extra": {
  2598. "branch-alias": {
  2599. - "dev-master": "3.4-dev"
  2600. + "dev-master": "4.2-dev"
  2601. }
  2602. },
  2603. "autoload": {
  2604. @@ -3378,7 +3192,65 @@
  2605. "configuration",
  2606. "options"
  2607. ],
  2608. - "time": "2019-04-10T16:00:48+00:00"
  2609. + "time": "2019-04-10T16:20:36+00:00"
  2610. + },
  2611. + {
  2612. + "name": "symfony/polyfill-ctype",
  2613. + "version": "v1.11.0",
  2614. + "source": {
  2615. + "type": "git",
  2616. + "url": "https://github.com/symfony/polyfill-ctype.git",
  2617. + "reference": "82ebae02209c21113908c229e9883c419720738a"
  2618. + },
  2619. + "dist": {
  2620. + "type": "zip",
  2621. + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  2622. + "reference": "82ebae02209c21113908c229e9883c419720738a",
  2623. + "shasum": ""
  2624. + },
  2625. + "require": {
  2626. + "php": ">=5.3.3"
  2627. + },
  2628. + "suggest": {
  2629. + "ext-ctype": "For best performance"
  2630. + },
  2631. + "type": "library",
  2632. + "extra": {
  2633. + "branch-alias": {
  2634. + "dev-master": "1.11-dev"
  2635. + }
  2636. + },
  2637. + "autoload": {
  2638. + "psr-4": {
  2639. + "Symfony\\Polyfill\\Ctype\\": ""
  2640. + },
  2641. + "files": [
  2642. + "bootstrap.php"
  2643. + ]
  2644. + },
  2645. + "notification-url": "https://packagist.org/downloads/",
  2646. + "license": [
  2647. + "MIT"
  2648. + ],
  2649. + "authors": [
  2650. + {
  2651. + "name": "Symfony Community",
  2652. + "homepage": "https://symfony.com/contributors"
  2653. + },
  2654. + {
  2655. + "name": "Gert de Pagter",
  2656. + "email": "BackEndTea@gmail.com"
  2657. + }
  2658. + ],
  2659. + "description": "Symfony polyfill for ctype functions",
  2660. + "homepage": "https://symfony.com",
  2661. + "keywords": [
  2662. + "compatibility",
  2663. + "ctype",
  2664. + "polyfill",
  2665. + "portable"
  2666. + ],
  2667. + "time": "2019-02-06T07:57:58+00:00"
  2668. },
  2669. {
  2670. "name": "symfony/polyfill-php70",
  2671. @@ -3496,25 +3368,25 @@
  2672. },
  2673. {
  2674. "name": "symfony/process",
  2675. - "version": "v3.4.27",
  2676. + "version": "v4.2.8",
  2677. "source": {
  2678. "type": "git",
  2679. "url": "https://github.com/symfony/process.git",
  2680. - "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a"
  2681. + "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe"
  2682. },
  2683. "dist": {
  2684. "type": "zip",
  2685. - "url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a",
  2686. - "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a",
  2687. + "url": "https://api.github.com/repos/symfony/process/zipball/8cf39fb4ccff793340c258ee7760fd40bfe745fe",
  2688. + "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe",
  2689. "shasum": ""
  2690. },
  2691. "require": {
  2692. - "php": "^5.5.9|>=7.0.8"
  2693. + "php": "^7.1.3"
  2694. },
  2695. "type": "library",
  2696. "extra": {
  2697. "branch-alias": {
  2698. - "dev-master": "3.4-dev"
  2699. + "dev-master": "4.2-dev"
  2700. }
  2701. },
  2702. "autoload": {
  2703. @@ -3541,29 +3413,30 @@
  2704. ],
  2705. "description": "Symfony Process Component",
  2706. "homepage": "https://symfony.com",
  2707. - "time": "2019-04-08T16:15:54+00:00"
  2708. + "time": "2019-04-10T16:20:36+00:00"
  2709. },
  2710. {
  2711. "name": "symfony/stopwatch",
  2712. - "version": "v3.4.27",
  2713. + "version": "v4.2.8",
  2714. "source": {
  2715. "type": "git",
  2716. "url": "https://github.com/symfony/stopwatch.git",
  2717. - "reference": "2a651c2645c10bbedd21170771f122d935e0dd58"
  2718. + "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67"
  2719. },
  2720. "dist": {
  2721. "type": "zip",
  2722. - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2a651c2645c10bbedd21170771f122d935e0dd58",
  2723. - "reference": "2a651c2645c10bbedd21170771f122d935e0dd58",
  2724. + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
  2725. + "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
  2726. "shasum": ""
  2727. },
  2728. "require": {
  2729. - "php": "^5.5.9|>=7.0.8"
  2730. + "php": "^7.1.3",
  2731. + "symfony/contracts": "^1.0"
  2732. },
  2733. "type": "library",
  2734. "extra": {
  2735. "branch-alias": {
  2736. - "dev-master": "3.4-dev"
  2737. + "dev-master": "4.2-dev"
  2738. }
  2739. },
  2740. "autoload": {
  2741. @@ -3590,40 +3463,48 @@
  2742. ],
  2743. "description": "Symfony Stopwatch Component",
  2744. "homepage": "https://symfony.com",
  2745. - "time": "2019-01-16T09:39:14+00:00"
  2746. + "time": "2019-01-16T20:31:39+00:00"
  2747. },
  2748. {
  2749. - "name": "webmozart/assert",
  2750. - "version": "1.4.0",
  2751. + "name": "symfony/yaml",
  2752. + "version": "v3.4.27",
  2753. "source": {
  2754. "type": "git",
  2755. - "url": "https://github.com/webmozart/assert.git",
  2756. - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
  2757. + "url": "https://github.com/symfony/yaml.git",
  2758. + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
  2759. },
  2760. "dist": {
  2761. "type": "zip",
  2762. - "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
  2763. - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
  2764. + "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  2765. + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  2766. "shasum": ""
  2767. },
  2768. "require": {
  2769. - "php": "^5.3.3 || ^7.0",
  2770. - "symfony/polyfill-ctype": "^1.8"
  2771. + "php": "^5.5.9|>=7.0.8",
  2772. + "symfony/polyfill-ctype": "~1.8"
  2773. + },
  2774. + "conflict": {
  2775. + "symfony/console": "<3.4"
  2776. },
  2777. "require-dev": {
  2778. - "phpunit/phpunit": "^4.6",
  2779. - "sebastian/version": "^1.0.1"
  2780. + "symfony/console": "~3.4|~4.0"
  2781. + },
  2782. + "suggest": {
  2783. + "symfony/console": "For validating YAML files using the lint command"
  2784. },
  2785. "type": "library",
  2786. "extra": {
  2787. "branch-alias": {
  2788. - "dev-master": "1.3-dev"
  2789. + "dev-master": "3.4-dev"
  2790. }
  2791. },
  2792. "autoload": {
  2793. "psr-4": {
  2794. - "Webmozart\\Assert\\": "src/"
  2795. - }
  2796. + "Symfony\\Component\\Yaml\\": ""
  2797. + },
  2798. + "exclude-from-classmap": [
  2799. + "/Tests/"
  2800. + ]
  2801. },
  2802. "notification-url": "https://packagist.org/downloads/",
  2803. "license": [
  2804. @@ -3631,17 +3512,17 @@
  2805. ],
  2806. "authors": [
  2807. {
  2808. - "name": "Bernhard Schussek",
  2809. - "email": "bschussek@gmail.com"
  2810. + "name": "Fabien Potencier",
  2811. + "email": "fabien@symfony.com"
  2812. + },
  2813. + {
  2814. + "name": "Symfony Community",
  2815. + "homepage": "https://symfony.com/contributors"
  2816. }
  2817. ],
  2818. - "description": "Assertions to validate method input/output with nice error messages.",
  2819. - "keywords": [
  2820. - "assert",
  2821. - "check",
  2822. - "validate"
  2823. - ],
  2824. - "time": "2018-12-25T11:19:39+00:00"
  2825. + "description": "Symfony Yaml Component",
  2826. + "homepage": "https://symfony.com",
  2827. + "time": "2019-03-25T07:48:46+00:00"
  2828. }
  2829. ],
  2830. "aliases": [],