We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e11a1 commit d4c0780Copy full SHA for d4c0780
1 file changed
composer.json
@@ -2,7 +2,7 @@
2
"name": "wastukancana/nim",
3
"type": "library",
4
"description": "STT Wastukancana Student ID (NIM) Parser",
5
- "version": "0.1.2",
+ "version": "0.2.0",
6
"homepage": "https://github.com/sooluh/waska-nim",
7
"license": "MIT",
8
"authors": [
@@ -35,12 +35,12 @@
35
}
36
},
37
"require": {
38
- "php": ">=7.4",
+ "php": "^7.4|^8.2",
39
"guzzlehttp/guzzle": "^7.8"
40
41
"require-dev": {
42
"squizlabs/php_codesniffer": "^3.7",
43
"phpunit/phpunit": "^9.6",
44
"mikey179/vfsstream": "^1.6"
45
46
-}
+}
0 commit comments