This repository was archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
update to 1.1.0-RC1 #43
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
dc19641
update to 1.1.0-RC1
lsmith77 43000b2
add seo default behavior
ElectricMaxxx 690d9b7
add description to default config
ElectricMaxxx b045508
Merge pull request #45 from ElectricMaxxx/1-1-update
lsmith77 6fc7f8d
adjust default title, CS
ElectricMaxxx 886142d
add meta data from page.yml - with null in find()
ElectricMaxxx 644b9fa
class for seo page
ElectricMaxxx ab971e7
delete indent
ElectricMaxxx cffea9c
Merge pull request #46 from ElectricMaxxx/1-1-update
lsmith77 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,21 +6,28 @@ | |
| "require": { | ||
| "php": ">=5.3.3", | ||
| "symfony/symfony": "2.3.*", | ||
| "twig/extensions": "1.0.*", | ||
| "twig/extensions": "~1.0", | ||
| "symfony/monolog-bundle": "2.3.*", | ||
| "sensio/distribution-bundle": "2.3.*", | ||
| "symfony-cmf/menu-bundle": "1.0.*", | ||
| "symfony-cmf/simple-cms-bundle": "1.0.*", | ||
| "friendsofsymfony/rest-bundle": "1.0.*", | ||
| "jms/serializer-bundle": "0.12.*", | ||
| "jackalope/jackalope-doctrine-dbal": "1.0.*", | ||
| "symfony-cmf/core-bundle": "1.1.*@dev", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note we need to list all these Bundles explicitly only because the minimum stability is set to stable and so dependencies need to explicitly be allowed in this composer.json until we have stable releases of all the updated Bundles. Note that CMF 1.1 is using RoutingBundle 1.2. |
||
| "symfony-cmf/routing": "1.2.*@dev", | ||
| "symfony-cmf/routing-bundle": "1.2.*@dev", | ||
| "symfony-cmf/content-bundle": "1.1.*@dev", | ||
| "symfony-cmf/menu-bundle": "1.1.*@dev", | ||
| "symfony-cmf/simple-cms-bundle": "1.1.*@dev", | ||
| "symfony-cmf/seo-bundle": "1.0.*@dev", | ||
| "friendsofsymfony/rest-bundle": "~1.0", | ||
| "jms/serializer-bundle": ">=0.12,<0.14", | ||
| "jackalope/jackalope-doctrine-dbal": "1.1.*", | ||
| "doctrine/phpcr-bundle": "1.1.*@dev", | ||
| "doctrine/phpcr-odm": "1.1.*@dev", | ||
| "doctrine/doctrine-bundle": "1.2.*", | ||
| "doctrine/data-fixtures": "1.0.*", | ||
| "liip/functional-test-bundle": "1.0.*", | ||
| "liip/doctrine-cache-bundle": "1.0.*", | ||
| "doctrine/doctrine-cache-bundle": "1.0.*", | ||
| "symfony/icu": "1.0.*", | ||
| "seld/slippy": "dev-master", | ||
| "symfony-cmf/block-bundle": "1.0.*" | ||
| "symfony-cmf/block-bundle": "1.1.*@dev" | ||
| }, | ||
| "scripts": { | ||
| "post-install-cmd": [ | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note LiipDoctrineCacheBundle still works fine, we just recommend to switch to the new DoctrineCacheBundle as its likely going to see more attention by the Doctrine core devs.