Skip to content

Commit 248e60b

Browse files
committed
Remove old version in composer.json
1 parent d7a9c22 commit 248e60b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "maximebf/debugbar",
2+
"name": "sang-asia/debugbar",
33
"description": "Debug bar in the browser for php application",
44
"keywords": ["debug", "debugbar"],
5-
"homepage": "https://github.com/maximebf/php-debugbar",
5+
"homepage": "https://github.com/sang-asia/php-debugbar",
66
"type": "library",
77
"license": "MIT",
88
"authors": [
@@ -17,13 +17,13 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1|^8",
21-
"psr/log": "^1|^2|^3",
22-
"symfony/var-dumper": "^2.6|^3|^4|^5|^6"
20+
"php": "^8",
21+
"psr/log": "^3",
22+
"symfony/var-dumper": "^6"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^7.5.20 || ^9.4.2",
26-
"twig/twig": "^1.38|^2.7|^3.0"
26+
"twig/twig": "^3.0"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -40,4 +40,4 @@
4040
"dev-master": "1.17-dev"
4141
}
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)