Skip to content

Commit 21e81f5

Browse files
committed
feat: laravel 11
1 parent 1c0fc1f commit 21e81f5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "yajra/laravel-datatables-html",
3-
"description": "Laravel DataTables HTML builder plugin for Laravel 5.4+.",
3+
"description": "Laravel DataTables HTML builder plugin",
44
"keywords": [
5+
"yajra",
56
"laravel",
67
"dataTables",
78
"jquery",
@@ -16,13 +17,13 @@
1617
}
1718
],
1819
"require": {
19-
"php": "^8.1",
20+
"php": "^8.2",
2021
"ext-json": "*",
21-
"yajra/laravel-datatables-oracle": "^10.0"
22+
"yajra/laravel-datatables-oracle": "^11.0"
2223
},
2324
"require-dev": {
24-
"nunomaduro/larastan": "^2.4",
25-
"orchestra/testbench": "^7.21"
25+
"larastan/larastan": "^2.9.1",
26+
"orchestra/testbench": "^9"
2627
},
2728
"autoload": {
2829
"psr-4": {

phpstan.neon.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- ./vendor/nunomaduro/larastan/extension.neon
2+
- ./vendor/larastan/larastan/extension.neon
33

44
parameters:
55

@@ -15,4 +15,4 @@ parameters:
1515

1616
checkMissingIterableValueType: false
1717

18-
checkGenericClassInNonGenericObjectType: false
18+
checkGenericClassInNonGenericObjectType: false

0 commit comments

Comments
 (0)