Skip to content

Commit

Permalink
Merge pull request #92 from stefandoorn/adjust-composer-suggests
Browse files Browse the repository at this point in the history
Swap dev-master for released tag in suggested packages (closes #63)
  • Loading branch information
lsmith77 committed Mar 30, 2018
2 parents 2033917 + 099a521 commit d8b0926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"symfony/stopwatch": "^3.3"
},
"suggest": {
"portphp/excel": "To support importing excel files, use dev-master",
"portphp/csv": "To support importing csv files, use dev-master"
"portphp/excel": "To support importing excel files, use version ^1.1",
"portphp/csv": "To support importing csv files, use version ^1.1"
},
"require-dev": {
"portphp/excel": "^1.1.0",
Expand Down

0 comments on commit d8b0926

Please sign in to comment.