Skip to content

Commit f49af1f

Browse files
committed
changed composer.json name
1 parent 8a73807 commit f49af1f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to `laravel-validator-state` will be documented in this file.
3+
All notable changes to `laravel-validation-rules/us-state` will be documented in this file.
44

55
### 1.0.0
66
- Initial release and connected with packagist

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "tylercd100/laravel-validator-state",
3-
"description": "Validate that a states and provinces for US and Canada",
2+
"name": "laravel-validation-rules/us-state",
3+
"description": "Validate strings that contain states and provinces for US and Canada",
44
"keywords": [
55
"laravel",
66
"validator",
77
"phone",
88
"tylercd100"
99
],
10-
"homepage": "https://github.com/tylercd100/laravel-validator-state",
10+
"homepage": "https://github.com/laravel-validation-rules/us-state",
1111
"license": "MIT",
1212
"authors": [
1313
{
@@ -17,12 +17,12 @@
1717
],
1818
"autoload":{
1919
"psr-4":{
20-
"Tylercd100\\Validator\\State\\":"src/"
20+
"LVR\\State\\":"src/"
2121
}
2222
},
2323
"autoload-dev": {
2424
"psr-4": {
25-
"Tylercd100\\Validator\\State\\Tests\\": "tests/"
25+
"LVR\\State\\Tests\\": "tests/"
2626
}
2727
},
2828
"minimum-stability": "stable",

0 commit comments

Comments
 (0)