Skip to content

Commit

Permalink
Merge branch '4.0' of https://github.com/jansenfelipe/cep-gratis into…
Browse files Browse the repository at this point in the history
… 4.0
  • Loading branch information
jansenfelipe committed Mar 12, 2017
2 parents 6bbf999 + ce6dab4 commit b288993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# CEP Grátis
[![Travis](https://travis-ci.org/jansenfelipe/cep-gratis.svg?branch=4.0)](https://travis-ci.org/jansenfelipe/cep-gratis)
[![Travis](https://api.travis-ci.org/jansenfelipe/cep-gratis.svg?branch=4.0)](https://travis-ci.org/jansenfelipe/cep-gratis)
[![StyleCI](https://styleci.io/repos/24848930/shield?branch=4.0)](https://styleci.io/repos/24848930?branch=4.0)
[![Latest Stable Version](https://poser.pugx.org/jansenfelipe/cep-gratis/v/stable.svg)](https://packagist.org/packages/jansenfelipe/cep-gratis)
[![Total Downloads](https://poser.pugx.org/jansenfelipe/cep-gratis/downloads.svg)](https://packagist.org/packages/jansenfelipe/cep-gratis)
[![Latest Unstable Version](https://poser.pugx.org/jansenfelipe/cep-gratis/v/unstable.svg)](https://packagist.org/packages/jansenfelipe/cep-gratis)
[![MIT license](https://poser.pugx.org/jansenfelipe/nfephp-serialize/license.svg)](http://opensource.org/licenses/MIT)

Com esse pacote você poderá realizar consultas de CEP gratuitamente.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5",
"symfony/dom-crawler": "^3.2",
"symfony/css-selector": "^3.2"
},
Expand All @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "4.0-dev"
}
},
"suggest": {
Expand Down

0 comments on commit b288993

Please sign in to comment.