Skip to content

Commit d4c0780

Browse files
authored
chore: php 8.2 support
1 parent 58e11a1 commit d4c0780

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wastukancana/nim",
33
"type": "library",
44
"description": "STT Wastukancana Student ID (NIM) Parser",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"homepage": "https://github.com/sooluh/waska-nim",
77
"license": "MIT",
88
"authors": [
@@ -35,12 +35,12 @@
3535
}
3636
},
3737
"require": {
38-
"php": ">=7.4",
38+
"php": "^7.4|^8.2",
3939
"guzzlehttp/guzzle": "^7.8"
4040
},
4141
"require-dev": {
4242
"squizlabs/php_codesniffer": "^3.7",
4343
"phpunit/phpunit": "^9.6",
4444
"mikey179/vfsstream": "^1.6"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)