Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 7d7e7b7

Browse files
committed
phpunit
1 parent f950655 commit 7d7e7b7

File tree

2 files changed

+102
-97
lines changed

2 files changed

+102
-97
lines changed

.idea/php.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 97 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,101 @@
11
{
2-
"name": "vectornetworkproject/themix",
3-
"homepage": "https://www.vector-network.tk",
4-
"type": "project",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "InkoHX",
9-
"homepage": "https://twitter.com/InkoHX"
10-
},
11-
{
12-
"name": "DusKong",
13-
"homepage": "https://twitter.com/DUSKONG"
14-
},
15-
{
16-
"name": "yuko fuyutsuki",
17-
"homepage": "https://twitter.com/y_fy_"
18-
},
19-
{
20-
"name": "MazaiCrafty",
21-
"homepage": "https://twitter.com/MazaiCrafty"
22-
},
23-
{
24-
"name": "UramnOIL",
25-
"homepage": "https://twitter.com/UramnOIL"
26-
}
27-
],
28-
"require": {
29-
"php": ">=7.2.0",
30-
"php-64bit": "*",
31-
"ext-bcmath": "*",
32-
"ext-curl": "*",
33-
"ext-crypto": "^0.3.1",
34-
"ext-ctype": "*",
35-
"ext-date": "*",
36-
"ext-gmp": "*",
37-
"ext-hash": "*",
38-
"ext-json": "*",
39-
"ext-mbstring": "*",
40-
"ext-openssl": "*",
41-
"ext-pcre": "*",
42-
"ext-phar": "*",
43-
"ext-pthreads": ">=3.1.7dev",
44-
"ext-reflection": "*",
45-
"ext-sockets": "*",
46-
"ext-spl": "*",
47-
"ext-yaml": ">=2.0.0",
48-
"ext-zip": "*",
49-
"ext-zlib": ">=1.2.11",
50-
"mdanter/ecc": "^0.5.0",
51-
"pocketmine/pocketmine-mp": "^3.3.2",
52-
"pocketmine/raklib": "^0.12.0",
53-
"pocketmine/spl": "^0.3.0",
54-
"pocketmine/binaryutils": "^0.1.0",
55-
"pocketmine/nbt": "^0.2.1",
56-
"pocketmine/math": "^0.2.0",
57-
"pocketmine/snooze": "^0.1.0",
58-
"fuyutsuki/libform": "^0.4.0"
2+
"name": "vectornetworkproject/themix",
3+
"homepage": "https://www.vector-network.tk",
4+
"type": "project",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "InkoHX",
9+
"homepage": "https://twitter.com/InkoHX"
5910
},
60-
"autoload": {
61-
"psr-4": {
62-
"": [
63-
"src"
64-
]
65-
}
11+
{
12+
"name": "DusKong",
13+
"homepage": "https://twitter.com/DUSKONG"
6614
},
67-
"repositories": [
68-
{
69-
"type": "git",
70-
"url": "https://github.com/pmmp/PocketMine-MP"
71-
},
72-
{
73-
"type": "git",
74-
"url": "https://github.com/pmmp/RakLib"
75-
},
76-
{
77-
"type": "git",
78-
"url": "https://github.com/pmmp/SPL"
79-
},
80-
{
81-
"type": "git",
82-
"url": "https://github.com/pmmp/BinaryUtils"
83-
},
84-
{
85-
"type": "git",
86-
"url": "https://github.com/pmmp/NBT"
87-
},
88-
{
89-
"type": "git",
90-
"url": "https://github.com/pmmp/Math"
91-
},
92-
{
93-
"type": "git",
94-
"url": "https://github.com/pmmp/Snooze"
95-
},
96-
{
97-
"type": "git",
98-
"url": "https://github.com/fuyutsuki/libform"
99-
}
100-
]
15+
{
16+
"name": "yuko fuyutsuki",
17+
"homepage": "https://twitter.com/y_fy_"
18+
},
19+
{
20+
"name": "MazaiCrafty",
21+
"homepage": "https://twitter.com/MazaiCrafty"
22+
},
23+
{
24+
"name": "UramnOIL",
25+
"homepage": "https://twitter.com/UramnOIL"
26+
}
27+
],
28+
"require": {
29+
"php": ">=7.2.0",
30+
"php-64bit": "*",
31+
"ext-bcmath": "*",
32+
"ext-curl": "*",
33+
"ext-crypto": "^0.3.1",
34+
"ext-ctype": "*",
35+
"ext-date": "*",
36+
"ext-gmp": "*",
37+
"ext-hash": "*",
38+
"ext-json": "*",
39+
"ext-mbstring": "*",
40+
"ext-openssl": "*",
41+
"ext-pcre": "*",
42+
"ext-phar": "*",
43+
"ext-pthreads": ">=3.1.7dev",
44+
"ext-reflection": "*",
45+
"ext-sockets": "*",
46+
"ext-spl": "*",
47+
"ext-yaml": ">=2.0.0",
48+
"ext-zip": "*",
49+
"ext-zlib": ">=1.2.11",
50+
"mdanter/ecc": "^0.5.0",
51+
"pocketmine/pocketmine-mp": "^3.3.2",
52+
"pocketmine/raklib": "^0.12.0",
53+
"pocketmine/spl": "^0.3.0",
54+
"pocketmine/binaryutils": "^0.1.0",
55+
"pocketmine/nbt": "^0.2.1",
56+
"pocketmine/math": "^0.2.0",
57+
"pocketmine/snooze": "^0.1.0",
58+
"fuyutsuki/libform": "^0.4.0"
59+
},
60+
"autoload": {
61+
"psr-4": {
62+
"": [
63+
"src"
64+
]
65+
}
66+
},
67+
"repositories": [
68+
{
69+
"type": "git",
70+
"url": "https://github.com/pmmp/PocketMine-MP"
71+
},
72+
{
73+
"type": "git",
74+
"url": "https://github.com/pmmp/RakLib"
75+
},
76+
{
77+
"type": "git",
78+
"url": "https://github.com/pmmp/SPL"
79+
},
80+
{
81+
"type": "git",
82+
"url": "https://github.com/pmmp/BinaryUtils"
83+
},
84+
{
85+
"type": "git",
86+
"url": "https://github.com/pmmp/NBT"
87+
},
88+
{
89+
"type": "git",
90+
"url": "https://github.com/pmmp/Math"
91+
},
92+
{
93+
"type": "git",
94+
"url": "https://github.com/pmmp/Snooze"
95+
},
96+
{
97+
"type": "git",
98+
"url": "https://github.com/fuyutsuki/libform"
99+
}
100+
]
101101
}

0 commit comments

Comments
 (0)