1
0
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:
Barry vd. Heuvel 2025-01-26 15:47:53 +01:00 committed by GitHub
parent ae1f47ca11
commit 6b0a83afdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"
}
}
}