Skip to content

Commit

Permalink
Support php 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Aug 2, 2018
1 parent 7bc5bc7 commit c565893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit: true
build:
environment:
php:
version: 5.3
version: 5.4
tests:
override:
- make test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: precise
language: php
matrix:
include:
- php: 5.3
- php: 5.4
env: deps=low
- php: 5.3
env: deps=high
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Initialises test doubles in PHPUnit test cases for you",
"type": "library",
"require": {
"php": "~5.3.0",
"php": "~5.3.0||~5.4.0",
"phpunit/phpunit": "^4.8.36",
"phpdocumentor/reflection-docblock": "^2.0",
"php-di/phpdoc-reader": "^2.0"
Expand Down

0 comments on commit c565893

Please sign in to comment.