Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
new version adds compatibility for php 7.1.0
  • Loading branch information
roman204 authored Dec 6, 2016
1 parent 8dbd6d9 commit b56a187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "copex/vatfix",
"description": "Magento2 module for accepting VAT's (UID) with country code (ex.ATU69932326) as usual in EU.",
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"license": [
"GPL-3.0"
],
"stability": "dev",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b56a187

Please sign in to comment.