Skip to content

Commit

Permalink
Patch dflydev/dot-access-configuration Make symfony v3 compatible. (#111
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jmolivas committed Dec 12, 2016
1 parent 5761bb1 commit 49f3b70
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 3 deletions.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"symfony/yaml": "~2.7|~3.1",
"symfony/event-dispatcher": "~2.7|~3.1",
"twig/twig": "^1.23.1",
"webflo/drupal-finder": "0.*"
"webflo/drupal-finder": "0.*",
"cweagans/composer-patches": "~1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -60,5 +61,12 @@
"src/functions.php"
],
"psr-4": {"Drupal\\Console\\": "src"}
},
"extra": {
"patches": {
"dflydev/dot-access-configuration": {
"Make compatible with Symfony v3": "https://patch-diff.githubusercontent.com/raw/dflydev/dflydev-dot-access-configuration/pull/8.patch"
}
}
}
}
48 changes: 46 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49f3b70

Please sign in to comment.