Skip to content

Commit bb816f8

Browse files
committed
Added hashids/hashids 4.0 support
1 parent c74c369 commit bb816f8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 6.0.0 (released 2019-04-03)
4+
5+
- Added hashids/hashids 4.0 support
6+
- Removed php 7.1 support
7+
38
## 5.2.0 (released 2019-02-27)
49

510
- Added laravel 5.8 support

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.1.3",
25+
"php": "^7.2",
2626
"graham-campbell/manager": "^4.2",
27-
"hashids/hashids": "^3.0",
27+
"hashids/hashids": "^4.0",
2828
"illuminate/contracts": "5.8.*",
2929
"illuminate/support": "5.8.*"
3030
},
3131
"require-dev": {
3232
"graham-campbell/analyzer": "^2.1",
3333
"graham-campbell/testbench": "^5.2",
3434
"mockery/mockery": "^1.2",
35-
"phpunit/phpunit": "^7.5 || ^8.0"
35+
"phpunit/phpunit": "^8.0"
3636
},
3737
"config": {
3838
"preferred-install": "dist"
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "5.2-dev"
42+
"dev-master": "6.0-dev"
4343
},
4444
"laravel": {
4545
"providers": [

0 commit comments

Comments
 (0)