Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Dec 30, 2020
1 parent df52f79 commit cddb85f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

jobs:
include:
- php: 5.3
dist: precise

# Commands to be run before your environment runs.
before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php": "^5.3|^5.4|^5.5|^5.6|^7.0|^7.1|^7.2|^7.3|^7.4"
"php": "^5.4|^5.5|^5.6|^7.0|^7.1|^7.2|^7.3|^7.4"
},
"require-dev": {
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
Expand Down
1 change: 0 additions & 1 deletion src/GsmDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public function isType($value, $type)
{
$prefix = [];


foreach (self::$config as $config) {
$prefix = array_merge($prefix, $config[$type]);
}
Expand Down

0 comments on commit cddb85f

Please sign in to comment.