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

Commit

Permalink
prepare stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 27, 2017
1 parent 28d8262 commit 3390e23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vendor/
composer.lock
Tests/Resources/app/cache
Tests/Resources/app/logs
tests/Resources/app/cache
tests/Resources/app/logs
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cache:
env:
matrix: SYMFONY_VERSION=3.2.*
global:
- SYMFONY_DEPRECATIONS_HELPER=2
- SYMFONY_DEPRECATIONS_HELPER=11
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7

matrix:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Contributing
------------

Symfony2 CMF is an open source, community-driven project. We follow the same
guidelines as core Symfony2. If you'd like to contribute, please read the
Symfony CMF is an open source, community-driven project. We follow the same
guidelines as core Symfony. If you'd like to contribute, please read the
[Contributing Code][1] part of the documentation. If you're submitting a pull
request, please follow the guidelines in the [Submitting a Patch][2] section
and use the [Pull Request Template][3].
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
"symfony-cmf/core-bundle": "^2.0"
},
"require-dev": {
"symfony-cmf/testing": "^1.3|^2.0",
"symfony-cmf/testing": "^2.0",
"symfony-cmf/menu-bundle": "^2.0",
"symfony/phpunit-bridge": "^3.2",
"sonata-project/cache-bundle": "^2.1.3,<2.3",
"sonata-project/core-bundle": "^3.0",
"twig/twig": "^1.14.2|^2.0"
},
"minimum-stability": "RC",
"prefer-stable": true,
"suggest": {
"sonata-project/cache-bundle": "To add caching support for block loading",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/meta/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BlockBundle

The MIT License

Copyright (c) 2011-2017 Symfony2 CMF
Copyright (c) 2011-2017 Symfony CMF

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 3390e23

Please sign in to comment.