作者 邓超

自定义html界面

  1 +<?php
  2 +
  3 +namespace App\Http\Controllers\Aside\Template;
  4 +
  5 +use App\Http\Controllers\Aside\BaseController;
  6 +
  7 +/**
  8 + * 模板header footer
  9 + * @author:dc
  10 + * @time 2023/4/26 11:10
  11 + * Class HeaderFooterController
  12 + * @package App\Http\Controllers\Aside\Template
  13 + */
  14 +class HeaderFooterController extends BaseController
  15 +{
  16 +
  17 +}
  1 +<?php
  2 +
  3 +namespace App\Http\Controllers\Bside\Template;
  4 +
  5 +use App\Http\Controllers\Bside\BaseController;
  6 +
  7 +
  8 +/**
  9 + * 模板header footer
  10 + * @author:dc
  11 + * @time 2023/4/26 11:10
  12 + * Class HeaderFooterController
  13 + * @package App\Http\Controllers\Bside\Template
  14 + */
  15 +class HeaderFooterController extends BaseController
  16 +{
  17 +
  18 +}
  1 +<?php
  2 +
  3 +namespace App\Models\Aside;
  4 +
  5 +use App\Models\Base;
  6 +
  7 +/**
  8 + * 模板 头部底部 对所有 客户
  9 + * @author:dc
  10 + * @time 2023/4/26 11:21
  11 + * Class TemplateHeaderFooter
  12 + * @package App\Models\Aside
  13 + */
  14 +class TemplateHeaderFooter extends Base
  15 +{
  16 + protected $table = 'gl_aside_template_header_footer';
  17 +}
  1 +<?php
  2 +
  3 +namespace App\Models\Bside;
  4 +
  5 +use App\Models\Base;
  6 +
  7 +/**
  8 + * 模板 头部底部 客户自己的
  9 + * @author:dc
  10 + * @time 2023/4/26 11:21
  11 + * Class TemplateHeaderFooter
  12 + * @package App\Models\Bside
  13 + */
  14 +class TemplateHeaderFooter extends Base
  15 +{
  16 + protected $table = 'gl_bside_template_header_footer';
  17 +}
@@ -316,7 +316,13 @@ @@ -316,7 +316,13 @@
316 "type": "zip", 316 "type": "zip",
317 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", 317 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
318 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", 318 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
319 - "shasum": "" 319 + "shasum": "",
  320 + "mirrors": [
  321 + {
  322 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  323 + "preferred": true
  324 + }
  325 + ]
