From 970d17c4fe96e1f5fa02745362e4fa48ddf8becb Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Thu, 22 Aug 2024 08:59:06 +0700 Subject: [PATCH] Added AAM plugin for testing Signed-off-by: Chris Abraham --- composer.json | 3 ++- composer.lock | 39 +++++++++++++++++++++++++++++---------- 2 files changed, 31 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 4207ee02..9bc22a38 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,8 @@ "wpackagist-plugin/svg-autocrop": "^0.1.2", "wpackagist-plugin/wp-mail-smtp": "^4.0", "wpackagist-plugin/wp-native-php-sessions": "^1.4", - "wpackagist-plugin/wp-nested-pages": "^3.2" + "wpackagist-plugin/wp-nested-pages": "^3.2", + "wpackagist-plugin/advanced-access-manager":"^6.9.30" }, "require-dev": { "roave/security-advisories": "dev-master", diff --git a/composer.lock b/composer.lock index 065815b1..29b87582 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "870208747cb2d9744a0b6d10597b7703", + "content-hash": "53559e000990a60fe24317aeaa8a6832", "packages": [ { "name": "composer/installers", @@ -901,6 +901,24 @@ ], "time": "2022-10-16T01:01:54+00:00" }, + { + "name": "wpackagist-plugin/advanced-access-manager", + "version": "6.9.36", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/advanced-access-manager/", + "reference": "tags/6.9.36" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/advanced-access-manager.6.9.36.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/advanced-access-manager/" + }, { "name": "wpackagist-plugin/autodescription", "version": "5.0.6", @@ -1209,15 +1227,15 @@ }, { "name": "wpackagist-plugin/wp-mail-smtp", - "version": "4.1.0", + "version": "4.1.1", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/wp-mail-smtp/", - "reference": "tags/4.1.0" + "reference": "tags/4.1.1" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/wp-mail-smtp.4.1.0.zip" + "url": "https://downloads.wordpress.org/plugin/wp-mail-smtp.4.1.1.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -1513,12 +1531,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "a143e7459e3961149eb6a8eecc98dfa19799d02a" + "reference": "8938260885863ec2dd9f2aaf9a79ba14e58a92f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a143e7459e3961149eb6a8eecc98dfa19799d02a", - "reference": "a143e7459e3961149eb6a8eecc98dfa19799d02a", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8938260885863ec2dd9f2aaf9a79ba14e58a92f6", + "reference": "8938260885863ec2dd9f2aaf9a79ba14e58a92f6", "shasum": "" }, "conflict": { @@ -1556,7 +1574,7 @@ "athlon1600/php-proxy-app": "<=3", "austintoddj/canvas": "<=3.4.2", "auth0/wordpress": "<=4.6", - "automad/automad": "<=2.0.0.0-alpha5", + "automad/automad": "<2.0.0.0-alpha5", "automattic/jetpack": "<9.8", "awesome-support/awesome-support": "<=6.0.7", "aws/aws-sdk-php": "<3.288.1", @@ -1684,7 +1702,7 @@ "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12", "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", - "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev", + "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev|>=3.3,<3.3.40", "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15", "ezsystems/ezplatform-user": ">=1,<1.0.1", "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31", @@ -1765,6 +1783,7 @@ "hyn/multi-tenant": ">=5.6,<5.7.2", "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6.0.0-beta1,<4.6.9", "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2", + "ibexa/fieldtype-richtext": ">=4.6,<4.6.10", "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", "ibexa/post-install": "<=1.0.4", "ibexa/solr": ">=4.5,<4.5.4", @@ -2320,7 +2339,7 @@ "type": "tidelift" } ], - "time": "2024-08-12T19:04:53+00:00" + "time": "2024-08-19T21:04:39+00:00" }, { "name": "squizlabs/php_codesniffer",