Skip to content

Commit b044d6b

Browse files
committed
Refactor code, added dockblock, return type
1 parent 8ecc811 commit b044d6b

7 files changed

+214
-575
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor*

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
{
99
"name": "Md. Rakibul Islam",
1010
"email": "[email protected]",
11-
"homepage": "https://rakibul.dev"
11+
"homepage": "https://github.com/rakibdevs"
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1|^7.2|^7.3|^7.4|^8.0"
15+
"php": "^8.1"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)