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 8a4360e commit 96bc312Copy full SHA for 96bc312
README.md
@@ -182,3 +182,4 @@ Fixing lints
182
- `@QAParam` is now `@LRDparam`
183
- No special changes for users, upgrade to v2.x as usual
184
- 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
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.4|^8.0",
+ "php": "^7.4|^8.0|^8.1|^8.2",
20
"illuminate/contracts": "^8.37|^9.0|^10.0",
21
"kitloong/laravel-app-logger": "^1.0",
22
"spatie/laravel-package-tools": "^1.4.3",
0 commit comments