Skip to content

Commit

Permalink
#42 Update php compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tomazpu committed May 16, 2018
1 parent 11e6cc4 commit 2723275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wirecard Checkout Seamless extension for Magento 2

[![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/wirecard/Magento2-WCP/master/LICENSE)
[![PHP v5.6](https://img.shields.io/badge/php-v5.5-yellow.svg)](http://www.php.net)
[![PHP v5.6](https://img.shields.io/badge/php-v5.6-yellow.svg)](http://www.php.net)
[![PHP v7.0](https://img.shields.io/badge/php-v7.0-yellow.svg)](http://www.php.net)
[![Magento v2.2.4](https://img.shields.io/badge/magento-v2.2.4-green.svg)](https://magento.com/)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"MIT"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0",
"php": "~5.6.0|~7.0",
"magento/magento-composer-installer": "*",
"magento/module-checkout-agreements": "*",
"magento/module-sales": "*",
Expand Down

0 comments on commit 2723275

Please sign in to comment.