Skip to content

Commit 63091f2

Browse files
authored
fix: composer.json
1 parent 8424d33 commit 63091f2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

composer.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
2-
"name": "pocketmine/binaryutils",
2+
"name": "rootiteam/binaryutils",
33
"description": "Classes and methods for conveniently handling binary data",
44
"type": "library",
55
"license": "LGPL-3.0",
66
"require": {
77
"php": "^7.4 || ^8.0",
88
"php-64bit": "*"
99
},
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-
},
1710
"autoload": {
1811
"psr-4": {
1912
"pocketmine\\utils\\": "src/"
@@ -23,10 +16,5 @@
2316
"psr-4": {
2417
"pocketmine\\utils\\": "tests/phpunit/"
2518
}
26-
},
27-
"config": {
28-
"allow-plugins": {
29-
"phpstan/extension-installer": true
30-
}
3119
}
3220
}

0 commit comments

Comments
 (0)