Skip to content

Commit 5c3c13a

Browse files
committed
PHP 8.4
1 parent a2b2865 commit 5c3c13a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

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

5+
## 1.3.0 - 2024-11-25
6+
- Support PHP 8.4
7+
58
## 1.2.0 - 2023-11-24
69
- Support PHP 8.3
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
20+
"php": "^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
2121
"guzzlehttp/guzzle": "^5.0 || ^6.0 || ^7.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)