File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.1
5
4
- 7.2
6
5
- 7.3
7
6
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 6.0.0 (released 2019-04-03)
4
+
5
+ - Added hashids/hashids 4.0 support
6
+ - Removed php 7.1 support
7
+
3
8
## 5.2.0 (released 2019-02-27)
4
9
5
10
- Added laravel 5.8 support
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^7.1.3 " ,
25
+ "php" : " ^7.2 " ,
26
26
"graham-campbell/manager" : " ^4.2" ,
27
- "hashids/hashids" : " ^3 .0" ,
27
+ "hashids/hashids" : " ^4 .0" ,
28
28
"illuminate/contracts" : " 5.8.*" ,
29
29
"illuminate/support" : " 5.8.*"
30
30
},
31
31
"require-dev" : {
32
32
"graham-campbell/analyzer" : " ^2.1" ,
33
33
"graham-campbell/testbench" : " ^5.2" ,
34
34
"mockery/mockery" : " ^1.2" ,
35
- "phpunit/phpunit" : " ^7.5 || ^ 8.0"
35
+ "phpunit/phpunit" : " ^8.0"
36
36
},
37
37
"config" : {
38
38
"preferred-install" : " dist"
39
39
},
40
40
"extra" : {
41
41
"branch-alias" : {
42
- "dev-master" : " 5.2 -dev"
42
+ "dev-master" : " 6.0 -dev"
43
43
},
44
44
"laravel" : {
45
45
"providers" : [
You can’t perform that action at this time.
0 commit comments