Skip to content

Commit 4915959

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 ------- f352744e [Examples] Add minimum-stability dev to composer.json
2 parents 1a39750 + 89ce7f7 commit 4915959

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)