Skip to content

Commit

Permalink
fix: read api-platform/symfony version instead of api-platform/core (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka authored Oct 7, 2024
1 parent 3f1906e commit 82c07a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/app/playground/components/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function Playground() {
[STR],
[
`(function() {
return array_filter(json_decode(file_get_contents('/src/composer.lock'))->packages, fn($v) => $v->name === 'api-platform/core')[0]->version;
return array_filter(json_decode(file_get_contents('/src/composer.lock'))->packages, fn($v) => $v->name === 'api-platform/symfony')[0]->version;
})()`,
]
) as string,
Expand Down

0 comments on commit 82c07a2

Please sign in to comment.