Skip to content

Commit

Permalink
V1.2.0 (#23)
Browse files Browse the repository at this point in the history
* GAS-1863 + GAS-1921
  • Loading branch information
hellward authored Mar 25, 2024
1 parent e802cc3 commit 25741d8
Show file tree
Hide file tree
Showing 306 changed files with 25,049 additions and 27,656 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "synerise/synerise-for-woocommerce",
"description": "Synerise integration with Wordpress WooCommerce plugin.",
"version": "1.2.0",
"require-dev": {
"composer/installers": "^1.7.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"woocommerce/woocommerce-sniffs": "^0.1.0",
"wp-coding-standards/wpcs": "^2.3",
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": ">=8.0.0,<10.0.0",
"yoast/phpunit-polyfills": "^1.0",
"mockery/mockery": "^1.3"
},
"require": {
"php": "^7.0",
"php": "^7.2.5 || ^8.0",
"automattic/jetpack-autoloader": "^2.10.1",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/guzzle": "^7.8.1",
"ramsey/uuid": "^2.8",
"mobiledetect/mobiledetectlib": "^2.8",
"gmponos/guzzle_logger": "^0.6.0"
"gmponos/guzzle_logger": "^2.2.0"
},
"type": "wordpress-plugin",
"keywords": [
Expand All @@ -34,7 +35,7 @@
},
"config": {
"platform": {
"php": "7.0.0"
"php": "7.2.25"
},
"allow-plugins": {
"automattic/jetpack-autoloader": true,
Expand Down
Loading

0 comments on commit 25741d8

Please sign in to comment.