Skip to content

Commit

Permalink
Merge pull request #2 from hanscode44/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hanscode44 authored Feb 24, 2017
2 parents f83230e + 5834ef9 commit def56f2
Show file tree
Hide file tree
Showing 5 changed files with 61,496 additions and 281 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php
before_script: composer install
php:
- 5.6
- 5.5
- 5.4
- 5.6
- 7.0
- hhvm
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hanscode44/vatchecker",
"description": "A simple library to validate a European VAT-number",
"description": "A simple library to validate an European VAT-number",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
Expand All @@ -13,7 +13,7 @@
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": ">=6.0.7"
"phpunit/phpunit": "^4.8.35"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit def56f2

Please sign in to comment.