Skip to content

Commit 28612fe

Browse files
committed
Move views to Inertia
1 parent c9636f8 commit 28612fe

File tree

264 files changed

+588
-3357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+588
-3357
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"ext-json": "*",
55
"php": "^8.2",
66
"spatie/simple-excel": "^1.0|^2.0|^3.0",
7-
"statamic/cms": "^v6.0.0",
7+
"statamic/cms": "^v6.0.0-alpha.14",
88
"doctrine/dbal": "^4.2"
99
},
1010
"require-dev": {
1111
"friendsofphp/php-cs-fixer": "^3.10",
1212
"orchestra/testbench": "^v10.0.0",
13-
"pestphp/pest": "^3.8"
13+
"pestphp/pest": "^3.8",
14+
"inertiajs/inertia-laravel": "^2.0"
1415
},
1516
"autoload": {
1617
"psr-4": {

0 commit comments

Comments
 (0)