Skip to content

Commit

Permalink
Add roles and updated PHP version to module Composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thomson committed Feb 27, 2020
1 parent 9dd6cad commit 6c6ddeb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
"authors": [
{
"name": "Alexey Bobkov",
"email": "[email protected]"
"email": "[email protected]",
"role": "Co-founder"
},
{
"name": "Samuel Georges",
"email": "[email protected]"
"email": "[email protected]",
"role": "Co-founder"
},
{
"name": "Luke Towers",
Expand All @@ -22,7 +24,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.2",
"composer/installers": "~1.0",
"october/rain": "~1.0"
},
Expand Down

0 comments on commit 6c6ddeb

Please sign in to comment.