Skip to content

Commit

Permalink
tests: Require PHP 5.6 or later (drop PHP 5.4 and PHP 5.5)
Browse files Browse the repository at this point in the history
Per <https://secure.php.net/eol.php>
and <https://secure.php.net/supported-versions.php>.

Also because PHPUnit 4.x is on longer supported by upstream.

Ref MarcusSchwarz@cfdd1e2b27.
  • Loading branch information
Krinkle committed Oct 16, 2018
1 parent e8f652f commit 18b8f29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"classmap": ["lessc.inc.php"]
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"phpunit/phpunit": "^5.7.27",
"squizlabs/php_codesniffer": "3.3.2"
},
"scripts": {
Expand Down

0 comments on commit 18b8f29

Please sign in to comment.