Skip to content

Commit 12ad4c2

Browse files
authored
Merge pull request #30 from aternosorg/normalize-composer-json
Normalize composer.json
2 parents 169fe0b + 978712b commit 12ad4c2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "aternos/codex",
33
"description": "PHP library to read, parse, print and analyse log files.",
4-
"type": "library",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Matthias Neid",
@@ -12,6 +12,9 @@
1212
"require": {
1313
"php": ">=8.3"
1414
},
15+
"require-dev": {
16+
"phpunit/phpunit": "^12.3"
17+
},
1518
"autoload": {
1619
"psr-4": {
1720
"Aternos\\Codex\\": "src/"
@@ -23,9 +26,6 @@
2326
"Aternos\\Codex\\Test\\Tests\\": "test/tests/"
2427
}
2528
},
26-
"require-dev": {
27-
"phpunit/phpunit": "^12.3"
28-
},
2929
"scripts": {
3030
"test": "phpunit test/tests"
3131
}

0 commit comments

Comments
 (0)