Skip to content

Commit 155ac7f

Browse files
committed
Drop old php and laravel versions
1 parent 83b9a52 commit 155ac7f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `laravel-ip-middleware` will be documented in this file
44

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+
511
## 1.7.0 - 2022-07-05
612

713
- Laravel 9 support

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
}
2222
],
2323
"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"
2828
},
2929
"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"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)