Remove php70, update composer contributor list
This commit is contained in:
parent
0f5c5017ac
commit
b687052273
|
@ -1,7 +1,6 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Craig Davis",
|
||||
"email": "craig@there4development.com",
|
||||
"email": "craig@there4.io",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
|
@ -34,6 +34,11 @@
|
|||
"name": "Abhishek Kandoi",
|
||||
"email": "abhikandoi2000@gmail.com",
|
||||
"role": "Contributor"
|
||||
},
|
||||
{
|
||||
"name": "Erik Waibel",
|
||||
"email": "ejwaibel@gmail.com",
|
||||
"role": "Contributor"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
|
@ -41,7 +46,7 @@
|
|||
},
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
"php": ">=7.1",
|
||||
"indeyets/pake": "~1.99",
|
||||
"kriswallsmith/assetic": "1.1.2",
|
||||
"leafo/lessphp": "v0.4.0",
|
||||
|
|
Loading…
Reference in New Issue