Skip to content

Commit cb2d483

Browse files
committed
minor #622 [Examples] Add minimum-stability dev to composer.json (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Examples] Add `minimum-stability` `dev` to `composer.json` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Adds minimum-stability configuration to allow dev dependencies and development versions of packages in examples. Needed for #277, thanks `@xabbuh` Commits ------- f352744 [Examples] Add minimum-stability dev to composer.json
2 parents 9c22d53 + f352744 commit cb2d483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Example scripts about using Symfony AI",
44
"license": "MIT",
55
"type": "project",
6+
"minimum-stability": "dev",
67
"require": {
78
"php": ">=8.2",
89
"ext-pdo": "*",

0 commit comments

Comments
 (0)