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 10
10
- nightly
11
11
env :
12
12
matrix :
13
+ - COMPOSER_PREFER=""
13
14
- COMPOSER_PREFER="--prefer-stable"
14
- - COMPOSER_PREFER="--prefer-lowest"
15
+ - COMPOSER_PREFER="--prefer-lowest --prefer-stable "
15
16
matrix :
16
17
allow_failures :
17
18
-
Original file line number Diff line number Diff line change 5
5
- FeatureContext
6
6
- Rezzza\RestApiBehatExtension\RestApiContext
7
7
- Rezzza\RestApiBehatExtension\Json\JsonContext :
8
- jsonSchemaBaseUrl : %paths.base%/features/bootstrap
8
+ jsonSchemaBaseUrl : ' %paths.base%/features/bootstrap'
9
9
10
10
extensions :
11
11
Rezzza\RestApiBehatExtension\Extension :
Original file line number Diff line number Diff line change 15
15
"autoload" : {
16
16
"psr-4" : { "Rezzza\\ RestApiBehatExtension\\ " : " src/" }
17
17
},
18
+ "minimum-stability" : " dev" ,
18
19
"require" : {
19
20
"php" : " >=5.6.0" ,
20
21
"behat/behat" : " ~3.0" ,
21
22
"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 " ,
23
24
"justinrainbow/json-schema" : " >=3.0 <6.0" ,
24
25
"psr/http-message" : " ^1.0" ,
25
26
"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
12
12
contexts:
13
13
- Rezzza\RestApiBehatExtension\RestApiContext
14
14
- Rezzza\RestApiBehatExtension\Json\JsonContext:
15
- jsonSchemaBaseUrl: %paths.base%/features/bootstrap
15
+ jsonSchemaBaseUrl: ' %paths.base%/features/bootstrap'
16
16
17
17
extensions:
18
18
Rezzza\RestApiBehatExtension\Extension:
You can’t perform that action at this time.
0 commit comments