File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.1
54 - 7.2
65 - 7.3
76
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments