We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8424d33 commit 63091f2Copy full SHA for 63091f2
composer.json
@@ -1,19 +1,12 @@
1
{
2
- "name": "pocketmine/binaryutils",
+ "name": "rootiteam/binaryutils",
3
"description": "Classes and methods for conveniently handling binary data",
4
"type": "library",
5
"license": "LGPL-3.0",
6
"require": {
7
"php": "^7.4 || ^8.0",
8
"php-64bit": "*"
9
},
10
- "require-dev": {
11
- "phpstan/phpstan": "~1.10.3",
12
- "phpstan/extension-installer": "^1.0",
13
- "phpstan/phpstan-strict-rules": "^1.0.0",
14
- "phpunit/phpunit": "^9.5",
15
- "phpstan/phpstan-phpunit": "^1.0"
16
- },
17
"autoload": {
18
"psr-4": {
19
"pocketmine\\utils\\": "src/"
@@ -23,10 +16,5 @@
23
24
"pocketmine\\utils\\": "tests/phpunit/"
25
}
26
27
- "config": {
28
- "allow-plugins": {
29
- "phpstan/extension-installer": true
30
- }
31
32
20
0 commit comments