File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010 - nightly
1111env :
1212 matrix :
13+ - COMPOSER_PREFER=""
1314 - COMPOSER_PREFER="--prefer-stable"
14- - COMPOSER_PREFER="--prefer-lowest"
15+ - COMPOSER_PREFER="--prefer-lowest --prefer-stable "
1516matrix :
1617 allow_failures :
1718 -
Original file line number Diff line number Diff line change 55 - FeatureContext
66 - Rezzza\RestApiBehatExtension\RestApiContext
77 - Rezzza\RestApiBehatExtension\Json\JsonContext :
8- jsonSchemaBaseUrl : %paths.base%/features/bootstrap
8+ jsonSchemaBaseUrl : ' %paths.base%/features/bootstrap'
99
1010 extensions :
1111 Rezzza\RestApiBehatExtension\Extension :
Original file line number Diff line number Diff line change 1515 "autoload" : {
1616 "psr-4" : { "Rezzza\\ RestApiBehatExtension\\ " : " src/" }
1717 },
18+ "minimum-stability" : " dev" ,
1819 "require" : {
1920 "php" : " >=5.6.0" ,
2021 "behat/behat" : " ~3.0" ,
2122 "atoum/atoum" : " ~1.0|~2.0|~3.0|3.0.x-dev" ,
22- "symfony/property-access" : " ~2.5|~3.0" ,
23+ "symfony/property-access" : " ~2.5|~3.0|~4.0 " ,
2324 "justinrainbow/json-schema" : " >=3.0 <6.0" ,
2425 "psr/http-message" : " ^1.0" ,
2526 "php-http/discovery" : " ^1.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Feature: Test json inspection edge cases
1212 contexts:
1313 - Rezzza\RestApiBehatExtension\RestApiContext
1414 - Rezzza\RestApiBehatExtension\Json\JsonContext:
15- jsonSchemaBaseUrl: %paths.base%/features/bootstrap
15+ jsonSchemaBaseUrl: ' %paths.base%/features/bootstrap'
1616
1717 extensions:
1818 Rezzza\RestApiBehatExtension\Extension:
You can’t perform that action at this time.
0 commit comments