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

Commit 3390e23

Browse files
authored
prepare stable release
1 parent 28d8262 commit 3390e23

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
vendor/
22
composer.lock
3-
Tests/Resources/app/cache
4-
Tests/Resources/app/logs
3+
tests/Resources/app/cache
4+
tests/Resources/app/logs

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cache:
1414
env:
1515
matrix: SYMFONY_VERSION=3.2.*
1616
global:
17-
- SYMFONY_DEPRECATIONS_HELPER=2
17+
- SYMFONY_DEPRECATIONS_HELPER=11
1818
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
1919

2020
matrix:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Contributing
22
------------
33

4-
Symfony2 CMF is an open source, community-driven project. We follow the same
5-
guidelines as core Symfony2. If you'd like to contribute, please read the
4+
Symfony CMF is an open source, community-driven project. We follow the same
5+
guidelines as core Symfony. If you'd like to contribute, please read the
66
[Contributing Code][1] part of the documentation. If you're submitting a pull
77
request, please follow the guidelines in the [Submitting a Patch][2] section
88
and use the [Pull Request Template][3].

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
"symfony-cmf/core-bundle": "^2.0"
2121
},
2222
"require-dev": {
23-
"symfony-cmf/testing": "^1.3|^2.0",
23+
"symfony-cmf/testing": "^2.0",
2424
"symfony-cmf/menu-bundle": "^2.0",
2525
"symfony/phpunit-bridge": "^3.2",
2626
"sonata-project/cache-bundle": "^2.1.3,<2.3",
2727
"sonata-project/core-bundle": "^3.0",
2828
"twig/twig": "^1.14.2|^2.0"
2929
},
30-
"minimum-stability": "RC",
3130
"prefer-stable": true,
3231
"suggest": {
3332
"sonata-project/cache-bundle": "To add caching support for block loading",

src/Resources/meta/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BlockBundle
22

33
The MIT License
44

5-
Copyright (c) 2011-2017 Symfony2 CMF
5+
Copyright (c) 2011-2017 Symfony CMF
66

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

0 commit comments

Comments
 (0)