Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
chore(composer) add PHP version requirement
Browse files Browse the repository at this point in the history
Define minimal supported version of PHP needed into composer.json

Address hoaproject/Central#70.
  • Loading branch information
vonglasow committed Aug 3, 2017
1 parent f684859 commit 373bc80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -25,6 +25,7 @@
"source": "https://central.hoa-project.net/Resource/Library/Mail"
},
"require": {
"php" : ">=5.5.0",
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/mime" : "~3.0",
Expand Down

0 comments on commit 373bc80

Please sign in to comment.