Skip to content

Commit

Permalink
Drop Magento 2.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed May 1, 2020
1 parent 0879737 commit eb126fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ If you experience problems with the extension installation, setup or whenever yo

## License ##
[BSD (Berkeley Software Distribution) License](http://www.opensource.org/licenses/bsd-license.php).
Copyright (c) 2011-2019, Mollie B.V.
Copyright (c) 2011-2020, Mollie B.V.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
],
"require": {
"mollie/mollie-api-php": "^2.1",
"magento/framework": ">=100.1.0",
"magento/framework": ">=101.0.0",
"php": ">=7.0",
"ext-json": "*"
},
"type": "magento2-module",
Expand Down

0 comments on commit eb126fb

Please sign in to comment.