Skip to content

Commit d2f5659

Browse files
committed
PHP 8.2
1 parent a3e4d70 commit d2f5659

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

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

5-
## 1.0.1 - 2022-01-31
5+
## 1.1.0 - 2022-12-09
6+
- Support PHP 8.2
67

8+
## 1.0.1 - 2022-01-31
79
- Fix/Refactor code.
810

911
## 1.0.0 - 2022-01-31
10-
1112
- initial release.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-2022 vursion
1+
Copyright (c) 2020-2023 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",
20+
"php": "^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
2121
"guzzlehttp/guzzle": "^5.0 || ^6.0 || ^7.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)