Skip to content

Commit

Permalink
Merge branch 'Release/7.0.3-beta1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Mar 1, 2022
2 parents 5913765 + b8841a2 commit 91d51cd
Show file tree
Hide file tree
Showing 35 changed files with 1,409 additions and 1,340 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
}
],
"require": {
"php": "^7.2",
"php": ">=7.2",
"ext-intl": "*",
"ext-json": "*",
"mollie/mollie-api-php": "^v2.40",
"inpsyde/modularity": "^1.3.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"phpunit/phpunit": "^8",
"brain/monkey": "^2.3",
"ptrofimov/xpmock": "^1",
"johnpbloch/wordpress-core": "^5.0",
"woocommerce/woocommerce": "^3.0 || ^4.0",
"fzaninotto/faker": "^1.9@dev",
"mollie/mollie-api-php": "^2.21",
"inpsyde/php-coding-standards": "^1.0.0",
"vimeo/psalm": "^4.8"
},
Expand All @@ -40,6 +39,7 @@
"autoload-dev": {
"psr-4": {
"Mollie\\WooCommerceTests\\": "tests/php",
"Mollie\\WooCommerceTests\\Unit\\": "tests/php/Unit",
"Mollie\\WooCommerceTests\\Functional\\": "tests/php/Functional"
}
},
Expand Down
Loading

0 comments on commit 91d51cd

Please sign in to comment.