提交的内容
This commit is contained in:
13
vendor/guzzlehttp/uri-template/composer.json
vendored
Executable file → Normal file
13
vendor/guzzlehttp/uri-template/composer.json
vendored
Executable file → Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user