Skip to content

Commit

Permalink
Remove php70, update composer contributor list
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-davis committed Oct 16, 2017
1 parent 0f5c501 commit b687052
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- '7.0'
- '7.1'
- '7.2'

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ are a more comfortable with html than markdown, you should use it.

## Changelog

* __2.1.0__ : Dropped PHP5 support
* __2.0.12__ : Added new `Roboto` template from [@ejwaibel](https://github.com/ejwaibel)
* __2.0.10__ : Updated spacing in moder template with commites from [@501st-alpha1](https://github.com/501st-alpha1)
* __2.0.9__ : Updated Modern template with improved spacing. Update parsing of
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"authors": [
{
"name": "Craig Davis",
"email": "craig@there4development.com",
"email": "craig@there4.io",
"role": "Developer"
},
{
Expand All @@ -34,14 +34,19 @@
"name": "Abhishek Kandoi",
"email": "[email protected]",
"role": "Contributor"
},
{
"name": "Erik Waibel",
"email": "[email protected]",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/there4/markdown-resume/issues"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"php": ">=7.1",
"indeyets/pake": "~1.99",
"kriswallsmith/assetic": "1.1.2",
"leafo/lessphp": "v0.4.0",
Expand Down

0 comments on commit b687052

Please sign in to comment.