Skip to content

Commit ecf02bc

Browse files
committed
Allow Composer dependency open-code-modeling/json-schema-to-php 0.1.0 - Close #9
1 parent 8f1f145 commit ecf02bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"require": {
3535
"php": "^7.4 || ^8.0",
36-
"open-code-modeling/json-schema-to-php": "dev-master",
37-
"open-code-modeling/php-code-ast": "^0.8.6|dev-master"
36+
"open-code-modeling/json-schema-to-php": "^0.1.0 || dev-master",
37+
"open-code-modeling/php-code-ast": "^0.8.6 || dev-master"
3838
},
3939
"require-dev": {
4040
"jangregor/phpstan-prophecy": "^0.8.0",

0 commit comments

Comments
 (0)