Skip to content

Commit ae0d4fa

Browse files
committed
bug #81 Fix package name for demo (fabpot)
This PR was merged into the main branch. Discussion ---------- Fix package name for demo | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- fbccd14 Fix package name for demo
2 parents aef79c9 + fbccd14 commit ae0d4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "symfony-ai/demo",
2+
"name": "symfony/ai-demo",
33
"type": "project",
44
"description": "Symfony AI Demo Application",
55
"license": "MIT",

0 commit comments

Comments
 (0)