Skip to content

Commit 8216f38

Browse files
committed
Fix LICENSE.md, README.md and composer.json
1 parent 7c92cc0 commit 8216f38

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

LICENSE.md

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

3-
Copyright (c) Hadi Akbarzadeh info@elatel.ir
3+
Copyright (c) 2024 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

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@
1313
You can install the package via composer:
1414

1515
```bash
16-
composer require nabeghe/colory
16+
composer require nabeghe/alphanum
1717
```
1818

1919
<hr>
2020

2121
#### Example:
2222

2323
```php
24-
<?php
25-
26-
require 'vendor/autoload.php';
27-
2824
use Nabeghe\Alphanum\Alphanum;
2925

3026
echo "[[ To Alphanum ]]\n";
@@ -66,6 +62,4 @@ echo "\n";
6662

6763
## 📖 License
6864

69-
Copyright (c) 2024 Hadi Akbarzadeh
70-
7165
Licensed under the MIT license, see [LICENSE.md](LICENSE.md) for details.

composer.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22
"name": "nabeghe/alphanum",
33
"description": "Converting decimal numbers to alphanums, which include uppercase & lowercase letters as well as the underscore character, & vice versa.",
44
"keywords": [
5-
"alphanum", "alphabetic", "string", "numeric", "numbers", "decimal", "sexagesimal", "hexadecimal",
6-
"library", "helper", "support"
5+
"alphanum",
6+
"alphabetic",
7+
"string",
8+
"numeric",
9+
"numbers",
10+
"decimal",
11+
"sexagesimal",
12+
"hexadecimal",
13+
"library",
14+
"helper",
15+
"support"
716
],
817
"type": "library",
9-
"version": "0.1.0",
1018
"homepage": "https://github.com/nabeghe/alphanum-php",
1119
"license": "MIT",
1220
"autoload": {
@@ -17,12 +25,12 @@
1725
"authors": [
1826
{
1927
"name": "Hadi Akbarzadeh",
20-
"email": "hadicoder@gmail.com",
28+
"email": "elsiomcoder@gmail.com",
2129
"homepage": "https://elatel.ir",
2230
"role": "Developer"
2331
}
2432
],
2533
"require": {
2634
"php": ">=7.0"
2735
}
28-
}
36+
}

0 commit comments

Comments
 (0)