Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Mar 21, 2017
1 parent aa666a2 commit 78a35f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Crypt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"php": ">=5.3.10"
},
"require-dev": {
"windwalker/test": "~3.0"
},
"minimum-stability": "beta",
"autoload": {
Expand Down
3 changes: 2 additions & 1 deletion src/Language/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"php": ">=5.3.10"
},
"require-dev": {
"symfony/yaml": "2.*@stable"
"symfony/yaml": "2.*@stable",
"windwalker/test": "~3.0"
},
"suggest": {
"symfony/yaml": "Install 2.* if you require YAML language format."
Expand Down

0 comments on commit 78a35f5

Please sign in to comment.