Skip to content

Commit e3c58e7

Browse files
committed
update composer.json
1 parent 1715c14 commit e3c58e7

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
"homepage": "http://www.ip2location.com",
66
"type": "library",
77
"license": "LGPLv3",
8+
"autoload": {
9+
"classmap": ["IP2Location.php"]
10+
},
811
"authors": [
912
{
1013
"name": "IP2Location",
1114
"email": "support@ip2location.com",
1215
"homepage": "http://www.ip2location.com"
1316
}
14-
],
15-
"autoload": {
16-
"classmap": [
17-
"IP2Location.php"
18-
]
19-
}
17+
]
2018
}

0 commit comments

Comments
 (0)