Skip to content

Commit cdd4f97

Browse files
committed
PHP 8.3
1 parent d2f5659 commit cdd4f97

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.2.0 - 2023-11-24
6+
- Support PHP 8.3
7+
58
## 1.1.0 - 2022-12-09
69
- Support PHP 8.2
710

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-2023 vursion
1+
Copyright (c) 2020-2024 vursion
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

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",
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",
2121
"guzzlehttp/guzzle": "^5.0 || ^6.0 || ^7.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)