Skip to content

Commit ae2bc5e

Browse files
committed
Add ProcessFinger 0.1.1
1 parent e26683f commit ae2bc5e

4 files changed

Lines changed: 546 additions & 3 deletions

File tree

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Hadi Akbarzadeh <https://elatel.ir>
3+
Copyright (c) 2024-present Hadi Akbarzadeh <https://elatel.ir>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Includes the following helpers:
1414
- [Levex](https://github.com/nabeghe/levex-php) <small>v1.0.1</small>
1515
- [Matcher](https://github.com/nabeghe/matcher-php)<small> v1.0.0</small>
1616
- [Mem](https://github.com/nabeghe/mem-php) <small>v1.2.0</small>
17+
- [ProcessFinger](https://github.com/nabeghe/process-finger-php) <small>v0.1.0</small>
1718
- [Reflecty](https://github.com/nabeghe/reflecty-php) <small>v0.5.2</small>
1819
- [Servery](https://github.com/nabeghe/servery-php) <small>v0.3.0</small>
1920
- [Shortnum](https://github.com/nabeghe/shortnum-php) <small>v1.0.0</small>

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"Nabeghe\\Levex\\": "src/Levex",
3232
"Nabeghe\\Matcher\\": "src/Matcher",
3333
"Nabeghe\\Mem\\": "src/Mem",
34+
"Nabeghe\\ProcessFinger\\": "src/ProcessFinger",
3435
"Nabeghe\\Reflecty\\": "src/Reflecty",
3536
"Nabeghe\\Servery\\": "src/Servery",
3637
"Nabeghe\\Shortnum\\": "src/Shortnum",
@@ -48,4 +49,4 @@
4849
"ext-mbstring": "*",
4950
"ext-ctype": "*"
5051
}
51-
}
52+
}

0 commit comments

Comments
 (0)