Skip to content

Commit

Permalink
Merge pull request #85 from ubirak/tyx-patch-1
Browse files Browse the repository at this point in the history
Allow to use sf4
  • Loading branch information
shouze authored Nov 29, 2017
2 parents 6ba4943 + 2e83c33 commit 5478cbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ php:
- nightly
env:
matrix:
- COMPOSER_PREFER=""
- COMPOSER_PREFER="--prefer-stable"
- COMPOSER_PREFER="--prefer-lowest"
- COMPOSER_PREFER="--prefer-lowest --prefer-stable"
matrix:
allow_failures:
-
Expand Down
2 changes: 1 addition & 1 deletion behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default:
- FeatureContext
- Rezzza\RestApiBehatExtension\RestApiContext
- Rezzza\RestApiBehatExtension\Json\JsonContext:
jsonSchemaBaseUrl: %paths.base%/features/bootstrap
jsonSchemaBaseUrl: '%paths.base%/features/bootstrap'

extensions:
Rezzza\RestApiBehatExtension\Extension:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"autoload": {
"psr-4": { "Rezzza\\RestApiBehatExtension\\": "src/" }
},
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"behat/behat": "~3.0",
"atoum/atoum": "~1.0|~2.0|~3.0|3.0.x-dev",
"symfony/property-access": "~2.5|~3.0",
"symfony/property-access": "~2.5|~3.0|~4.0",
"justinrainbow/json-schema": ">=3.0 <6.0",
"psr/http-message": "^1.0",
"php-http/discovery": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion features/json_inspection_edge_case.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: Test json inspection edge cases
contexts:
- Rezzza\RestApiBehatExtension\RestApiContext
- Rezzza\RestApiBehatExtension\Json\JsonContext:
jsonSchemaBaseUrl: %paths.base%/features/bootstrap
jsonSchemaBaseUrl: '%paths.base%/features/bootstrap'
extensions:
Rezzza\RestApiBehatExtension\Extension:
Expand Down

0 comments on commit 5478cbb

Please sign in to comment.