Skip to content

Commit

Permalink
support sulu 1.3 version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored and wachterjohannes committed Aug 12, 2016
1 parent 3f82441 commit b467d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## dev-develop

- FEATURE #34 support for sulu 1.3
- FEATURE #33 allow route name and add locale replacer in confirmation redirect
- BUGFIX #31 fix completion listener listen on none safe methods.
- ENHANCEMENT #29 translate country names with Symfony Intl.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"require": {
"php": "^5.5 || ^7.0",
"sulu/sulu": "dev-develop",
"sulu/document-manager": "@dev",
"massive/search-bundle": "@dev",
"sulu/sulu": "^1.3 || dev-develop",
"beberlei/DoctrineExtensions": "^1.0"
},
"require-dev": {
"sulu/document-manager": "@dev",
"massive/search-bundle": "@dev",
"zendframework/zend-stdlib": "2.3.1 as 2.0.0rc5",
"zendframework/zendsearch": "2.*@dev",
"symfony/swiftmailer-bundle": "~2.3",
Expand Down

0 comments on commit b467d05

Please sign in to comment.