Skip to content

Commit d3e8383

Browse files
committed
build: php 8.2 compat
1 parent 26b2085 commit d3e8383

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
]
4343
},
4444

45-
"config": {
46-
"platform": {
47-
"php": "8.2"
48-
}
49-
},
50-
5145
"autoload": {
5246
"psr-4": {
5347
"GT\\TypeSafeGetter\\": "./src",
@@ -58,5 +52,9 @@
5852
"psr-4": {
5953
"GT\\TypeSafeGetter\\Test\\": "./test/phpunit"
6054
}
55+
},
56+
"config": {
57+
"platform": {
58+
}
6159
}
6260
}

0 commit comments

Comments
 (0)