Skip to content

Commit

Permalink
symfony/yaml version conflict fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
btaens committed Jun 21, 2016
1 parent 6f091eb commit 37b5215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ hierarchy:
- FINANCE
- LABOR
ADMIN:
- @MODERATOR
- "@MODERATOR"
- SALES
- CONTACT
USER:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": ">=5.4.16",
"cakephp/cakephp": "~3.0",
"symfony/yaml": "~2.6"
"symfony/yaml": ">=2.6"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion config/hierarchy.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hierarchy:
- FINANCE
- LABOR
ADMIN:
- @MODERATOR # All roles in MODERATOR now have all access rights of ADMIN
- "@MODERATOR" # All roles in MODERATOR now have all access rights of ADMIN
- SALES
- CONTACT
USER:
Expand Down

0 comments on commit 37b5215

Please sign in to comment.