We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48a42a commit 9b756b0Copy full SHA for 9b756b0
resources/js/components/playground.tsx
@@ -1,5 +1,6 @@
1
import { router } from '@inertiajs/react';
2
-import { startPlaygroundWeb, StepDefinition } from '@wp-playground/client';
+import { StepDefinition } from '@wp-playground/blueprints';
3
+import { startPlaygroundWeb } from '@wp-playground/client';
4
import { cx } from 'class-variance-authority';
5
import { useEffect, useRef, useTransition } from 'react';
6
import { Group, Panel, Separator } from 'react-resizable-panels';
resources/js/lib/constants.ts
@@ -1 +1 @@
-export const DEFAULT_PHP_VERSION = '8.3';
+export const DEFAULT_PHP_VERSION = '8.5';
0 commit comments