Skip to content

Commit

Permalink
Refactor PHP 7 and strategy pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Pezzetti Pelliccioli committed Sep 12, 2019
1 parent db9dc1a commit 4cd4c73
Show file tree
Hide file tree
Showing 67 changed files with 2,578 additions and 987 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
php:
- 7

before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"homepage": "https://github.com/pezzetti/ie-validator",
"license": "MIT",
"type": "library",
"version": "1.0",
"version": "2.0",
"description": "PHP library for validating and printing Inscrição Estadual IE for brazilian states",
"require": {
"php": ">=5.6"
"php": ">=7.0"
},
"authors": [
{
Expand Down
Loading

0 comments on commit 4cd4c73

Please sign in to comment.