Skip to content

Commit d807bbd

Browse files
committed
Updates: big updates...
1 parent b57b30d commit d807bbd

28 files changed

+407
-2618
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.6.28
55
- 7.0
66
- 7.1
7+
- 7.2
78

89
sudo: false
910

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
}
1414
],
1515
"minimum-stability": "stable",
16-
"require": {
17-
"league/csv": "^8.2"
18-
},
1916
"autoload": {
2017
"psr-4": {
21-
"Hidehalo\\Emoji\\": "src/",
22-
"Hidehalo\\Emoji\\Features\\": "src/Features/",
23-
"Hidehalo\\Emoji\\Unicode\\": "src/Unicode/"
24-
}
18+
"Hidehalo\\Emoji\\": "src/"
19+
},
20+
"files": [
21+
"func.php"
22+
]
2523
}
2624
}

0 commit comments

Comments
 (0)