Commit 85d1e810af420b0768e2d2a91413f2da53ed5f3c
Committed by
GitHub
Exists in
2.9
and in
2 other branches
Merge pull request #8585 from portabilis/community-patch-2021-08-15
Community patch 15/08/2021
Showing
3 changed files
with
189 additions
and
98 deletions
Show diff stats
composer.json
composer.lock
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | 5 | "This file is @generated automatically" |
6 | 6 | ], |
7 | - "content-hash": "75451cdc9be4e6c7e5e8f57a05a3359d", | |
7 | + "content-hash": "be46c1fbbff1634ea6b01946996964b3", | |
8 | 8 | "packages": [ |
9 | 9 | { |
10 | 10 | "name": "asm89/stack-cors", |
... | ... | @@ -64,16 +64,16 @@ |
64 | 64 | }, |
65 | 65 | { |
66 | 66 | "name": "aws/aws-sdk-php", |
67 | - "version": "3.187.2", | |
67 | + "version": "3.190.2", | |
68 | 68 | "source": { |
69 | 69 | "type": "git", |
70 | 70 | "url": "https://github.com/aws/aws-sdk-php.git", |
71 | - "reference": "0ec4ae120cfae758efa3c283dc56eb20602f094c" | |
71 | + "reference": "8ca6a5f9834de3eb3fb84b28fc12c9088bc01293" | |
72 | 72 | }, |
73 | 73 | "dist": { |
74 | 74 | "type": "zip", |
75 | - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0ec4ae120cfae758efa3c283dc56eb20602f094c", | |
76 | - "reference": "0ec4ae120cfae758efa3c283dc56eb20602f094c", | |
75 | + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8ca6a5f9834de3eb3fb84b28fc12c9088bc01293", | |
76 | + "reference": "8ca6a5f9834de3eb3fb84b28fc12c9088bc01293", | |
77 | 77 | "shasum": "" |
78 | 78 | }, |
79 | 79 | "require": { |
... | ... | @@ -148,9 +148,9 @@ |
148 | 148 | "support": { |
149 | 149 | "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", |
150 | 150 | "issues": "https://github.com/aws/aws-sdk-php/issues", |
151 | - "source": "https://github.com/aws/aws-sdk-php/tree/3.187.2" | |
151 | + "source": "https://github.com/aws/aws-sdk-php/tree/3.190.2" | |
152 | 152 | }, |
153 | - "time": "2021-08-04T18:12:21+00:00" | |
153 | + "time": "2021-08-13T18:12:28+00:00" | |
154 | 154 | }, |
155 | 155 | { |
156 | 156 | "name": "aws/aws-sdk-php-laravel", |
... | ... | @@ -228,16 +228,16 @@ |
228 | 228 | }, |
229 | 229 | { |
230 | 230 | "name": "brick/math", |
231 | - "version": "0.9.2", | |
231 | + "version": "0.9.3", | |
232 | 232 | "source": { |
233 | 233 | "type": "git", |
234 | 234 | "url": "https://github.com/brick/math.git", |
235 | - "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0" | |
235 | + "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" | |
236 | 236 | }, |
237 | 237 | "dist": { |
238 | 238 | "type": "zip", |
239 | - "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", | |
240 | - "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", | |
239 | + "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", | |
240 | + "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", | |
241 | 241 | "shasum": "" |
242 | 242 | }, |
243 | 243 | "require": { |
... | ... | @@ -247,7 +247,7 @@ |
247 | 247 | "require-dev": { |
248 | 248 | "php-coveralls/php-coveralls": "^2.2", |
249 | 249 | "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", |
250 | - "vimeo/psalm": "4.3.2" | |
250 | + "vimeo/psalm": "4.9.2" | |
251 | 251 | }, |
252 | 252 | "type": "library", |
253 | 253 | "autoload": { |
... | ... | @@ -272,15 +272,19 @@ |
272 | 272 | ], |
273 | 273 | "support": { |
274 | 274 | "issues": "https://github.com/brick/math/issues", |
275 | - "source": "https://github.com/brick/math/tree/0.9.2" | |
275 | + "source": "https://github.com/brick/math/tree/0.9.3" | |
276 | 276 | }, |
277 | 277 | "funding": [ |
278 | 278 | { |
279 | + "url": "https://github.com/BenMorel", | |
280 | + "type": "github" | |
281 | + }, | |
282 | + { | |
279 | 283 | "url": "https://tidelift.com/funding/github/packagist/brick/math", |
280 | 284 | "type": "tidelift" |
281 | 285 | } |
282 | 286 | ], |
283 | - "time": "2021-01-20T22:51:39+00:00" | |
287 | + "time": "2021-08-15T20:50:18+00:00" | |
284 | 288 | }, |
285 | 289 | { |
286 | 290 | "name": "composer/semver", |
... | ... | @@ -459,16 +463,16 @@ |
459 | 463 | }, |
460 | 464 | { |
461 | 465 | "name": "dflydev/dot-access-data", |
462 | - "version": "v3.0.0", | |
466 | + "version": "v3.0.1", | |
463 | 467 | "source": { |
464 | 468 | "type": "git", |
465 | 469 | "url": "https://github.com/dflydev/dflydev-dot-access-data.git", |
466 | - "reference": "e04ff030d24a33edc2421bef305e32919dd78fc3" | |
470 | + "reference": "0992cc19268b259a39e86f296da5f0677841f42c" | |
467 | 471 | }, |
468 | 472 | "dist": { |
469 | 473 | "type": "zip", |
470 | - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/e04ff030d24a33edc2421bef305e32919dd78fc3", | |
471 | - "reference": "e04ff030d24a33edc2421bef305e32919dd78fc3", | |
474 | + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c", | |
475 | + "reference": "0992cc19268b259a39e86f296da5f0677841f42c", | |
472 | 476 | "shasum": "" |
473 | 477 | }, |
474 | 478 | "require": { |
... | ... | @@ -528,9 +532,9 @@ |
528 | 532 | ], |
529 | 533 | "support": { |
530 | 534 | "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", |
531 | - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.0" | |
535 | + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1" | |
532 | 536 | }, |
533 | - "time": "2021-01-01T22:08:42+00:00" | |
537 | + "time": "2021-08-13T13:06:58+00:00" | |
534 | 538 | }, |
535 | 539 | { |
536 | 540 | "name": "doctrine/cache", |
... | ... | @@ -1947,16 +1951,16 @@ |
1947 | 1951 | }, |
1948 | 1952 | { |
1949 | 1953 | "name": "laravel/framework", |
1950 | - "version": "v8.53.0", | |
1954 | + "version": "v8.54.0", | |
1951 | 1955 | "source": { |
1952 | 1956 | "type": "git", |
1953 | 1957 | "url": "https://github.com/laravel/framework.git", |
1954 | - "reference": "4b2e3e7317da82dd9f5b88d477abd93444748b43" | |
1958 | + "reference": "7b88554cd1aeb52b7f82689bf244182e7a81894b" | |
1955 | 1959 | }, |
1956 | 1960 | "dist": { |
1957 | 1961 | "type": "zip", |
1958 | - "url": "https://api.github.com/repos/laravel/framework/zipball/4b2e3e7317da82dd9f5b88d477abd93444748b43", | |
1959 | - "reference": "4b2e3e7317da82dd9f5b88d477abd93444748b43", | |
1962 | + "url": "https://api.github.com/repos/laravel/framework/zipball/7b88554cd1aeb52b7f82689bf244182e7a81894b", | |
1963 | + "reference": "7b88554cd1aeb52b7f82689bf244182e7a81894b", | |
1960 | 1964 | "shasum": "" |
1961 | 1965 | }, |
1962 | 1966 | "require": { |
... | ... | @@ -2111,7 +2115,7 @@ |
2111 | 2115 | "issues": "https://github.com/laravel/framework/issues", |
2112 | 2116 | "source": "https://github.com/laravel/framework" |
2113 | 2117 | }, |
2114 | - "time": "2021-08-03T14:36:33+00:00" | |
2118 | + "time": "2021-08-10T14:25:51+00:00" | |
2115 | 2119 | }, |
2116 | 2120 | { |
2117 | 2121 | "name": "laravel/horizon", |
... | ... | @@ -2374,21 +2378,21 @@ |
2374 | 2378 | }, |
2375 | 2379 | { |
2376 | 2380 | "name": "league/commonmark", |
2377 | - "version": "2.0.1", | |
2381 | + "version": "2.0.2", | |
2378 | 2382 | "source": { |
2379 | 2383 | "type": "git", |
2380 | 2384 | "url": "https://github.com/thephpleague/commonmark.git", |
2381 | - "reference": "0d57f20aa03129ee7ef5f690e634884315d4238c" | |
2385 | + "reference": "2df87709f44b0dd733df86aef0830dce9b1f0f13" | |
2382 | 2386 | }, |
2383 | 2387 | "dist": { |
2384 | 2388 | "type": "zip", |
2385 | - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/0d57f20aa03129ee7ef5f690e634884315d4238c", | |
2386 | - "reference": "0d57f20aa03129ee7ef5f690e634884315d4238c", | |
2389 | + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2df87709f44b0dd733df86aef0830dce9b1f0f13", | |
2390 | + "reference": "2df87709f44b0dd733df86aef0830dce9b1f0f13", | |
2387 | 2391 | "shasum": "" |
2388 | 2392 | }, |
2389 | 2393 | "require": { |
2390 | 2394 | "ext-mbstring": "*", |
2391 | - "league/config": "^1.1", | |
2395 | + "league/config": "^1.1.1", | |
2392 | 2396 | "php": "^7.4 || ^8.0", |
2393 | 2397 | "psr/event-dispatcher": "^1.0", |
2394 | 2398 | "symfony/polyfill-php80": "^1.15" |
... | ... | @@ -2481,24 +2485,24 @@ |
2481 | 2485 | "type": "tidelift" |
2482 | 2486 | } |
2483 | 2487 | ], |
2484 | - "time": "2021-07-31T19:15:22+00:00" | |
2488 | + "time": "2021-08-14T14:06:04+00:00" | |
2485 | 2489 | }, |
2486 | 2490 | { |
2487 | 2491 | "name": "league/config", |
2488 | - "version": "v1.1.0", | |
2492 | + "version": "v1.1.1", | |
2489 | 2493 | "source": { |
2490 | 2494 | "type": "git", |
2491 | 2495 | "url": "https://github.com/thephpleague/config.git", |
2492 | - "reference": "20d42d88f12a76ff862e17af4f14a5a4bbfd0925" | |
2496 | + "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e" | |
2493 | 2497 | }, |
2494 | 2498 | "dist": { |
2495 | 2499 | "type": "zip", |
2496 | - "url": "https://api.github.com/repos/thephpleague/config/zipball/20d42d88f12a76ff862e17af4f14a5a4bbfd0925", | |
2497 | - "reference": "20d42d88f12a76ff862e17af4f14a5a4bbfd0925", | |
2500 | + "url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e", | |
2501 | + "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e", | |
2498 | 2502 | "shasum": "" |
2499 | 2503 | }, |
2500 | 2504 | "require": { |
2501 | - "dflydev/dot-access-data": "^3.0", | |
2505 | + "dflydev/dot-access-data": "^3.0.1", | |
2502 | 2506 | "nette/schema": "^1.2", |
2503 | 2507 | "php": "^7.4 || ^8.0" |
2504 | 2508 | }, |
... | ... | @@ -2563,7 +2567,7 @@ |
2563 | 2567 | "type": "github" |
2564 | 2568 | } |
2565 | 2569 | ], |
2566 | - "time": "2021-06-19T15:52:37+00:00" | |
2570 | + "time": "2021-08-14T12:15:32+00:00" | |
2567 | 2571 | }, |
2568 | 2572 | { |
2569 | 2573 | "name": "league/csv", |
... | ... | @@ -2949,16 +2953,16 @@ |
2949 | 2953 | }, |
2950 | 2954 | { |
2951 | 2955 | "name": "maatwebsite/excel", |
2952 | - "version": "3.1.32", | |
2956 | + "version": "3.1.33", | |
2953 | 2957 | "source": { |
2954 | 2958 | "type": "git", |
2955 | 2959 | "url": "https://github.com/Maatwebsite/Laravel-Excel.git", |
2956 | - "reference": "9dc29b63a77fb7f2f514ef754af3a1b57e83cadf" | |
2960 | + "reference": "b2de5ba92c5c1ad9415f0eb7c72838fb3eaaa5b8" | |
2957 | 2961 | }, |
2958 | 2962 | "dist": { |
2959 | 2963 | "type": "zip", |
2960 | - "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/9dc29b63a77fb7f2f514ef754af3a1b57e83cadf", | |
2961 | - "reference": "9dc29b63a77fb7f2f514ef754af3a1b57e83cadf", | |
2964 | + "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/b2de5ba92c5c1ad9415f0eb7c72838fb3eaaa5b8", | |
2965 | + "reference": "b2de5ba92c5c1ad9415f0eb7c72838fb3eaaa5b8", | |
2962 | 2966 | "shasum": "" |
2963 | 2967 | }, |
2964 | 2968 | "require": { |
... | ... | @@ -3011,7 +3015,7 @@ |
3011 | 3015 | ], |
3012 | 3016 | "support": { |
3013 | 3017 | "issues": "https://github.com/Maatwebsite/Laravel-Excel/issues", |
3014 | - "source": "https://github.com/Maatwebsite/Laravel-Excel/tree/3.1.32" | |
3018 | + "source": "https://github.com/Maatwebsite/Laravel-Excel/tree/3.1.33" | |
3015 | 3019 | }, |
3016 | 3020 | "funding": [ |
3017 | 3021 | { |
... | ... | @@ -3023,7 +3027,7 @@ |
3023 | 3027 | "type": "github" |
3024 | 3028 | } |
3025 | 3029 | ], |
3026 | - "time": "2021-07-08T10:11:21+00:00" | |
3030 | + "time": "2021-08-12T15:52:25+00:00" | |
3027 | 3031 | }, |
3028 | 3032 | { |
3029 | 3033 | "name": "maennchen/zipstream-php", |
... | ... | @@ -4892,20 +4896,21 @@ |
4892 | 4896 | }, |
4893 | 4897 | { |
4894 | 4898 | "name": "ramsey/collection", |
4895 | - "version": "1.1.4", | |
4899 | + "version": "1.2.1", | |
4896 | 4900 | "source": { |
4897 | 4901 | "type": "git", |
4898 | 4902 | "url": "https://github.com/ramsey/collection.git", |
4899 | - "reference": "ab2237657ad99667a5143e32ba2683c8029563d4" | |
4903 | + "reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa" | |
4900 | 4904 | }, |
4901 | 4905 | "dist": { |
4902 | 4906 | "type": "zip", |
4903 | - "url": "https://api.github.com/repos/ramsey/collection/zipball/ab2237657ad99667a5143e32ba2683c8029563d4", | |
4904 | - "reference": "ab2237657ad99667a5143e32ba2683c8029563d4", | |
4907 | + "url": "https://api.github.com/repos/ramsey/collection/zipball/eaca1dc1054ddd10cbd83c1461907bee6fb528fa", | |
4908 | + "reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa", | |
4905 | 4909 | "shasum": "" |
4906 | 4910 | }, |
4907 | 4911 | "require": { |
4908 | - "php": "^7.2 || ^8" | |
4912 | + "php": "^7.3 || ^8", | |
4913 | + "symfony/polyfill-php81": "^1.23" | |
4909 | 4914 | }, |
4910 | 4915 | "require-dev": { |
4911 | 4916 | "captainhook/captainhook": "^5.3", |
... | ... | @@ -4915,6 +4920,7 @@ |
4915 | 4920 | "hamcrest/hamcrest-php": "^2", |
4916 | 4921 | "jangregor/phpstan-prophecy": "^0.8", |
4917 | 4922 | "mockery/mockery": "^1.3", |
4923 | + "phpspec/prophecy-phpunit": "^2.0", | |
4918 | 4924 | "phpstan/extension-installer": "^1", |
4919 | 4925 | "phpstan/phpstan": "^0.12.32", |
4920 | 4926 | "phpstan/phpstan-mockery": "^0.12.5", |
... | ... | @@ -4942,7 +4948,7 @@ |
4942 | 4948 | "homepage": "https://benramsey.com" |
4943 | 4949 | } |
4944 | 4950 | ], |
4945 | - "description": "A PHP 7.2+ library for representing and manipulating collections.", | |
4951 | + "description": "A PHP library for representing and manipulating collections.", | |
4946 | 4952 | "keywords": [ |
4947 | 4953 | "array", |
4948 | 4954 | "collection", |
... | ... | @@ -4953,7 +4959,7 @@ |
4953 | 4959 | ], |
4954 | 4960 | "support": { |
4955 | 4961 | "issues": "https://github.com/ramsey/collection/issues", |
4956 | - "source": "https://github.com/ramsey/collection/tree/1.1.4" | |
4962 | + "source": "https://github.com/ramsey/collection/tree/1.2.1" | |
4957 | 4963 | }, |
4958 | 4964 | "funding": [ |
4959 | 4965 | { |
... | ... | @@ -4965,20 +4971,20 @@ |
4965 | 4971 | "type": "tidelift" |
4966 | 4972 | } |
4967 | 4973 | ], |
4968 | - "time": "2021-07-30T00:58:27+00:00" | |
4974 | + "time": "2021-08-06T03:41:06+00:00" | |
4969 | 4975 | }, |
4970 | 4976 | { |
4971 | 4977 | "name": "ramsey/uuid", |
4972 | - "version": "4.1.1", | |
4978 | + "version": "4.2.1", | |
4973 | 4979 | "source": { |
4974 | 4980 | "type": "git", |
4975 | 4981 | "url": "https://github.com/ramsey/uuid.git", |
4976 | - "reference": "cd4032040a750077205918c86049aa0f43d22947" | |
4982 | + "reference": "fe665a03df4f056aa65af552a96e1976df8c8dae" | |
4977 | 4983 | }, |
4978 | 4984 | "dist": { |
4979 | 4985 | "type": "zip", |
4980 | - "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947", | |
4981 | - "reference": "cd4032040a750077205918c86049aa0f43d22947", | |
4986 | + "url": "https://api.github.com/repos/ramsey/uuid/zipball/fe665a03df4f056aa65af552a96e1976df8c8dae", | |
4987 | + "reference": "fe665a03df4f056aa65af552a96e1976df8c8dae", | |
4982 | 4988 | "shasum": "" |
4983 | 4989 | }, |
4984 | 4990 | "require": { |
... | ... | @@ -4992,26 +4998,26 @@ |
4992 | 4998 | "rhumsaa/uuid": "self.version" |
4993 | 4999 | }, |
4994 | 5000 | "require-dev": { |
4995 | - "codeception/aspect-mock": "^3", | |
4996 | - "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0", | |
5001 | + "captainhook/captainhook": "^5.10", | |
5002 | + "captainhook/plugin-composer": "^5.3", | |
5003 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | |
4997 | 5004 | "doctrine/annotations": "^1.8", |
4998 | - "goaop/framework": "^2", | |
5005 | + "ergebnis/composer-normalize": "^2.15", | |
4999 | 5006 | "mockery/mockery": "^1.3", |
5000 | 5007 | "moontoast/math": "^1.1", |
5001 | 5008 | "paragonie/random-lib": "^2", |
5009 | + "php-mock/php-mock": "^2.2", | |
5002 | 5010 | "php-mock/php-mock-mockery": "^1.3", |
5003 | - "php-mock/php-mock-phpunit": "^2.5", | |
5004 | 5011 | "php-parallel-lint/php-parallel-lint": "^1.1", |
5005 | - "phpbench/phpbench": "^0.17.1", | |
5012 | + "phpbench/phpbench": "^1.0", | |
5006 | 5013 | "phpstan/extension-installer": "^1.0", |
5007 | 5014 | "phpstan/phpstan": "^0.12", |
5008 | 5015 | "phpstan/phpstan-mockery": "^0.12", |
5009 | 5016 | "phpstan/phpstan-phpunit": "^0.12", |
5010 | - "phpunit/phpunit": "^8.5", | |
5011 | - "psy/psysh": "^0.10.0", | |
5012 | - "slevomat/coding-standard": "^6.0", | |
5017 | + "phpunit/phpunit": "^8.5 || ^9", | |
5018 | + "slevomat/coding-standard": "^7.0", | |
5013 | 5019 | "squizlabs/php_codesniffer": "^3.5", |
5014 | - "vimeo/psalm": "3.9.4" | |
5020 | + "vimeo/psalm": "^4.9" | |
5015 | 5021 | }, |
5016 | 5022 | "suggest": { |
5017 | 5023 | "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", |
... | ... | @@ -5024,7 +5030,10 @@ |
5024 | 5030 | "type": "library", |
5025 | 5031 | "extra": { |
5026 | 5032 | "branch-alias": { |
5027 | - "dev-master": "4.x-dev" | |
5033 | + "dev-main": "4.x-dev" | |
5034 | + }, | |
5035 | + "captainhook": { | |
5036 | + "force-install": true | |
5028 | 5037 | } |
5029 | 5038 | }, |
5030 | 5039 | "autoload": { |
... | ... | @@ -5040,7 +5049,6 @@ |
5040 | 5049 | "MIT" |
5041 | 5050 | ], |
5042 | 5051 | "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", |
5043 | - "homepage": "https://github.com/ramsey/uuid", | |
5044 | 5052 | "keywords": [ |
5045 | 5053 | "guid", |
5046 | 5054 | "identifier", |
... | ... | @@ -5048,16 +5056,19 @@ |
5048 | 5056 | ], |
5049 | 5057 | "support": { |
5050 | 5058 | "issues": "https://github.com/ramsey/uuid/issues", |
5051 | - "rss": "https://github.com/ramsey/uuid/releases.atom", | |
5052 | - "source": "https://github.com/ramsey/uuid" | |
5059 | + "source": "https://github.com/ramsey/uuid/tree/4.2.1" | |
5053 | 5060 | }, |
5054 | 5061 | "funding": [ |
5055 | 5062 | { |
5056 | 5063 | "url": "https://github.com/ramsey", |
5057 | 5064 | "type": "github" |
5065 | + }, | |
5066 | + { | |
5067 | + "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", | |
5068 | + "type": "tidelift" | |
5058 | 5069 | } |
5059 | 5070 | ], |
5060 | - "time": "2020-08-18T17:17:46+00:00" | |
5071 | + "time": "2021-08-11T01:06:55+00:00" | |
5061 | 5072 | }, |
5062 | 5073 | { |
5063 | 5074 | "name": "sixlive/dotenv-editor", |
... | ... | @@ -6851,6 +6862,85 @@ |
6851 | 6862 | "time": "2021-07-28T13:41:28+00:00" |
6852 | 6863 | }, |
6853 | 6864 | { |
6865 | + "name": "symfony/polyfill-php81", | |
6866 | + "version": "v1.23.0", | |
6867 | + "source": { | |
6868 | + "type": "git", | |
6869 | + "url": "https://github.com/symfony/polyfill-php81.git", | |
6870 | + "reference": "e66119f3de95efc359483f810c4c3e6436279436" | |
6871 | + }, | |
6872 | + "dist": { | |
6873 | + "type": "zip", | |
6874 | + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", | |
6875 | + "reference": "e66119f3de95efc359483f810c4c3e6436279436", | |
6876 | + "shasum": "" | |
6877 | + }, | |
6878 | + "require": { | |
6879 | + "php": ">=7.1" | |
6880 | + }, | |
6881 | + "type": "library", | |
6882 | + "extra": { | |
6883 | + "branch-alias": { | |
6884 | + "dev-main": "1.23-dev" | |
6885 | + }, | |
6886 | + "thanks": { | |
6887 | + "name": "symfony/polyfill", | |
6888 | + "url": "https://github.com/symfony/polyfill" | |
6889 | + } | |
6890 | + }, | |
6891 | + "autoload": { | |
6892 | + "psr-4": { | |
6893 | + "Symfony\\Polyfill\\Php81\\": "" | |
6894 | + }, | |
6895 | + "files": [ | |
6896 | + "bootstrap.php" | |
6897 | + ], | |
6898 | + "classmap": [ | |
6899 | + "Resources/stubs" | |
6900 | + ] | |
6901 | + }, | |
6902 | + "notification-url": "https://packagist.org/downloads/", | |
6903 | + "license": [ | |
6904 | + "MIT" | |
6905 | + ], | |
6906 | + "authors": [ | |
6907 | + { | |
6908 | + "name": "Nicolas Grekas", | |
6909 | + "email": "p@tchwork.com" | |
6910 | + }, | |
6911 | + { | |
6912 | + "name": "Symfony Community", | |
6913 | + "homepage": "https://symfony.com/contributors" | |
6914 | + } | |
6915 | + ], | |
6916 | + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", | |
6917 | + "homepage": "https://symfony.com", | |
6918 | + "keywords": [ | |
6919 | + "compatibility", | |
6920 | + "polyfill", | |
6921 | + "portable", | |
6922 | + "shim" | |
6923 | + ], | |
6924 | + "support": { | |
6925 | + "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" | |
6926 | + }, | |
6927 | + "funding": [ | |
6928 | + { | |
6929 | + "url": "https://symfony.com/sponsor", | |
6930 | + "type": "custom" | |
6931 | + }, | |
6932 | + { | |
6933 | + "url": "https://github.com/fabpot", | |
6934 | + "type": "github" | |
6935 | + }, | |
6936 | + { | |
6937 | + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
6938 | + "type": "tidelift" | |
6939 | + } | |
6940 | + ], | |
6941 | + "time": "2021-05-21T13:25:03+00:00" | |
6942 | + }, | |
6943 | + { | |
6854 | 6944 | "name": "symfony/process", |
6855 | 6945 | "version": "v5.3.4", |
6856 | 6946 | "source": { |
... | ... | @@ -7960,16 +8050,16 @@ |
7960 | 8050 | }, |
7961 | 8051 | { |
7962 | 8052 | "name": "brianium/paratest", |
7963 | - "version": "v6.3.0", | |
8053 | + "version": "v6.3.1", | |
7964 | 8054 | "source": { |
7965 | 8055 | "type": "git", |
7966 | 8056 | "url": "https://github.com/paratestphp/paratest.git", |
7967 | - "reference": "268d5b2b4237c0abf76c4aa9633ad8580be01e1e" | |
8057 | + "reference": "3d81e35876f6497467310b123583cca6bd4c38f2" | |
7968 | 8058 | }, |
7969 | 8059 | "dist": { |
7970 | 8060 | "type": "zip", |
7971 | - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/268d5b2b4237c0abf76c4aa9633ad8580be01e1e", | |
7972 | - "reference": "268d5b2b4237c0abf76c4aa9633ad8580be01e1e", | |
8061 | + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/3d81e35876f6497467310b123583cca6bd4c38f2", | |
8062 | + "reference": "3d81e35876f6497467310b123583cca6bd4c38f2", | |
7973 | 8063 | "shasum": "" |
7974 | 8064 | }, |
7975 | 8065 | "require": { |
... | ... | @@ -7981,25 +8071,25 @@ |
7981 | 8071 | "phpunit/php-code-coverage": "^9.2.6", |
7982 | 8072 | "phpunit/php-file-iterator": "^3.0.5", |
7983 | 8073 | "phpunit/php-timer": "^5.0.3", |
7984 | - "phpunit/phpunit": "^9.5.4", | |
8074 | + "phpunit/phpunit": "^9.5.8", | |
7985 | 8075 | "sebastian/environment": "^5.1.3", |
7986 | - "symfony/console": "^4.4.21 || ^5.2.6", | |
7987 | - "symfony/process": "^4.4.21 || ^5.2.4" | |
8076 | + "symfony/console": "^4.4.23 || ^5.3.6", | |
8077 | + "symfony/process": "^4.4.22 || ^5.3.4" | |
7988 | 8078 | }, |
7989 | 8079 | "require-dev": { |
7990 | 8080 | "doctrine/coding-standard": "^9.0.0", |
7991 | 8081 | "ekino/phpstan-banned-code": "^0.4.0", |
7992 | 8082 | "ergebnis/phpstan-rules": "^0.15.3", |
7993 | 8083 | "ext-posix": "*", |
7994 | - "infection/infection": "^0.21.5", | |
7995 | - "phpstan/phpstan": "^0.12.84", | |
8084 | + "infection/infection": "^0.24", | |
8085 | + "phpstan/phpstan": "^0.12.94", | |
7996 | 8086 | "phpstan/phpstan-deprecation-rules": "^0.12.6", |
7997 | - "phpstan/phpstan-phpunit": "^0.12.18", | |
7998 | - "phpstan/phpstan-strict-rules": "^0.12.9", | |
8087 | + "phpstan/phpstan-phpunit": "^0.12.21", | |
8088 | + "phpstan/phpstan-strict-rules": "^0.12.10", | |
7999 | 8089 | "squizlabs/php_codesniffer": "^3.6.0", |
8000 | - "symfony/filesystem": "^5.2.6", | |
8090 | + "symfony/filesystem": "^5.3.4", | |
8001 | 8091 | "thecodingmachine/phpstan-strict-rules": "^0.12.1", |
8002 | - "vimeo/psalm": "^4.7.1" | |
8092 | + "vimeo/psalm": "^4.9.2" | |
8003 | 8093 | }, |
8004 | 8094 | "bin": [ |
8005 | 8095 | "bin/paratest" |
... | ... | @@ -8038,7 +8128,7 @@ |
8038 | 8128 | ], |
8039 | 8129 | "support": { |
8040 | 8130 | "issues": "https://github.com/paratestphp/paratest/issues", |
8041 | - "source": "https://github.com/paratestphp/paratest/tree/v6.3.0" | |
8131 | + "source": "https://github.com/paratestphp/paratest/tree/v6.3.1" | |
8042 | 8132 | }, |
8043 | 8133 | "funding": [ |
8044 | 8134 | { |
... | ... | @@ -8050,7 +8140,7 @@ |
8050 | 8140 | "type": "paypal" |
8051 | 8141 | } |
8052 | 8142 | ], |
8053 | - "time": "2021-04-27T09:24:27+00:00" | |
8143 | + "time": "2021-08-10T07:38:58+00:00" | |
8054 | 8144 | }, |
8055 | 8145 | { |
8056 | 8146 | "name": "composer/xdebug-handler", |
... | ... | @@ -8118,16 +8208,16 @@ |
8118 | 8208 | }, |
8119 | 8209 | { |
8120 | 8210 | "name": "doctrine/annotations", |
8121 | - "version": "1.13.1", | |
8211 | + "version": "1.13.2", | |
8122 | 8212 | "source": { |
8123 | 8213 | "type": "git", |
8124 | 8214 | "url": "https://github.com/doctrine/annotations.git", |
8125 | - "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" | |
8215 | + "reference": "5b668aef16090008790395c02c893b1ba13f7e08" | |
8126 | 8216 | }, |
8127 | 8217 | "dist": { |
8128 | 8218 | "type": "zip", |
8129 | - "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", | |
8130 | - "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", | |
8219 | + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", | |
8220 | + "reference": "5b668aef16090008790395c02c893b1ba13f7e08", | |
8131 | 8221 | "shasum": "" |
8132 | 8222 | }, |
8133 | 8223 | "require": { |
... | ... | @@ -8184,9 +8274,9 @@ |
8184 | 8274 | ], |
8185 | 8275 | "support": { |
8186 | 8276 | "issues": "https://github.com/doctrine/annotations/issues", |
8187 | - "source": "https://github.com/doctrine/annotations/tree/1.13.1" | |
8277 | + "source": "https://github.com/doctrine/annotations/tree/1.13.2" | |
8188 | 8278 | }, |
8189 | - "time": "2021-05-16T18:07:53+00:00" | |
8279 | + "time": "2021-08-05T19:00:23+00:00" | |
8190 | 8280 | }, |
8191 | 8281 | { |
8192 | 8282 | "name": "doctrine/instantiator", |
... | ... | @@ -9002,16 +9092,16 @@ |
9002 | 9092 | }, |
9003 | 9093 | { |
9004 | 9094 | "name": "nunomaduro/collision", |
9005 | - "version": "v5.6.0", | |
9095 | + "version": "v5.8.0", | |
9006 | 9096 | "source": { |
9007 | 9097 | "type": "git", |
9008 | 9098 | "url": "https://github.com/nunomaduro/collision.git", |
9009 | - "reference": "0122ac6b03c75279ef78d1c0ad49725dfc52a8d2" | |
9099 | + "reference": "0c3c393462eada1233513664e2d22bb9f69ca393" | |
9010 | 9100 | }, |
9011 | 9101 | "dist": { |
9012 | 9102 | "type": "zip", |
9013 | - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/0122ac6b03c75279ef78d1c0ad49725dfc52a8d2", | |
9014 | - "reference": "0122ac6b03c75279ef78d1c0ad49725dfc52a8d2", | |
9103 | + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/0c3c393462eada1233513664e2d22bb9f69ca393", | |
9104 | + "reference": "0c3c393462eada1233513664e2d22bb9f69ca393", | |
9015 | 9105 | "shasum": "" |
9016 | 9106 | }, |
9017 | 9107 | "require": { |
... | ... | @@ -9023,7 +9113,7 @@ |
9023 | 9113 | "require-dev": { |
9024 | 9114 | "brianium/paratest": "^6.1", |
9025 | 9115 | "fideloper/proxy": "^4.4.1", |
9026 | - "friendsofphp/php-cs-fixer": "^2.17.3", | |
9116 | + "friendsofphp/php-cs-fixer": "^3.0", | |
9027 | 9117 | "fruitcake/laravel-cors": "^2.0.3", |
9028 | 9118 | "laravel/framework": "^8.0 || ^9.0", |
9029 | 9119 | "nunomaduro/larastan": "^0.6.2", |
... | ... | @@ -9086,7 +9176,7 @@ |
9086 | 9176 | "type": "patreon" |
9087 | 9177 | } |
9088 | 9178 | ], |
9089 | - "time": "2021-07-26T20:39:06+00:00" | |
9179 | + "time": "2021-08-13T14:23:01+00:00" | |
9090 | 9180 | }, |
9091 | 9181 | { |
9092 | 9182 | "name": "phar-io/manifest", |
... | ... | @@ -11190,5 +11280,5 @@ |
11190 | 11280 | "ext-pgsql": "*" |
11191 | 11281 | }, |
11192 | 11282 | "platform-dev": [], |
11193 | - "plugin-api-version": "2.0.0" | |
11283 | + "plugin-api-version": "2.1.0" | |
11194 | 11284 | } | ... | ... |
database/migrations/2021_01_01_000000_populate_settings_table.php
... | ... | @@ -109,6 +109,7 @@ class PopulateSettingsTable extends Migration |
109 | 109 | 'legacy.report.remote_factory.username' => null, |
110 | 110 | 'legacy.report.remote_factory.password' => null, |
111 | 111 | 'legacy.report.remote_factory.logo_name' => null, |
112 | + 'legacy.educacenso.enable_export' => 1, | |
112 | 113 | ]; |
113 | 114 | |
114 | 115 | collect($settings)->each(function ($value, $key) { | ... | ... |