Skip to content

Commit 0112043

Browse files
committed
Pin open-code-modeling dependencies to next version
1 parent e8b4862 commit 0112043

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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": "0.2.x-dev",
37-
"open-code-modeling/php-code-ast": "0.9.x-dev"
36+
"open-code-modeling/json-schema-to-php": "^0.2.0 || 0.3.x-dev",
37+
"open-code-modeling/php-code-ast": "^0.9.0 || 0.10.x-dev"
3838
},
3939
"require-dev": {
4040
"jangregor/phpstan-prophecy": "^0.8.0",

tests/ClassGeneratorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ public function setUp(): void
6060
$this->classInfoList,
6161
$this->valueObjectFactory,
6262
FilterFactory::classNameFilter(),
63-
FilterFactory::propertyNameFilter(),
64-
FilterFactory::methodNameFilter(),
63+
FilterFactory::propertyNameFilter()
6564
);
6665
}
6766

0 commit comments

Comments
 (0)