We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b2865 commit 5c3c13aCopy full SHA for 5c3c13a
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `laravel-opcache` will be documented in this file
4
5
+## 1.3.0 - 2024-11-25
6
+- Support PHP 8.4
7
+
8
## 1.2.0 - 2023-11-24
9
- Support PHP 8.3
10
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"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",
+ "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",
21
"guzzlehttp/guzzle": "^5.0 || ^6.0 || ^7.0"
22
},
23
"autoload": {
0 commit comments