mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
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
|
||||
|
||||
php:
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
|
@ -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
2303
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user