Skip to content

Commit

Permalink
Merge pull request #1 from glensc/patch-1
Browse files Browse the repository at this point in the history
composer: specify php version
  • Loading branch information
acurrieclark authored Jan 30, 2017
2 parents d261a1c + 49dbebc commit 5d3ad7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"email": "[email protected]"
}
],
"require": {},
"require": {
"php": "^5.4.0 || ^7.0"
},
"autoload": {
"psr-4": {
"acurrieclark\\PhpPasswordVerifier\\": "src"
Expand Down

0 comments on commit 5d3ad7b

Please sign in to comment.