Skip to content

Commit

Permalink
Removing PHP 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 18, 2015
1 parent 700ce13 commit fd5904d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ checks:
tools:
external_code_coverage:
timeout: 600
runs: 4
runs: 3
php_code_sniffer:
enabled: true
config:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5.9
- 5.5
- 5.6
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.4.0",
"php": ">=5.5.9",
"psr/log": "~1.0",
"arcanedev/support": "~3.0"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"orchestra/testbench": "~3.1",
"phpunit/phpcov": "~2.0",
"phpunit/phpunit": "~4.0|~5.0"
},
Expand Down

0 comments on commit fd5904d

Please sign in to comment.