mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-06-16 22:45:58 +02:00
Update composer.json
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "maximebf/debugbar",
|
"name": "php-debugbar/debugbar",
|
||||||
"description": "Debug bar in the browser for php application",
|
"description": "Debug bar in the browser for php application",
|
||||||
"keywords": ["debug", "debugbar", "dev"],
|
"keywords": ["debug", "debugbar", "debug bar", "dev"],
|
||||||
"homepage": "https://github.com/php-debugbar/php-debugbar",
|
"homepage": "https://github.com/php-debugbar/debugbar",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2|^8",
|
"php": "^8.1",
|
||||||
"psr/log": "^1|^2|^3",
|
"psr/log": "^1|^2|^3",
|
||||||
"symfony/var-dumper": "^4|^5|^6|^7"
|
"symfony/var-dumper": "^4|^5|^6|^7"
|
||||||
},
|
},
|
||||||
@ -56,7 +56,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.24-dev"
|
"dev-master": "2.0-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user