Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Aug 31, 2017
2 parents f463d8c + b09074f commit 9a04b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ before_script:
- composer update $COMPOSER_FLAGS

script:
- SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/phpunit ${PHPUNIT_FLAGS}
- SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/simple-phpunit ${PHPUNIT_FLAGS}
- if [[ "$DOCCHECK" = true ]]; then make -C Resources/doc SPHINXOPTS='-nW' html; fi
- if [[ "$DOCCHECK" = true ]]; then make -C Resources/doc spelling; fi

Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'foshttpcache': ('http://foshttpcache.readthedocs.org/en/stable/', None)}
intersphinx_mapping = {'foshttpcache': ('http://foshttpcache.readthedocs.org/en/latest/', None)}

rst_epilog = """
.. _expressions: http://symfony.com/doc/current/components/expression_language/index.html
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"monolog/monolog": "*",
"sensio/framework-extra-bundle": "^3.0",
"symfony/symfony": "^2.8||^3.0",
"symfony/phpunit-bridge": "^2.7||^3.0",
"symfony/phpunit-bridge": "^3.2",
"symfony/expression-language": "^2.4||^3.0",
"symfony/monolog-bundle": "^2.3||^3.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
Expand Down

0 comments on commit 9a04b66

Please sign in to comment.