Skip to content

Commit cb9e08e

Browse files
committed
feat: Update support to Laravel 12
1 parent ec3e741 commit cb9e08e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tiknil",
66
"wire-table"
77
],
8-
"version": "1.5.3",
8+
"version": "1.6.0",
99
"homepage": "https://github.com/tiknil/wire-table",
1010
"license": "MIT",
1111
"type": "library",
@@ -17,15 +17,15 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.1|^8.2|^8.3",
21-
"illuminate/support": "^10.0|^11.0",
22-
"illuminate/contracts": "^10.0|^11.0",
20+
"php": "^8.1|^8.2|^8.3|^8.4",
21+
"illuminate/support": "^10.0|^11.0|^12.0",
22+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2323
"livewire/livewire": "^3.0"
2424
},
2525
"require-dev": {
26-
"laravel/pint": "^1.7",
27-
"orchestra/testbench": "^9.0",
28-
"phpunit/phpunit": "^11.0"
26+
"laravel/pint": "^1.20",
27+
"orchestra/testbench": "^9.0|^10.0",
28+
"phpunit/phpunit": "^11.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)