提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

13
vendor/guzzlehttp/uri-template/composer.json vendored Executable file → Normal file
View File

@ -43,10 +43,11 @@
],
"require": {
"php" : "^7.2.5 || ^8.0",
"symfony/polyfill-php80": "^1.17"
"symfony/polyfill-php80": "^1.24"
},
"require-dev": {
"phpunit/phpunit" : "^8.5.19 || ^9.5.8",
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit" : "^8.5.36 || ^9.6.15",
"uri-template/tests": "1.0.0"
},
"autoload": {
@ -60,11 +61,15 @@
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"preferred-install": "dist",
"sort-packages": true
}