Skip to content

Commit 5f3f6b1

Browse files
authored
Merge pull request #115 from aternosorg/normalize-composer-json
Normalize composer.json
2 parents fde6189 + 57460b9 commit 5f3f6b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "aternos/codex-minecraft",
33
"description": "PHP library to read, parse, print and analyse Minecraft log files.",
4-
"type": "library",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Matthias",
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=8.1.0",
14-
"aternos/codex": "^2.2.0",
15-
"ext-json": "*"
14+
"ext-json": "*",
15+
"aternos/codex": "^2.2.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^10.5"
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"scripts": {
31-
"test": "phpunit --testdox --config phpunit.xml",
32-
"generate-tests": "php ./test/generate-tests.php"
31+
"generate-tests": "php ./test/generate-tests.php",
32+
"test": "phpunit --testdox --config phpunit.xml"
3333
}
3434
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)