File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-ip-middleware ` will be documented in this file
4
4
5
+ ## 1.8.0 - 2023-04-11
6
+
7
+ - Laravel 10 support
8
+ - Dropped Laravel 6 and 7 support
9
+ - Dropped PHP 7 support
10
+
5
11
## 1.7.0 - 2022-07-05
6
12
7
13
- Laravel 9 support
Original file line number Diff line number Diff line change 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " ^7.2|^ 8.0" ,
25
- "illuminate/contracts" : " ^6.0|^7.0|^ 8.0|^9.0|^10.0" ,
26
- "illuminate/http" : " ^6.0|^7.0|^ 8.0|^9.0|^10.0" ,
27
- "illuminate/support" : " ^6.0|^7.0|^ 8.0|^9.0|^10.0"
24
+ "php" : " ^8.0" ,
25
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0" ,
26
+ "illuminate/http" : " ^8.0|^9.0|^10.0" ,
27
+ "illuminate/support" : " ^8.0|^9.0|^10.0"
28
28
},
29
29
"require-dev" : {
30
- "orchestra/testbench" : " ^4 .0|^5 .0|^6 .0" ,
31
- "phpunit/phpunit" : " ^8.0|^9.0"
30
+ "orchestra/testbench" : " ^5 .0|^6 .0|^7 .0" ,
31
+ "phpunit/phpunit" : " ^8.0|^9.0|^10.0 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments