Skip to content

Commit 2944222

Browse files
committed
Corrected dependencies, composer.json
1 parent 9469116 commit 2944222

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/instructor/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"cognesy/instructor-addons": "^1.0",
5454
"cognesy/instructor-config": "^1.0",
5555
"cognesy/instructor-polyglot": "^1.0",
56-
"cognesy/instructor-schema": "^1.0",
5756
"cognesy/instructor-setup": "^1.0",
5857
"cognesy/instructor-templates": "^1.0",
5958
"cognesy/instructor-utils": "^1.0",
@@ -62,7 +61,6 @@
6261
"symfony/property-access": "^6.4 || ^7.0",
6362
"symfony/property-info": "^6.4 || ^7.0",
6463
"symfony/serializer": "^6.4 || ^7.0",
65-
"symfony/type-info": "^7.1",
6664
"symfony/validator": "^6.4 || ^7.0"
6765
},
6866
"require-dev": {
@@ -83,5 +81,7 @@
8381
"tests": "@php vendor/bin/pest",
8482
"phpstan": "@php vendor/bin/phpstan -c phpstan.neon",
8583
"psalm": "@php vendor/bin/psalm"
86-
}
84+
},
85+
"minimum-stability": "rc",
86+
"prefer-stable": true
8787
}

0 commit comments

Comments
 (0)