Drop PHP5 support and remove from Travis
This is a personal project, and I belive that php 7 is now a reasonable requirement.
This commit is contained in:
parent
31df937009
commit
0f5c5017ac
|
@ -1,7 +1,6 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- '5.6'
|
|
||||||
- '7.0'
|
- '7.0'
|
||||||
- '7.1'
|
- '7.1'
|
||||||
- '7.2'
|
- '7.2'
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": ">=7.0",
|
||||||
"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",
|
||||||
|
@ -62,4 +63,4 @@
|
||||||
"phpunit/phpunit": "^6.2",
|
"phpunit/phpunit": "^6.2",
|
||||||
"squizlabs/php_codesniffer": "^3.0@dev"
|
"squizlabs/php_codesniffer": "^3.0@dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue