Skip to content

Commit

Permalink
Merge pull request #130 from pagarme/release/2.0.4
Browse files Browse the repository at this point in the history
Update release for PHP 8
  • Loading branch information
mauriciohaygert authored Dec 22, 2022
2 parents ea205bd + 6d34bc0 commit 22397ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/magento:2.4.5
FROM bitnami/magento:2.4.5-p1-debian-11-r21
MAINTAINER Open Source Team

WORKDIR /opt/bitnami/magento
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pagarme/pagarme-magento2-module",
"license": "MIT",
"version": "2.0.2",
"version": "2.0.4",
"type": "magento2-module",
"description": "Magento 2 Module Pagar.me",
"require": {
"php": ">=8.0",
"pagarme/ecommerce-module-core": "~2.0@dev"
"pagarme/ecommerce-module-core": "~2.0.1"
},
"require-dev": {
"phpunit/phpunit": "4.1.0",
Expand Down

0 comments on commit 22397ba

Please sign in to comment.