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:
Craig Davis 2017-10-16 16:13:01 -07:00
parent 31df937009
commit 0f5c5017ac
No known key found for this signature in database
GPG Key ID: 3C688BD208948D65
3 changed files with 2305 additions and 2 deletions

View File

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

View File

@ -41,6 +41,7 @@
},
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"indeyets/pake": "~1.99",
"kriswallsmith/assetic": "1.1.2",
"leafo/lessphp": "v0.4.0",
@ -62,4 +63,4 @@
"phpunit/phpunit": "^6.2",
"squizlabs/php_codesniffer": "^3.0@dev"
}
}
}

2303
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff