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