320 }, 326 },
321 "require": { 327 "require": {
322 "php": "~7.1 || ^8.0" 328 "php": "~7.1 || ^8.0"
@@ -409,7 +415,13 @@ @@ -409,7 +415,13 @@
409 "type": "zip", 415 "type": "zip",
410 "url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e", 416 "url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
411 "reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e", 417 "reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
412 - "shasum": "" 418 + "shasum": "",
  419 + "mirrors": [
  420 + {
  421 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  422 + "preferred": true
  423 + }
  424 + ]
413 }, 425 },
414 "require": { 426 "require": {
415 "composer-runtime-api": "^2", 427 "composer-runtime-api": "^2",
@@ -521,7 +533,13 @@ @@ -521,7 +533,13 @@
521 "type": "zip", 533 "type": "zip",
522 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", 534 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
523 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", 535 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
524 - "shasum": "" 536 + "shasum": "",
  537 + "mirrors": [
  538 + {
  539 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  540 + "preferred": true
  541 + }
  542 + ]
525 }, 543 },
526 "require": { 544 "require": {
527 "php": "^7.1|^8.0" 545 "php": "^7.1|^8.0"
@@ -554,35 +572,43 @@ @@ -554,35 +572,43 @@
554 }, 572 },
555 { 573 {
556 "name": "doctrine/event-manager", 574 "name": "doctrine/event-manager",
557 - "version": "1.2.0", 575 + "version": "1.1.1",
558 "source": { 576 "source": {
559 "type": "git", 577 "type": "git",
560 "url": "https://github.com/doctrine/event-manager.git", 578 "url": "https://github.com/doctrine/event-manager.git",
561 - "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" 579 + "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
562 }, 580 },
563 "dist": { 581 "dist": {
564 "type": "zip", 582 "type": "zip",
565 - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",  
566 - "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",  
567 - "shasum": "" 583 + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  584 + "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  585 + "shasum": "",
  586 + "mirrors": [
  587 + {
  588 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  589 + "preferred": true
  590 + }
  591 + ]
568 }, 592 },
569 "require": { 593 "require": {
570 - "doctrine/deprecations": "^0.5.3 || ^1",  
571 "php": "^7.1 || ^8.0" 594 "php": "^7.1 || ^8.0"
572 }, 595 },
573 "conflict": { 596 "conflict": {
574 - "doctrine/common": "<2.9" 597 + "doctrine/common": "<2.9@dev"
575 }, 598 },
576 "require-dev": { 599 "require-dev": {
577 - "doctrine/coding-standard": "^9 || ^10",  
578 - "phpstan/phpstan": "~1.4.10 || ^1.8.8",  
579 - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",  
580 - "vimeo/psalm": "^4.24" 600 + "doctrine/coding-standard": "^6.0",
  601 + "phpunit/phpunit": "^7.0"
581 }, 602 },
582 "type": "library", 603 "type": "library",
  604 + "extra": {
  605 + "branch-alias": {
  606 + "dev-master": "1.0.x-dev"
  607 + }
  608 + },
583 "autoload": { 609 "autoload": {
584 "psr-4": { 610 "psr-4": {
585 - "Doctrine\\Common\\": "src" 611 + "Doctrine\\Common\\": "lib/Doctrine/Common"
586 } 612 }
587 }, 613 },
588 "notification-url": "https://packagist.org/downloads/", 614 "notification-url": "https://packagist.org/downloads/",
@@ -626,7 +652,7 @@ @@ -626,7 +652,7 @@
626 ], 652 ],
627 "support": { 653 "support": {
628 "issues": "https://github.com/doctrine/event-manager/issues", 654 "issues": "https://github.com/doctrine/event-manager/issues",
629 - "source": "https://github.com/doctrine/event-manager/tree/1.2.0" 655 + "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
630 }, 656 },
631 "funding": [ 657 "funding": [
632 { 658 {
@@ -642,7 +668,7 @@ @@ -642,7 +668,7 @@
642 "type": "tidelift" 668 "type": "tidelift"
643 } 669 }
644 ], 670 ],
645 - "time": "2022-10-12T20:51:15+00:00" 671 + "time": "2020-05-29T18:28:51+00:00"
646 }, 672 },
647 { 673 {
648 "name": "doctrine/inflector", 674 "name": "doctrine/inflector",
@@ -1120,16 +1146,16 @@ @@ -1120,16 +1146,16 @@
1120 }, 1146 },
1121 { 1147 {
1122 "name": "guzzlehttp/guzzle", 1148 "name": "guzzlehttp/guzzle",
1123 - "version": "7.5.0", 1149 + "version": "7.5.1",
1124 "source": { 1150 "source": {
1125 "type": "git", 1151 "type": "git",
1126 "url": "https://github.com/guzzle/guzzle.git", 1152 "url": "https://github.com/guzzle/guzzle.git",
1127 - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" 1153 + "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9"
1128 }, 1154 },
1129 "dist": { 1155 "dist": {
1130 "type": "zip", 1156 "type": "zip",
1131 - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",  
1132 - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", 1157 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9",
  1158 + "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9",
1133 "shasum": "", 1159 "shasum": "",
1134 "mirrors": [ 1160 "mirrors": [
1135 { 1161 {
@@ -1141,7 +1167,7 @@ @@ -1141,7 +1167,7 @@
1141 "require": { 1167 "require": {
1142 "ext-json": "*", 1168 "ext-json": "*",
1143 "guzzlehttp/promises": "^1.5", 1169 "guzzlehttp/promises": "^1.5",
1144 - "guzzlehttp/psr7": "^1.9 || ^2.4", 1170 + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
1145 "php": "^7.2.5 || ^8.0", 1171 "php": "^7.2.5 || ^8.0",
1146 "psr/http-client": "^1.0", 1172 "psr/http-client": "^1.0",
1147 "symfony/deprecation-contracts": "^2.2 || ^3.0" 1173 "symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -1234,7 +1260,7 @@ @@ -1234,7 +1260,7 @@
1234 ], 1260 ],
1235 "support": { 1261 "support": {
1236 "issues": "https://github.com/guzzle/guzzle/issues", 1262 "issues": "https://github.com/guzzle/guzzle/issues",
1237 - "source": "https://github.com/guzzle/guzzle/tree/7.5.0" 1263 + "source": "https://github.com/guzzle/guzzle/tree/7.5.1"
1238 }, 1264 },
1239 "funding": [ 1265 "funding": [
1240 { 1266 {
@@ -1250,7 +1276,7 @@ @@ -1250,7 +1276,7 @@
1250 "type": "tidelift" 1276 "type": "tidelift"
1251 } 1277 }
1252 ], 1278 ],
1253 - "time": "2022-08-28T15:39:27+00:00" 1279 + "time": "2023-04-17T16:30:08+00:00"
1254 }, 1280 },
1255 { 1281 {
1256 "name": "guzzlehttp/promises", 1282 "name": "guzzlehttp/promises",
@@ -1344,16 +1370,16 @@ @@ -1344,16 +1370,16 @@
1344 }, 1370 },
1345 { 1371 {
1346 "name": "guzzlehttp/psr7", 1372 "name": "guzzlehttp/psr7",
1347 - "version": "2.4.3", 1373 + "version": "2.5.0",
1348 "source": { 1374 "source": {
1349 "type": "git", 1375 "type": "git",
1350 "url": "https://github.com/guzzle/psr7.git", 1376 "url": "https://github.com/guzzle/psr7.git",
1351 - "reference": "67c26b443f348a51926030c83481b85718457d3d" 1377 + "reference": "b635f279edd83fc275f822a1188157ffea568ff6"
1352 }, 1378 },
1353 "dist": { 1379 "dist": {
1354 "type": "zip", 1380 "type": "zip",
1355 - "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",  
1356 - "reference": "67c26b443f348a51926030c83481b85718457d3d", 1381 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
  1382 + "reference": "b635f279edd83fc275f822a1188157ffea568ff6",
1357 "shasum": "", 1383 "shasum": "",
1358 "mirrors": [ 1384 "mirrors": [
1359 { 1385 {
@@ -1365,7 +1391,7 @@ @@ -1365,7 +1391,7 @@
1365 "require": { 1391 "require": {
1366 "php": "^7.2.5 || ^8.0", 1392 "php": "^7.2.5 || ^8.0",
1367 "psr/http-factory": "^1.0", 1393 "psr/http-factory": "^1.0",
1368 - "psr/http-message": "^1.0", 1394 + "psr/http-message": "^1.1 || ^2.0",
1369 "ralouphie/getallheaders": "^3.0" 1395 "ralouphie/getallheaders": "^3.0"
1370 }, 1396 },
1371 "provide": { 1397 "provide": {
@@ -1385,9 +1411,6 @@ @@ -1385,9 +1411,6 @@
1385 "bamarni-bin": { 1411 "bamarni-bin": {
1386 "bin-links": true, 1412 "bin-links": true,
1387 "forward-command": false 1413 "forward-command": false
1388 - },  
1389 - "branch-alias": {  
1390 - "dev-master": "2.4-dev"  
1391 } 1414 }
1392 }, 1415 },
1393 "autoload": { 1416 "autoload": {
@@ -1449,7 +1472,7 @@ @@ -1449,7 +1472,7 @@
1449 ], 1472 ],
1450 "support": { 1473 "support": {
1451 "issues": "https://github.com/guzzle/psr7/issues", 1474 "issues": "https://github.com/guzzle/psr7/issues",
1452 - "source": "https://github.com/guzzle/psr7/tree/2.4.3" 1475 + "source": "https://github.com/guzzle/psr7/tree/2.5.0"
1453 }, 1476 },
1454 "funding": [ 1477 "funding": [
1455 { 1478 {
@@ -1465,7 +1488,7 @@ @@ -1465,7 +1488,7 @@
1465 "type": "tidelift" 1488 "type": "tidelift"
1466 } 1489 }
1467 ], 1490 ],
1468 - "time": "2022-10-26T14:07:24+00:00" 1491 + "time": "2023-04-17T16:11:26+00:00"
1469 }, 1492 },
1470 { 1493 {
1471 "name": "hanneskod/classtools", 1494 "name": "hanneskod/classtools",
@@ -2948,7 +2971,13 @@ @@ -2948,7 +2971,13 @@
2948 "type": "zip", 2971 "type": "zip",
2949 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2972 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2950 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2973 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2951 - "shasum": "" 2974 + "shasum": "",
  2975 + "mirrors": [
  2976 + {
  2977 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2978 + "preferred": true
  2979 + }
  2980 + ]
2952 }, 2981 },
2953 "require": { 2982 "require": {
2954 "php": ">=5.3.0" 2983 "php": ">=5.3.0"
@@ -3155,16 +3184,16 @@ @@ -3155,16 +3184,16 @@
3155 }, 3184 },
3156 { 3185 {
3157 "name": "psr/http-factory", 3186 "name": "psr/http-factory",
3158 - "version": "1.0.1", 3187 + "version": "1.0.2",
3159 "source": { 3188 "source": {
3160 "type": "git", 3189 "type": "git",
3161 "url": "https://github.com/php-fig/http-factory.git", 3190 "url": "https://github.com/php-fig/http-factory.git",
3162 - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 3191 + "reference": "e616d01114759c4c489f93b099585439f795fe35"
3163 }, 3192 },
3164 "dist": { 3193 "dist": {
3165 "type": "zip", 3194 "type": "zip",
3166 - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",  
3167 - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 3195 + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  3196 + "reference": "e616d01114759c4c489f93b099585439f795fe35",
3168 "shasum": "", 3197 "shasum": "",
3169 "mirrors": [ 3198 "mirrors": [
3170 { 3199 {
@@ -3175,7 +3204,7 @@ @@ -3175,7 +3204,7 @@
3175 }, 3204 },
3176 "require": { 3205 "require": {
3177 "php": ">=7.0.0", 3206 "php": ">=7.0.0",
3178 - "psr/http-message": "^1.0" 3207 + "psr/http-message": "^1.0 || ^2.0"
3179 }, 3208 },
3180 "type": "library", 3209 "type": "library",
3181 "extra": { 3210 "extra": {
@@ -3195,7 +3224,7 @@ @@ -3195,7 +3224,7 @@
3195 "authors": [ 3224 "authors": [
3196 { 3225 {
3197 "name": "PHP-FIG", 3226 "name": "PHP-FIG",
3198 - "homepage": "http://www.php-fig.org/" 3227 + "homepage": "https://www.php-fig.org/"
3199 } 3228 }
3200 ], 3229 ],
3201 "description": "Common interfaces for PSR-7 HTTP message factories", 3230 "description": "Common interfaces for PSR-7 HTTP message factories",
@@ -3210,22 +3239,22 @@ @@ -3210,22 +3239,22 @@
3210 "response" 3239 "response"
3211 ], 3240 ],
3212 "support": { 3241 "support": {
3213 - "source": "https://github.com/php-fig/http-factory/tree/master" 3242 + "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
3214 }, 3243 },
3215 - "time": "2019-04-30T12:38:16+00:00" 3244 + "time": "2023-04-10T20:10:41+00:00"
3216 }, 3245 },
3217 { 3246 {
3218 "name": "psr/http-message", 3247 "name": "psr/http-message",
3219 - "version": "1.0.1", 3248 + "version": "1.1",
3220 "source": { 3249 "source": {
3221 "type": "git", 3250 "type": "git",
3222 "url": "https://github.com/php-fig/http-message.git", 3251 "url": "https://github.com/php-fig/http-message.git",
3223 - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 3252 + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
3224 }, 3253 },
3225 "dist": { 3254 "dist": {
3226 "type": "zip", 3255 "type": "zip",
3227 - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",  
3228 - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 3256 + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  3257 + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3229 "shasum": "", 3258 "shasum": "",
3230 "mirrors": [ 3259 "mirrors": [
3231 { 3260 {
@@ -3235,12 +3264,12 @@ @@ -3235,12 +3264,12 @@
3235 ] 3264 ]
3236 }, 3265 },
3237 "require": { 3266 "require": {
3238 - "php": ">=5.3.0" 3267 + "php": "^7.2 || ^8.0"
3239 }, 3268 },
3240 "type": "library", 3269 "type": "library",
3241 "extra": { 3270 "extra": {
3242 "branch-alias": { 3271 "branch-alias": {
3243 - "dev-master": "1.0.x-dev" 3272 + "dev-master": "1.1.x-dev"
3244 } 3273 }
3245 }, 3274 },
3246 "autoload": { 3275 "autoload": {
@@ -3269,9 +3298,9 @@ @@ -3269,9 +3298,9 @@
3269 "response" 3298 "response"
3270 ], 3299 ],
3271 "support": { 3300 "support": {
3272 - "source": "https://github.com/php-fig/http-message/tree/master" 3301 + "source": "https://github.com/php-fig/http-message/tree/1.1"
3273 }, 3302 },
3274 - "time": "2016-08-06T14:39:51+00:00" 3303 + "time": "2023-04-04T09:50:52+00:00"
3275 }, 3304 },
3276 { 3305 {
3277 "name": "psr/log", 3306 "name": "psr/log",
@@ -6823,16 +6852,16 @@ @@ -6823,16 +6852,16 @@
6823 }, 6852 },
6824 { 6853 {
6825 "name": "filp/whoops", 6854 "name": "filp/whoops",
6826 - "version": "2.15.1", 6855 + "version": "2.15.2",
6827 "source": { 6856 "source": {
6828 "type": "git", 6857 "type": "git",
6829 "url": "https://github.com/filp/whoops.git", 6858 "url": "https://github.com/filp/whoops.git",
6830 - "reference": "e864ac957acd66e1565f25efda61e37791a5db0b" 6859 + "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73"
6831 }, 6860 },
6832 "dist": { 6861 "dist": {
6833 "type": "zip", 6862 "type": "zip",
6834 - "url": "https://api.github.com/repos/filp/whoops/zipball/e864ac957acd66e1565f25efda61e37791a5db0b",  
6835 - "reference": "e864ac957acd66e1565f25efda61e37791a5db0b", 6863 + "url": "https://api.github.com/repos/filp/whoops/zipball/aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
  6864 + "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
6836 "shasum": "", 6865 "shasum": "",
6837 "mirrors": [ 6866 "mirrors": [
6838 { 6867 {
@@ -6888,7 +6917,7 @@ @@ -6888,7 +6917,7 @@
6888 ], 6917 ],
6889 "support": { 6918 "support": {
6890 "issues": "https://github.com/filp/whoops/issues", 6919 "issues": "https://github.com/filp/whoops/issues",
6891 - "source": "https://github.com/filp/whoops/tree/2.15.1" 6920 + "source": "https://github.com/filp/whoops/tree/2.15.2"
6892 }, 6921 },
6893 "funding": [ 6922 "funding": [
6894 { 6923 {
@@ -6896,7 +6925,7 @@ @@ -6896,7 +6925,7 @@
6896 "type": "github" 6925 "type": "github"
6897 } 6926 }
6898 ], 6927 ],
6899 - "time": "2023-03-06T18:09:13+00:00" 6928 + "time": "2023-04-12T12:00:00+00:00"
6900 }, 6929 },
6901 { 6930 {
6902 "name": "hamcrest/hamcrest-php", 6931 "name": "hamcrest/hamcrest-php",
@@ -7730,16 +7759,16 @@ @@ -7730,16 +7759,16 @@
7730 }, 7759 },
7731 { 7760 {
7732 "name": "phpunit/phpunit", 7761 "name": "phpunit/phpunit",
7733 - "version": "9.6.6", 7762 + "version": "9.6.7",
7734 "source": { 7763 "source": {
7735 "type": "git", 7764 "type": "git",
7736 "url": "https://github.com/sebastianbergmann/phpunit.git", 7765 "url": "https://github.com/sebastianbergmann/phpunit.git",
7737 - "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115" 7766 + "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2"
7738 }, 7767 },
7739 "dist": { 7768 "dist": {
7740 "type": "zip", 7769 "type": "zip",
7741 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b65d59a059d3004a040c16a82e07bbdf6cfdd115",  
7742 - "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115", 7770 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
  7771 + "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
7743 "shasum": "", 7772 "shasum": "",
7744 "mirrors": [ 7773 "mirrors": [
7745 { 7774 {
@@ -7819,7 +7848,7 @@ @@ -7819,7 +7848,7 @@
7819 "support": { 7848 "support": {
7820 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 7849 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7821 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 7850 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
7822 - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.6" 7851 + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7"
7823 }, 7852 },
7824 "funding": [ 7853 "funding": [
7825 { 7854 {
@@ -7835,7 +7864,7 @@ @@ -7835,7 +7864,7 @@
7835 "type": "tidelift" 7864 "type": "tidelift"
7836 } 7865 }
7837 ], 7866 ],
7838 - "time": "2023-03-27T11:43:46+00:00" 7867 + "time": "2023-04-14T08:58:40+00:00"
7839 }, 7868 },
7840 { 7869 {
7841 "name": "sebastian/cli-parser", 7870 "name": "sebastian/cli-parser",
@@ -8963,5 +8992,5 @@ @@ -8963,5 +8992,5 @@
8963 "php": "^7.3|^8.0" 8992 "php": "^7.3|^8.0"
8964 }, 8993 },
8965 "platform-dev": [], 8994 "platform-dev": [],
8966 - "plugin-api-version": "2.1.0" 8995 + "plugin-api-version": "2.2.0"
8967 } 8996 }