Skip to content

Commit 51a98e3

Browse files
committed
...
1 parent 1f24526 commit 51a98e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "beyondcode/laravel-dump-server",
2+
"name": "kuzovkov/laravel-dump-server",
33
"description": "Symfony Var-Dump Server for Laravel",
44
"keywords": [
55
"beyondcode",
66
"laravel-dump-server"
77
],
8-
"homepage": "https://github.com/beyondcode/laravel-dump-server",
8+
"homepage": "https://github.com/kuzovkov/laravel-dump-server",
99
"license": "MIT",
1010
"authors": [
1111
{
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
21-
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
22-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
23-
"symfony/var-dumper": "^5.0|^6.0"
20+
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"symfony/var-dumper": "^5.0|^6.0|^7.0"
2424
},
2525
"require-dev": {
2626
"larapack/dd": "^1.0",

0 commit comments

Comments
 (0)