Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
shitoudev committed Dec 21, 2016
1 parent 8773164 commit ca8e3b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
install:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 手机号码归属地查询
[![Build Status](https://travis-ci.org/shitoudev/phone-location.svg?branch=master&style=flat-square)](https://travis-ci.org/shitoudev/phone-location)
[![Latest Stable Version](https://img.shields.io/packagist/v/shitoudev/phone-location.svg)](https://packagist.org/packages/shitoudev/phone-location)
[![Build Status](https://travis-ci.org/shitoudev/phone-location.svg?style=flat-square&branch=master)](https://travis-ci.org/shitoudev/phone-location)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg)](https://php.net/)


PHP 实现手机号码归属地查询,数据文件来自 [https://github.com/lovedboy/phone](https://github.com/lovedboy/phone)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.6.0"
},
"autoload": {
"psr-4": {
"Shitoudev\\Phone\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "4.8"
"phpunit/phpunit": "^5.7"
}
}
1 change: 0 additions & 1 deletion tests/PhoneTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

// require dirname(__DIR__) . '/src/PhoneLocation.php';
use Shitoudev\Phone\PhoneLocation;

/**
Expand Down

0 comments on commit ca8e3b7

Please sign in to comment.