Skip to content

Commit 2795f93

Browse files
committed
Merge pull request #190 from symfony-cmf/prepare-1.3
prepare for 1.3 release
2 parents 68d7b4e + 3e57b79 commit 2795f93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
matrix:
2222
include:
2323
- php: 5.6
24-
env: DEPS=dev
24+
env: DEPS=dev SYMFONY_VERSION=2.8.*
2525
- php: 5.3
2626
env: COMPOSER_FLAGS="--prefer-lowest"
2727
- php: 5.6

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
=========
3+
1.3.0
4+
-----
35

46
1.3.0-RC1
57
---------

PublishWorkflow/AlwaysPublishedWorkflowChecker.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
*/
2727
class AlwaysPublishedWorkflowChecker implements SecurityContextInterface
2828
{
29-
/**
30-
*/
3129
public function getToken()
3230
{
3331
return;

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": "^5.3.9|^7.0",
1616
"symfony/framework-bundle": "^2.3",
17-
"symfony-cmf/slugifier-api": "^1.0@rc"
17+
"symfony-cmf/slugifier-api": "^1.0"
1818
},
1919
"require-dev": {
2020
"symfony/security-bundle": "^2.1",
2121
"mockery/mockery": "^0.9.4",
22-
"symfony-cmf/routing-bundle": "^1.2.0-RC3",
23-
"symfony-cmf/testing": "^1.3@dev",
22+
"symfony-cmf/routing-bundle": "^1.2",
23+
"symfony-cmf/testing": "^1.3",
2424
"sonata-project/admin-bundle": "^2.2",
2525
"doctrine/dbal": "2.5.*"
2626
},

0 commit comments

Comments
 (0)