Skip to content

Commit f55208f

Browse files
authored
Add wizardloop/broadcastmanager to composer.json
Added wizardloop/broadcastmanager as a dependency.
1 parent cf80e49 commit f55208f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "project",
55
"require": {
66
"php": "^8.4",
7-
"danog/madelineproto": "^8.6"
7+
"danog/madelineproto": "^8.6",
8+
"wizardloop/broadcastmanager": "^3.0"
89
},
910
"require-dev": {
1011
"phpunit/phpunit": "^10.0",
@@ -16,11 +17,6 @@
1617
"GetAnyMessage\\": "src/"
1718
}
1819
},
19-
"autoload-dev": {
20-
"psr-4": {
21-
"GetAnyMessage\\Tests\\": "tests/"
22-
}
23-
},
2420
"scripts": {
2521
"test": "phpunit --configuration phpunit.xml",
2622
"lint": "phpcs --standard=phpcs.xml",
@@ -32,4 +28,4 @@
3228
"name": "WizardLoop"
3329
}
3430
]
35-
}
31+
}

0 commit comments

Comments
 (0)