Skip to content

Commit

Permalink
Merge 2.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 22, 2018
2 parents 39c48ea + 4ea340e commit 0791b6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions .flintci.yml
@@ -1,3 +1,4 @@
services:
composernormalize: true
phpcsfixer: true
yamllint: true
21 changes: 14 additions & 7 deletions composer.json
Expand Up @@ -2,7 +2,10 @@
"name": "sonata-project/seo-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataSeoBundle",
"keywords": ["seo", "sonata"],
"keywords": [
"seo",
"sonata"
],
"homepage": "https://sonata-project.org/bundles/seo",
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -35,18 +38,22 @@
"guzzle/guzzle": "3.*",
"knplabs/knp-menu-bundle": "Used by the BreadcrumbMenuBuilder"
},
"autoload": {
"psr-4": { "Sonata\\SeoBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Sonata\\SeoBundle\\Tests\\": "tests/" }
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\SeoBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Sonata\\SeoBundle\\Tests\\": "tests/"
}
}
}

0 comments on commit 0791b6b

Please sign in to comment.