Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spaun committed Jan 22, 2015
1 parent ff09da5 commit f438318
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"keywords": ["rbac"],
"require": {
"php": ">=5.3.23",
"vda/datasource": "0.11.*",
"vda/query": "0.11.*",
"vda/util": "0.11.*"
"vda/datasource": "0.11.*|0.12.*",
"vda/query": "0.11.*|0.12.*",
"vda/util": "0.11.*|0.12.*"
},
"autoload": {
"autoload": {
"psr-0": { "": "" }
},
},
"target-dir": "Vda/Security",
"minimum-stability": "dev",
"extra": {
Expand Down

0 comments on commit f438318

Please sign in to comment.