Skip to content

Commit

Permalink
Added hashids/hashids 4.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Apr 3, 2019
1 parent c74c369 commit bb816f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 6.0.0 (released 2019-04-03)

- Added hashids/hashids 4.0 support
- Removed php 7.1 support

## 5.2.0 (released 2019-02-27)

- Added laravel 5.8 support
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"graham-campbell/manager": "^4.2",
"hashids/hashids": "^3.0",
"hashids/hashids": "^4.0",
"illuminate/contracts": "5.8.*",
"illuminate/support": "5.8.*"
},
"require-dev": {
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.2",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^7.5 || ^8.0"
"phpunit/phpunit": "^8.0"
},
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "5.2-dev"
"dev-master": "6.0-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit bb816f8

Please sign in to comment.