Skip to content

Commit 96bc312

Browse files
(v2.2) php 8.1 and 8.2
1 parent 8a4360e commit 96bc312

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,4 @@ Fixing lints
182182
- `@QAParam` is now `@LRDparam`
183183
- No special changes for users, upgrade to v2.x as usual
184184
- v2.1 UI - adds search bar and few aligment fixes on table
185+
- v2.2 PHP 8.1 and 8.2 support added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4|^8.0",
19+
"php": "^7.4|^8.0|^8.1|^8.2",
2020
"illuminate/contracts": "^8.37|^9.0|^10.0",
2121
"kitloong/laravel-app-logger": "^1.0",
2222
"spatie/laravel-package-tools": "^1.4.3",

0 commit comments

Comments
 (0)