mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Remove php70, update composer contributor list
This commit is contained in:
parent
0f5c5017ac
commit
b687052273
@ -1,7 +1,6 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- '7.0'
|
|
||||||
- '7.1'
|
- '7.1'
|
||||||
- '7.2'
|
- '7.2'
|
||||||
|
|
||||||
|
@ -124,6 +124,7 @@ are a more comfortable with html than markdown, you should use it.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* __2.1.0__ : Dropped PHP5 support
|
||||||
* __2.0.12__ : Added new `Roboto` template from [@ejwaibel](https://github.com/ejwaibel)
|
* __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.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
|
* __2.0.9__ : Updated Modern template with improved spacing. Update parsing of
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Craig Davis",
|
"name": "Craig Davis",
|
||||||
"email": "craig@there4development.com",
|
"email": "craig@there4.io",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -34,6 +34,11 @@
|
|||||||
"name": "Abhishek Kandoi",
|
"name": "Abhishek Kandoi",
|
||||||
"email": "abhikandoi2000@gmail.com",
|
"email": "abhikandoi2000@gmail.com",
|
||||||
"role": "Contributor"
|
"role": "Contributor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Erik Waibel",
|
||||||
|
"email": "ejwaibel@gmail.com",
|
||||||
|
"role": "Contributor"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
@ -41,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0",
|
"php": ">=7.1",
|
||||||
"indeyets/pake": "~1.99",
|
"indeyets/pake": "~1.99",
|
||||||
"kriswallsmith/assetic": "1.1.2",
|
"kriswallsmith/assetic": "1.1.2",
|
||||||
"leafo/lessphp": "v0.4.0",
|
"leafo/lessphp": "v0.4.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user