Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ea05ce6

Browse files
DevKit updates - Prepare release (#171)
* DevKit updates * use stable testing version
1 parent 573e550 commit ea05ce6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ env:
2727
- TEST_INSTALLATION=false
2828
- LANG=php
2929
- NODE_RELEASE=6.x
30-
- STABILITY=dev
3130

3231
matrix:
3332
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The TreeBrowserBundle provides tree navigation for the Content Repository.
2828

2929
For the install guide and reference, see:
3030

31-
* [symfony-cmf/tree-browser-bundle Documentation](http://symfony.com/doc/master/cmf/bundles/tree_browser/index.html)
31+
* [symfony-cmf/tree-browser-bundle Documentation](http://symfony.com/doc/master/cmf/bundle/tree-browser-bundle/index.html)
3232

3333
See also:
3434

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"symfony/form": "^2.8 || ^3.3 || ^4.0",
24-
"symfony-cmf/testing": "^2.1@dev",
24+
"symfony-cmf/testing": "^2.1.8",
2525
"symfony/phpunit-bridge": "^3.3 || ^4.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)