Advertisement
stronk7

Untitled

Dec 30th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.34 KB | None | 0 0
  1. $ git diff composer.lock
  2. diff --git a/composer.lock b/composer.lock
  3. index 3adc700e7c0..673cfb97833 100644
  4. --- a/composer.lock
  5. +++ b/composer.lock
  6. @@ -972,9 +972,6 @@
  7. "require": {
  8. "php": "^7.1 || ^8.0"
  9. },
  10. - "replace": {
  11. - "myclabs/deep-copy": "self.version"
  12. - },
  13. "require-dev": {
  14. "doctrine/collections": "^1.0",
  15. "doctrine/common": "^2.6",
  16. @@ -1963,6 +1960,56 @@
  17. },
  18. "time": "2021-03-05T17:36:06+00:00"
  19. },
  20. + {
  21. + "name": "psr/event-dispatcher",
  22. + "version": "1.0.0",
  23. + "source": {
  24. + "type": "git",
  25. + "url": "https://github.com/php-fig/event-dispatcher.git",
  26. + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  27. + },
  28. + "dist": {
  29. + "type": "zip",
  30. + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  31. + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  32. + "shasum": ""
  33. + },
  34. + "require": {
  35. + "php": ">=7.2.0"
  36. + },
  37. + "type": "library",
  38. + "extra": {
  39. + "branch-alias": {
  40. + "dev-master": "1.0.x-dev"
  41. + }
  42. + },
  43. + "autoload": {
  44. + "psr-4": {
  45. + "Psr\\EventDispatcher\\": "src/"
  46. + }
  47. + },
  48. + "notification-url": "https://packagist.org/downloads/",
  49. + "license": [
  50. + "MIT"
  51. + ],
  52. + "authors": [
  53. + {
  54. + "name": "PHP-FIG",
  55. + "homepage": "http://www.php-fig.org/"
  56. + }
  57. + ],
  58. + "description": "Standard interfaces for event handling.",
  59. + "keywords": [
  60. + "events",
  61. + "psr",
  62. + "psr-14"
  63. + ],
  64. + "support": {
  65. + "issues": "https://github.com/php-fig/event-dispatcher/issues",
  66. + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  67. + },
  68. + "time": "2019-01-08T18:20:26+00:00"
  69. + },
  70. {
  71. "name": "psr/http-message",
  72. "version": "1.0.1",
  73. @@ -2798,16 +2845,16 @@
  74. },
  75. {
  76. "name": "symfony/config",
  77. - "version": "v4.4.34",
  78. + "version": "v4.4.36",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/symfony/config.git",
  82. - "reference": "e99b65a18faa34fde57078095c39a1bc91a22492"
  83. + "reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. - "url": "https://api.github.com/repos/symfony/config/zipball/e99b65a18faa34fde57078095c39a1bc91a22492",
  88. - "reference": "e99b65a18faa34fde57078095c39a1bc91a22492",
  89. + "url": "https://api.github.com/repos/symfony/config/zipball/03218ffbd5faeda5e6a97f9109acebf7973ff385",
  90. + "reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385",
  91. "shasum": ""
  92. },
  93. "require": {
  94. @@ -2856,7 +2903,7 @@
  95. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  96. "homepage": "https://symfony.com",
  97. "support": {
  98. - "source": "https://github.com/symfony/config/tree/v4.4.34"
  99. + "source": "https://github.com/symfony/config/tree/v4.4.36"
  100. },
  101. "funding": [
  102. {
  103. @@ -2872,47 +2919,50 @@
  104. "type": "tidelift"
  105. }
  106. ],
  107. - "time": "2021-10-29T15:43:26+00:00"
  108. + "time": "2021-12-12T15:06:47+00:00"
  109. },
  110. {
  111. "name": "symfony/console",
  112. - "version": "v4.4.34",
  113. + "version": "v5.4.2",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/symfony/console.git",
  117. - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0"
  118. + "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
  119. },
  120. "dist": {
  121. "type": "zip",
  122. - "url": "https://api.github.com/repos/symfony/console/zipball/329b3a75cc6b16d435ba1b1a41df54a53382a3f0",
  123. - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0",
  124. + "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
  125. + "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
  126. "shasum": ""
  127. },
  128. "require": {
  129. - "php": ">=7.1.3",
  130. + "php": ">=7.2.5",
  131. + "symfony/deprecation-contracts": "^2.1|^3",
  132. "symfony/polyfill-mbstring": "~1.0",
  133. - "symfony/polyfill-php73": "^1.8",
  134. + "symfony/polyfill-php73": "^1.9",
  135. "symfony/polyfill-php80": "^1.16",
  136. - "symfony/service-contracts": "^1.1|^2"
  137. + "symfony/service-contracts": "^1.1|^2|^3",
  138. + "symfony/string": "^5.1|^6.0"
  139. },
  140. "conflict": {
  141. "psr/log": ">=3",
  142. - "symfony/dependency-injection": "<3.4",
  143. - "symfony/event-dispatcher": "<4.3|>=5",
  144. + "symfony/dependency-injection": "<4.4",
  145. + "symfony/dotenv": "<5.1",
  146. + "symfony/event-dispatcher": "<4.4",
  147. "symfony/lock": "<4.4",
  148. - "symfony/process": "<3.3"
  149. + "symfony/process": "<4.4"
  150. },
  151. "provide": {
  152. "psr/log-implementation": "1.0|2.0"
  153. },
  154. "require-dev": {
  155. "psr/log": "^1|^2",
  156. - "symfony/config": "^3.4|^4.0|^5.0",
  157. - "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  158. - "symfony/event-dispatcher": "^4.3",
  159. - "symfony/lock": "^4.4|^5.0",
  160. - "symfony/process": "^3.4|^4.0|^5.0",
  161. - "symfony/var-dumper": "^4.3|^5.0"
  162. + "symfony/config": "^4.4|^5.0|^6.0",
  163. + "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  164. + "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  165. + "symfony/lock": "^4.4|^5.0|^6.0",
  166. + "symfony/process": "^4.4|^5.0|^6.0",
  167. + "symfony/var-dumper": "^4.4|^5.0|^6.0"
  168. },
  169. "suggest": {
  170. "psr/log": "For using the console logger",
  171. @@ -2945,8 +2995,14 @@
  172. ],
  173. "description": "Eases the creation of beautiful and testable command line interfaces",
  174. "homepage": "https://symfony.com",
  175. + "keywords": [
  176. + "cli",
  177. + "command line",
  178. + "console",
  179. + "terminal"
  180. + ],
  181. "support": {
  182. - "source": "https://github.com/symfony/console/tree/v4.4.34"
  183. + "source": "https://github.com/symfony/console/tree/v5.4.2"
  184. },
  185. "funding": [
  186. {
  187. @@ -2962,24 +3018,24 @@
  188. "type": "tidelift"
  189. }
  190. ],
  191. - "time": "2021-11-04T12:23:33+00:00"
  192. + "time": "2021-12-20T16:11:12+00:00"
  193. },
  194. {
  195. "name": "symfony/css-selector",
  196. - "version": "v4.4.27",
  197. + "version": "v5.4.2",
  198. "source": {
  199. "type": "git",
  200. "url": "https://github.com/symfony/css-selector.git",
  201. - "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6"
  202. + "reference": "cfcbee910e159df402603502fe387e8b677c22fd"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. - "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
  207. - "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
  208. + "url": "https://api.github.com/repos/symfony/css-selector/zipball/cfcbee910e159df402603502fe387e8b677c22fd",
  209. + "reference": "cfcbee910e159df402603502fe387e8b677c22fd",
  210. "shasum": ""
  211. },
  212. "require": {
  213. - "php": ">=7.1.3",
  214. + "php": ">=7.2.5",
  215. "symfony/polyfill-php80": "^1.16"
  216. },
  217. "type": "library",
  218. @@ -3012,7 +3068,7 @@
  219. "description": "Converts CSS selectors to XPath expressions",
  220. "homepage": "https://symfony.com",
  221. "support": {
  222. - "source": "https://github.com/symfony/css-selector/tree/v4.4.27"
  223. + "source": "https://github.com/symfony/css-selector/tree/v5.4.2"
  224. },
  225. "funding": [
  226. {
  227. @@ -3028,20 +3084,20 @@
  228. "type": "tidelift"
  229. }
  230. ],
  231. - "time": "2021-07-21T12:19:41+00:00"
  232. + "time": "2021-12-16T21:58:21+00:00"
  233. },
  234. {
  235. "name": "symfony/dependency-injection",
  236. - "version": "v4.4.34",
  237. + "version": "v4.4.36",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/symfony/dependency-injection.git",
  241. - "reference": "117d7f132ed7efbd535ec947709d49bec1b9d24b"
  242. + "reference": "24e802b4973d3a60c01fd77bdaac8a66944202e1"
  243. },
  244. "dist": {
  245. "type": "zip",
  246. - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/117d7f132ed7efbd535ec947709d49bec1b9d24b",
  247. - "reference": "117d7f132ed7efbd535ec947709d49bec1b9d24b",
  248. + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24e802b4973d3a60c01fd77bdaac8a66944202e1",
  249. + "reference": "24e802b4973d3a60c01fd77bdaac8a66944202e1",
  250. "shasum": ""
  251. },
  252. "require": {
  253. @@ -3098,7 +3154,74 @@
  254. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  255. "homepage": "https://symfony.com",
  256. "support": {
  257. - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.34"
  258. + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.36"
  259. + },
  260. + "funding": [
  261. + {
  262. + "url": "https://symfony.com/sponsor",
  263. + "type": "custom"
  264. + },
  265. + {
  266. + "url": "https://github.com/fabpot",
  267. + "type": "github"
  268. + },
  269. + {
  270. + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  271. + "type": "tidelift"
  272. + }
  273. + ],
  274. + "time": "2021-12-29T10:03:29+00:00"
  275. + },
  276. + {
  277. + "name": "symfony/deprecation-contracts",
  278. + "version": "v2.5.0",
  279. + "source": {
  280. + "type": "git",
  281. + "url": "https://github.com/symfony/deprecation-contracts.git",
  282. + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
  283. + },
  284. + "dist": {
  285. + "type": "zip",
  286. + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  287. + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  288. + "shasum": ""
  289. + },
  290. + "require": {
  291. + "php": ">=7.1"
  292. + },
  293. + "type": "library",
  294. + "extra": {
  295. + "branch-alias": {
  296. + "dev-main": "2.5-dev"
  297. + },
  298. + "thanks": {
  299. + "name": "symfony/contracts",
  300. + "url": "https://github.com/symfony/contracts"
  301. + }
  302. + },
  303. + "autoload": {
  304. + "files": [
  305. + "function.php"
  306. + ]
  307. + },
  308. + "notification-url": "https://packagist.org/downloads/",
  309. + "license": [
  310. + "MIT"
  311. + ],
  312. + "authors": [
  313. + {
  314. + "name": "Nicolas Grekas",
  315. + "email": "p@tchwork.com"
  316. + },
  317. + {
  318. + "name": "Symfony Community",
  319. + "homepage": "https://symfony.com/contributors"
  320. + }
  321. + ],
  322. + "description": "A generic function and convention to trigger deprecation notices",
  323. + "homepage": "https://symfony.com",
  324. + "support": {
  325. + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
  326. },
  327. "funding": [
  328. {
  329. @@ -3114,20 +3237,20 @@
  330. "type": "tidelift"
  331. }
  332. ],
  333. - "time": "2021-11-15T14:42:25+00:00"
  334. + "time": "2021-07-12T14:48:14+00:00"
  335. },
  336. {
  337. "name": "symfony/dom-crawler",
  338. - "version": "v4.4.30",
  339. + "version": "v4.4.36",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/symfony/dom-crawler.git",
  343. - "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4"
  344. + "reference": "42de12bee3b5e594977209bcdf58ec4fef8dde39"
  345. },
  346. "dist": {
  347. "type": "zip",
  348. - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4",
  349. - "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4",
  350. + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/42de12bee3b5e594977209bcdf58ec4fef8dde39",
  351. + "reference": "42de12bee3b5e594977209bcdf58ec4fef8dde39",
  352. "shasum": ""
  353. },
  354. "require": {
  355. @@ -3172,7 +3295,7 @@
  356. "description": "Eases DOM navigation for HTML and XML documents",
  357. "homepage": "https://symfony.com",
  358. "support": {
  359. - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.30"
  360. + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.36"
  361. },
  362. "funding": [
  363. {
  364. @@ -3188,43 +3311,44 @@
  365. "type": "tidelift"
  366. }
  367. ],
  368. - "time": "2021-08-28T15:40:01+00:00"
  369. + "time": "2021-12-28T14:48:02+00:00"
  370. },
  371. {
  372. "name": "symfony/event-dispatcher",
  373. - "version": "v4.4.34",
  374. + "version": "v5.4.0",
  375. "source": {
  376. "type": "git",
  377. "url": "https://github.com/symfony/event-dispatcher.git",
  378. - "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8"
  379. + "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
  380. },
  381. "dist": {
  382. "type": "zip",
  383. - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8",
  384. - "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8",
  385. + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
  386. + "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
  387. "shasum": ""
  388. },
  389. "require": {
  390. - "php": ">=7.1.3",
  391. - "symfony/event-dispatcher-contracts": "^1.1",
  392. + "php": ">=7.2.5",
  393. + "symfony/deprecation-contracts": "^2.1|^3",
  394. + "symfony/event-dispatcher-contracts": "^2|^3",
  395. "symfony/polyfill-php80": "^1.16"
  396. },
  397. "conflict": {
  398. - "symfony/dependency-injection": "<3.4"
  399. + "symfony/dependency-injection": "<4.4"
  400. },
  401. "provide": {
  402. "psr/event-dispatcher-implementation": "1.0",
  403. - "symfony/event-dispatcher-implementation": "1.1"
  404. + "symfony/event-dispatcher-implementation": "2.0"
  405. },
  406. "require-dev": {
  407. "psr/log": "^1|^2|^3",
  408. - "symfony/config": "^3.4|^4.0|^5.0",
  409. - "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  410. - "symfony/error-handler": "~3.4|~4.4",
  411. - "symfony/expression-language": "^3.4|^4.0|^5.0",
  412. - "symfony/http-foundation": "^3.4|^4.0|^5.0",
  413. - "symfony/service-contracts": "^1.1|^2",
  414. - "symfony/stopwatch": "^3.4|^4.0|^5.0"
  415. + "symfony/config": "^4.4|^5.0|^6.0",
  416. + "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  417. + "symfony/error-handler": "^4.4|^5.0|^6.0",
  418. + "symfony/expression-language": "^4.4|^5.0|^6.0",
  419. + "symfony/http-foundation": "^4.4|^5.0|^6.0",
  420. + "symfony/service-contracts": "^1.1|^2|^3",
  421. + "symfony/stopwatch": "^4.4|^5.0|^6.0"
  422. },
  423. "suggest": {
  424. "symfony/dependency-injection": "",
  425. @@ -3256,7 +3380,7 @@
  426. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  427. "homepage": "https://symfony.com",
  428. "support": {
  429. - "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.34"
  430. + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
  431. },
  432. "funding": [
  433. {
  434. @@ -3272,33 +3396,33 @@
  435. "type": "tidelift"
  436. }
  437. ],
  438. - "time": "2021-11-15T14:42:25+00:00"
  439. + "time": "2021-11-23T10:19:22+00:00"
  440. },
  441. {
  442. "name": "symfony/event-dispatcher-contracts",
  443. - "version": "v1.1.11",
  444. + "version": "v2.5.0",
  445. "source": {
  446. "type": "git",
  447. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  448. - "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c"
  449. + "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
  450. },
  451. "dist": {
  452. "type": "zip",
  453. - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/01e9a4efac0ee33a05dfdf93b346f62e7d0e998c",
  454. - "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c",
  455. + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  456. + "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  457. "shasum": ""
  458. },
  459. "require": {
  460. - "php": ">=7.1.3"
  461. + "php": ">=7.2.5",
  462. + "psr/event-dispatcher": "^1"
  463. },
  464. "suggest": {
  465. - "psr/event-dispatcher": "",
  466. "symfony/event-dispatcher-implementation": ""
  467. },
  468. "type": "library",
  469. "extra": {
  470. "branch-alias": {
  471. - "dev-main": "1.1-dev"
  472. + "dev-main": "2.5-dev"
  473. },
  474. "thanks": {
  475. "name": "symfony/contracts",
  476. @@ -3335,7 +3459,7 @@
  477. "standards"
  478. ],
  479. "support": {
  480. - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.11"
  481. + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
  482. },
  483. "funding": [
  484. {
  485. @@ -3351,25 +3475,26 @@
  486. "type": "tidelift"
  487. }
  488. ],
  489. - "time": "2021-03-23T15:25:38+00:00"
  490. + "time": "2021-07-12T14:48:14+00:00"
  491. },
  492. {
  493. "name": "symfony/filesystem",
  494. - "version": "v4.4.27",
  495. + "version": "v5.4.0",
  496. "source": {
  497. "type": "git",
  498. "url": "https://github.com/symfony/filesystem.git",
  499. - "reference": "517fb795794faf29086a77d99eb8f35e457837a7"
  500. + "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
  501. },
  502. "dist": {
  503. "type": "zip",
  504. - "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7",
  505. - "reference": "517fb795794faf29086a77d99eb8f35e457837a7",
  506. + "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
  507. + "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
  508. "shasum": ""
  509. },
  510. "require": {
  511. - "php": ">=7.1.3",
  512. + "php": ">=7.2.5",
  513. "symfony/polyfill-ctype": "~1.8",
  514. + "symfony/polyfill-mbstring": "~1.8",
  515. "symfony/polyfill-php80": "^1.16"
  516. },
  517. "type": "library",
  518. @@ -3398,7 +3523,7 @@
  519. "description": "Provides basic utilities for the filesystem",
  520. "homepage": "https://symfony.com",
  521. "support": {
  522. - "source": "https://github.com/symfony/filesystem/tree/v4.4.27"
  523. + "source": "https://github.com/symfony/filesystem/tree/v5.4.0"
  524. },
  525. "funding": [
  526. {
  527. @@ -3414,7 +3539,7 @@
  528. "type": "tidelift"
  529. }
  530. ],
  531. - "time": "2021-07-21T12:19:41+00:00"
  532. + "time": "2021-10-28T13:39:27+00:00"
  533. },
  534. {
  535. "name": "symfony/polyfill-ctype",
  536. @@ -3495,6 +3620,87 @@
  537. ],
  538. "time": "2021-02-19T12:13:01+00:00"
  539. },
  540. + {
  541. + "name": "symfony/polyfill-intl-grapheme",
  542. + "version": "v1.23.1",
  543. + "source": {
  544. + "type": "git",
  545. + "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  546. + "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
  547. + },
  548. + "dist": {
  549. + "type": "zip",
  550. + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
  551. + "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
  552. + "shasum": ""
  553. + },
  554. + "require": {
  555. + "php": ">=7.1"
  556. + },
  557. + "suggest": {
  558. + "ext-intl": "For best performance"
  559. + },
  560. + "type": "library",
  561. + "extra": {
  562. + "branch-alias": {
  563. + "dev-main": "1.23-dev"
  564. + },
  565. + "thanks": {
  566. + "name": "symfony/polyfill",
  567. + "url": "https://github.com/symfony/polyfill"
  568. + }
  569. + },
  570. + "autoload": {
  571. + "psr-4": {
  572. + "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  573. + },
  574. + "files": [
  575. + "bootstrap.php"
  576. + ]
  577. + },
  578. + "notification-url": "https://packagist.org/downloads/",
  579. + "license": [
  580. + "MIT"
  581. + ],
  582. + "authors": [
  583. + {
  584. + "name": "Nicolas Grekas",
  585. + "email": "p@tchwork.com"
  586. + },
  587. + {
  588. + "name": "Symfony Community",
  589. + "homepage": "https://symfony.com/contributors"
  590. + }
  591. + ],
  592. + "description": "Symfony polyfill for intl's grapheme_* functions",
  593. + "homepage": "https://symfony.com",
  594. + "keywords": [
  595. + "compatibility",
  596. + "grapheme",
  597. + "intl",
  598. + "polyfill",
  599. + "portable",
  600. + "shim"
  601. + ],
  602. + "support": {
  603. + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
  604. + },
  605. + "funding": [
  606. + {
  607. + "url": "https://symfony.com/sponsor",
  608. + "type": "custom"
  609. + },
  610. + {
  611. + "url": "https://github.com/fabpot",
  612. + "type": "github"
  613. + },
  614. + {
  615. + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  616. + "type": "tidelift"
  617. + }
  618. + ],
  619. + "time": "2021-05-27T12:26:48+00:00"
  620. + },
  621. {
  622. "name": "symfony/polyfill-intl-idn",
  623. "version": "v1.23.0",
  624. @@ -4065,20 +4271,20 @@
  625. },
  626. {
  627. "name": "symfony/process",
  628. - "version": "v4.4.35",
  629. + "version": "v5.4.2",
  630. "source": {
  631. "type": "git",
  632. "url": "https://github.com/symfony/process.git",
  633. - "reference": "c2098705326addae6e6742151dfade47ac71da1b"
  634. + "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
  635. },
  636. "dist": {
  637. "type": "zip",
  638. - "url": "https://api.github.com/repos/symfony/process/zipball/c2098705326addae6e6742151dfade47ac71da1b",
  639. - "reference": "c2098705326addae6e6742151dfade47ac71da1b",
  640. + "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  641. + "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  642. "shasum": ""
  643. },
  644. "require": {
  645. - "php": ">=7.1.3",
  646. + "php": ">=7.2.5",
  647. "symfony/polyfill-php80": "^1.16"
  648. },
  649. "type": "library",
  650. @@ -4107,7 +4313,7 @@
  651. "description": "Executes commands in sub-processes",
  652. "homepage": "https://symfony.com",
  653. "support": {
  654. - "source": "https://github.com/symfony/process/tree/v4.4.35"
  655. + "source": "https://github.com/symfony/process/tree/v5.4.2"
  656. },
  657. "funding": [
  658. {
  659. @@ -4123,25 +4329,29 @@
  660. "type": "tidelift"
  661. }
  662. ],
  663. - "time": "2021-11-22T22:36:24+00:00"
  664. + "time": "2021-12-27T21:01:00+00:00"
  665. },
  666. {
  667. "name": "symfony/service-contracts",
  668. - "version": "v1.1.11",
  669. + "version": "v2.5.0",
  670. "source": {
  671. "type": "git",
  672. "url": "https://github.com/symfony/service-contracts.git",
  673. - "reference": "633df678bec3452e04a7b0337c9bcfe7354124b3"
  674. + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
  675. },
  676. "dist": {
  677. "type": "zip",
  678. - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/633df678bec3452e04a7b0337c9bcfe7354124b3",
  679. - "reference": "633df678bec3452e04a7b0337c9bcfe7354124b3",
  680. + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  681. + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  682. "shasum": ""
  683. },
  684. "require": {
  685. - "php": ">=7.1.3",
  686. - "psr/container": "^1.0"
  687. + "php": ">=7.2.5",
  688. + "psr/container": "^1.1",
  689. + "symfony/deprecation-contracts": "^2.1"
  690. + },
  691. + "conflict": {
  692. + "ext-psr": "<1.1|>=2"
  693. },
  694. "suggest": {
  695. "symfony/service-implementation": ""
  696. @@ -4149,7 +4359,7 @@
  697. "type": "library",
  698. "extra": {
  699. "branch-alias": {
  700. - "dev-main": "1.1-dev"
  701. + "dev-main": "2.5-dev"
  702. },
  703. "thanks": {
  704. "name": "symfony/contracts",
  705. @@ -4186,7 +4396,7 @@
  706. "standards"
  707. ],
  708. "support": {
  709. - "source": "https://github.com/symfony/service-contracts/tree/v1.1.11"
  710. + "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
  711. },
  712. "funding": [
  713. {
  714. @@ -4202,7 +4412,93 @@
  715. "type": "tidelift"
  716. }
  717. ],
  718. - "time": "2021-11-04T13:32:43+00:00"
  719. + "time": "2021-11-04T16:48:04+00:00"
  720. + },
  721. + {
  722. + "name": "symfony/string",
  723. + "version": "v5.4.2",
  724. + "source": {
  725. + "type": "git",
  726. + "url": "https://github.com/symfony/string.git",
  727. + "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
  728. + },
  729. + "dist": {
  730. + "type": "zip",
  731. + "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
  732. + "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
  733. + "shasum": ""
  734. + },
  735. + "require": {
  736. + "php": ">=7.2.5",
  737. + "symfony/polyfill-ctype": "~1.8",
  738. + "symfony/polyfill-intl-grapheme": "~1.0",
  739. + "symfony/polyfill-intl-normalizer": "~1.0",
  740. + "symfony/polyfill-mbstring": "~1.0",
  741. + "symfony/polyfill-php80": "~1.15"
  742. + },
  743. + "conflict": {
  744. + "symfony/translation-contracts": ">=3.0"
  745. + },
  746. + "require-dev": {
  747. + "symfony/error-handler": "^4.4|^5.0|^6.0",
  748. + "symfony/http-client": "^4.4|^5.0|^6.0",
  749. + "symfony/translation-contracts": "^1.1|^2",
  750. + "symfony/var-exporter": "^4.4|^5.0|^6.0"
  751. + },
  752. + "type": "library",
  753. + "autoload": {
  754. + "psr-4": {
  755. + "Symfony\\Component\\String\\": ""
  756. + },
  757. + "files": [
  758. + "Resources/functions.php"
  759. + ],
  760. + "exclude-from-classmap": [
  761. + "/Tests/"
  762. + ]
  763. + },
  764. + "notification-url": "https://packagist.org/downloads/",
  765. + "license": [
  766. + "MIT"
  767. + ],
  768. + "authors": [
  769. + {
  770. + "name": "Nicolas Grekas",
  771. + "email": "p@tchwork.com"
  772. + },
  773. + {
  774. + "name": "Symfony Community",
  775. + "homepage": "https://symfony.com/contributors"
  776. + }
  777. + ],
  778. + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  779. + "homepage": "https://symfony.com",
  780. + "keywords": [
  781. + "grapheme",
  782. + "i18n",
  783. + "string",
  784. + "unicode",
  785. + "utf-8",
  786. + "utf8"
  787. + ],
  788. + "support": {
  789. + "source": "https://github.com/symfony/string/tree/v5.4.2"
  790. + },
  791. + "funding": [
  792. + {
  793. + "url": "https://symfony.com/sponsor",
  794. + "type": "custom"
  795. + },
  796. + {
  797. + "url": "https://github.com/fabpot",
  798. + "type": "github"
  799. + },
  800. + {
  801. + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  802. + "type": "tidelift"
  803. + }
  804. + ],
  805. + "time": "2021-12-16T21:52:00+00:00"
  806. },
  807. {
  808. "name": "symfony/translation",
  809. @@ -4295,20 +4591,20 @@
  810. },
  811. {
  812. "name": "symfony/translation-contracts",
  813. - "version": "v1.1.11",
  814. + "version": "v2.5.0",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/symfony/translation-contracts.git",
  818. - "reference": "58ae23095ffdea045725dda70752566aa2908be6"
  819. + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
  820. },
  821. "dist": {
  822. "type": "zip",
  823. - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/58ae23095ffdea045725dda70752566aa2908be6",
  824. - "reference": "58ae23095ffdea045725dda70752566aa2908be6",
  825. + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
  826. + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
  827. "shasum": ""
  828. },
  829. "require": {
  830. - "php": ">=7.1.3"
  831. + "php": ">=7.2.5"
  832. },
  833. "suggest": {
  834. "symfony/translation-implementation": ""
  835. @@ -4316,7 +4612,7 @@
  836. "type": "library",
  837. "extra": {
  838. "branch-alias": {
  839. - "dev-main": "1.1-dev"
  840. + "dev-main": "2.5-dev"
  841. },
  842. "thanks": {
  843. "name": "symfony/contracts",
  844. @@ -4353,7 +4649,7 @@
  845. "standards"
  846. ],
  847. "support": {
  848. - "source": "https://github.com/symfony/translation-contracts/tree/v1.1.11"
  849. + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
  850. },
  851. "funding": [
  852. {
  853. @@ -4369,20 +4665,20 @@
  854. "type": "tidelift"
  855. }
  856. ],
  857. - "time": "2021-07-13T10:01:39+00:00"
  858. + "time": "2021-08-17T14:20:01+00:00"
  859. },
  860. {
  861. "name": "symfony/yaml",
  862. - "version": "v4.4.34",
  863. + "version": "v4.4.36",
  864. "source": {
  865. "type": "git",
  866. "url": "https://github.com/symfony/yaml.git",
  867. - "reference": "2c309e258adeb9970229042be39b360d34986fad"
  868. + "reference": "a19f7c44ba665fa9d9d415cc4493361381b93f9b"
  869. },
  870. "dist": {
  871. "type": "zip",
  872. - "url": "https://api.github.com/repos/symfony/yaml/zipball/2c309e258adeb9970229042be39b360d34986fad",
  873. - "reference": "2c309e258adeb9970229042be39b360d34986fad",
  874. + "url": "https://api.github.com/repos/symfony/yaml/zipball/a19f7c44ba665fa9d9d415cc4493361381b93f9b",
  875. + "reference": "a19f7c44ba665fa9d9d415cc4493361381b93f9b",
  876. "shasum": ""
  877. },
  878. "require": {
  879. @@ -4424,7 +4720,7 @@
  880. "description": "Loads and dumps YAML files",
  881. "homepage": "https://symfony.com",
  882. "support": {
  883. - "source": "https://github.com/symfony/yaml/tree/v4.4.34"
  884. + "source": "https://github.com/symfony/yaml/tree/v4.4.36"
  885. },
  886. "funding": [
  887. {
  888. @@ -4440,7 +4736,7 @@
  889. "type": "tidelift"
  890. }
  891. ],
  892. - "time": "2021-11-18T18:49:23+00:00"
  893. + "time": "2021-11-25T16:40:00+00:00"
  894. },
  895. {
  896. "name": "theseer/tokenizer",
  897. @@ -4578,5 +4874,5 @@
  898. "ext-fileinfo": "*"
  899. },
  900. "platform-dev": [],
  901. - "plugin-api-version": "2.1.0"
  902. + "plugin-api-version": "2.2.0"
  903. }
  904.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement