Skip to content

Commit 9b756b0

Browse files
Copilotsrtfisher
andcommitted
feat: update imports and set default PHP version to 8.5
Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
1 parent a48a42a commit 9b756b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/js/components/playground.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { router } from '@inertiajs/react';
2-
import { startPlaygroundWeb, StepDefinition } from '@wp-playground/client';
2+
import { StepDefinition } from '@wp-playground/blueprints';
3+
import { startPlaygroundWeb } from '@wp-playground/client';
34
import { cx } from 'class-variance-authority';
45
import { useEffect, useRef, useTransition } from 'react';
56
import { Group, Panel, Separator } from 'react-resizable-panels';

resources/js/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const DEFAULT_PHP_VERSION = '8.3';
1+
export const DEFAULT_PHP_VERSION = '8.5';

0 commit comments

Comments
 (0)