Remove php70, update composer contributor list

This commit is contained in:
Craig Davis 2017-10-16 16:17:01 -07:00
parent 0f5c5017ac
commit b687052273
No known key found for this signature in database
GPG Key ID: 3C688BD208948D65
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,6 @@
language: php language: php
php: php:
- '7.0'
- '7.1' - '7.1'
- '7.2' - '7.2'

View File

@ -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

View File

@ -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",