Changeset 2935595
- Timestamp:
- 07/07/2023 12:38:54 PM (3 years ago)
- Location:
- visibility-logic-elementor
- Files:
-
- 2 deleted
- 10 edited
- 1 copied
-
tags/2.3.5.1 (copied) (copied from visibility-logic-elementor/trunk)
-
tags/2.3.5.1/conditional.php (modified) (4 diffs)
-
tags/2.3.5.1/readme.txt (modified) (4 diffs)
-
tags/2.3.5.1/vendor/composer/autoload_real.php (modified) (1 diff)
-
tags/2.3.5.1/vendor/composer/installed.json (modified) (1 diff)
-
tags/2.3.5.1/vendor/composer/installed.php (modified) (3 diffs)
-
tags/2.3.5.1/vendor/composer/platform_check.php (deleted)
-
trunk/conditional.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/vendor/composer/platform_check.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
visibility-logic-elementor/tags/2.3.5.1/conditional.php
r2934802 r2935595 6 6 * Author URI: https://staxwp.com 7 7 * Author: StaxWP 8 * Version: 2.3.5 8 * Version: 2.3.5.1 9 9 * 10 10 * Elementor tested up to: 3.14.1 … … 15 15 16 16 if ( ! defined( 'ABSPATH' ) ) { 17 exit; // Exit if accessed directly.17 exit; // Exit if accessed directly. 18 18 } 19 19 20 define( 'STAX_VISIBILITY_VERSION', '2.3.5 ' );20 define( 'STAX_VISIBILITY_VERSION', '2.3.5.1' ); 21 21 22 22 define( 'STAX_VISIBILITY_FILE', __FILE__ ); … … 43 43 */ 44 44 function ecl_load_plugin_textdomain() { 45 load_plugin_textdomain( 'visibility-logic-elementor' );45 load_plugin_textdomain( 'visibility-logic-elementor' ); 46 46 } 47 47 48 require __DIR__ . '/vendor/autoload.php';48 require_once __DIR__ . '/vendor/autoload.php'; 49 49 require_once STAX_VISIBILITY_CORE_PATH . 'Singleton.php'; 50 50 require_once STAX_VISIBILITY_CORE_PATH . 'Plugin.php'; … … 58 58 function appsero_init_tracker_visibility_logic_elementor() { 59 59 60 if ( ! class_exists( 'Appsero\Client' ) ) {61 require_once __DIR__ . '/appsero/src/Client.php';62 }60 if ( ! class_exists( 'Appsero\Client' ) ) { 61 require_once __DIR__ . '/vendor/appsero/client/src/Client.php'; 62 } 63 63 64 $client = new Appsero\Client( 'd40e3204-1270-4588-b9ff-37b420fad6b8', 'Visibility Logic for Elementor', __FILE__ );64 $client = new Appsero\Client( 'd40e3204-1270-4588-b9ff-37b420fad6b8', 'Visibility Logic for Elementor', __FILE__ ); 65 65 66 // Active insights.67 $client->insights()->init();66 // Active insights. 67 $client->insights()->init(); 68 68 69 69 } -
visibility-logic-elementor/tags/2.3.5.1/readme.txt
r2934802 r2935595 1 1 === Visibility Logic for Elementor === 2 Contributors: staxwp, seventhqueen,kierantaylorio, codezz, rtynio, geowrge2 Contributors: staxwp, kierantaylorio, codezz, rtynio, geowrge 3 3 Tags: elementor, elementor restrictions, elementor conditions, elementor widgets, visibility logic, widget conditions 4 4 Requires at least: 5.0 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.2 7 Stable tag: 2.3.5 7 Stable tag: 2.3.5.1 8 8 License: GLPv2 or later 9 9 … … 49 49 Create stunning communities on your site powered by Elementor and BuddyPress 50 50 - [Elementor Addons, Widgets & Enhancements - Plugin](https://staxwp.com/go/addons-for-elementor) 51 Powerful lElementor widgets to help you build stunning pages51 Powerful Elementor widgets to help you build stunning pages 52 52 - [Woo Addons for Elementor - Plugin](https://staxwp.com/go/woo-addons-for-elementor/) 53 53 Elementor enhancements for Woocommerce to help you build awesome e-commerce sites … … 55 55 = Privacy Policy = 56 56 We use Appsero SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements. 57 58 = Found a bug? = 59 You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report bug](https://patchstack.com/database/vdp/visibility-logic-elementor). 57 60 58 61 == Installation == … … 77 80 == Changelog == 78 81 82 = 2.3.5.1 = 83 * Update readme.txt to include patchstack.com report bug link 84 79 85 = 2.3.5 = 80 86 * Add extra security checks when saving plugin options. -
visibility-logic-elementor/tags/2.3.5.1/vendor/composer/autoload_real.php
r2934802 r2935595 23 23 } 24 24 25 require __DIR__ . '/platform_check.php';26 27 25 spl_autoload_register(array('ComposerAutoloaderInit8b03445ff1bebee0213f33b0581a97b7', 'loadClassLoader'), true, true); 28 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); -
visibility-logic-elementor/tags/2.3.5.1/vendor/composer/installed.json
r2934802 r2935595 57 57 }, 58 58 "install-path": "../appsero/client" 59 }, 60 { 61 "name": "roave/security-advisories", 62 "version": "dev-latest", 63 "version_normalized": "dev-latest", 64 "source": { 65 "type": "git", 66 "url": "https://github.com/Roave/SecurityAdvisories.git", 67 "reference": "6ea60363203786a5dd5617c28e933280bb61f78b" 68 }, 69 "dist": { 70 "type": "zip", 71 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6ea60363203786a5dd5617c28e933280bb61f78b", 72 "reference": "6ea60363203786a5dd5617c28e933280bb61f78b", 73 "shasum": "" 74 }, 75 "conflict": { 76 "3f/pygmentize": "<1.2", 77 "admidio/admidio": "<4.2.9", 78 "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", 79 "aheinze/cockpit": "<=2.2.1", 80 "akaunting/akaunting": "<2.1.13", 81 "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53", 82 "alextselegidis/easyappointments": "<1.5", 83 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", 84 "amazing/media2click": ">=1,<1.3.3", 85 "amphp/artax": "<1.0.6|>=2,<2.0.6", 86 "amphp/http": "<1.0.1", 87 "amphp/http-client": ">=4,<4.4", 88 "anchorcms/anchor-cms": "<=0.12.7", 89 "andreapollastri/cipi": "<=3.1.15", 90 "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5", 91 "apereo/phpcas": "<1.6", 92 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3", 93 "appwrite/server-ce": "<=1.2.1", 94 "arc/web": "<3", 95 "area17/twill": "<1.2.5|>=2,<2.5.3", 96 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", 97 "automad/automad": "<1.8", 98 "awesome-support/awesome-support": "<=6.0.7", 99 "aws/aws-sdk-php": ">=3,<3.2.1", 100 "azuracast/azuracast": "<0.18.3", 101 "backdrop/backdrop": "<1.24.2", 102 "badaso/core": "<2.7", 103 "bagisto/bagisto": "<0.1.5", 104 "barrelstrength/sprout-base-email": "<1.2.7", 105 "barrelstrength/sprout-forms": "<3.9", 106 "barryvdh/laravel-translation-manager": "<0.6.2", 107 "barzahlen/barzahlen-php": "<2.0.1", 108 "baserproject/basercms": "<4.7.5", 109 "bassjobsen/bootstrap-3-typeahead": ">4.0.2", 110 "bigfork/silverstripe-form-capture": ">=3,<3.1.1", 111 "billz/raspap-webgui": "<2.8.9", 112 "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3", 113 "bmarshall511/wordpress_zero_spam": "<5.2.13", 114 "bolt/bolt": "<3.7.2", 115 "bolt/core": "<=4.2", 116 "bottelet/flarepoint": "<2.2.1", 117 "brightlocal/phpwhois": "<=4.2.5", 118 "brotkrueml/codehighlight": "<2.7", 119 "brotkrueml/schema": "<1.13.1|>=2,<2.5.1", 120 "brotkrueml/typo3-matomo-integration": "<1.3.2", 121 "buddypress/buddypress": "<7.2.1", 122 "bugsnag/bugsnag-laravel": ">=2,<2.0.2", 123 "bytefury/crater": "<6.0.2", 124 "cachethq/cachet": "<2.5.1", 125 "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10|= 1.3.7|>=4.1,<4.1.4", 126 "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10", 127 "cardgate/magento2": "<2.0.33", 128 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", 129 "cartalyst/sentry": "<=2.1.6", 130 "catfan/medoo": "<1.7.5", 131 "centreon/centreon": "<22.10-beta.1", 132 "cesnet/simplesamlphp-module-proxystatistics": "<3.1", 133 "cockpit-hq/cockpit": "<2.4.1", 134 "codeception/codeception": "<3.1.3|>=4,<4.1.22", 135 "codeigniter/framework": "<=3.0.6", 136 "codeigniter4/framework": "<4.3.5", 137 "codeigniter4/shield": "<1-beta.4|= 1.0.0-beta", 138 "codiad/codiad": "<=2.8.4", 139 "composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5", 140 "concrete5/concrete5": "<9.2|>= 9.0.0RC1, < 9.1.3", 141 "concrete5/core": "<8.5.8|>=9,<9.1", 142 "contao-components/mediaelement": ">=2.14.2,<2.21.1", 143 "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4", 144 "contao/core": ">=2,<3.5.39", 145 "contao/core-bundle": "<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4|= 4.10.0", 146 "contao/listing-bundle": ">=4,<4.4.8", 147 "contao/managed-edition": "<=1.5", 148 "craftcms/cms": "<=4.4.9|>= 4.0.0-RC1, < 4.4.12|>= 4.0.0-RC1, <= 4.4.5|>= 4.0.0-RC1, <= 4.4.6|>= 4.0.0-RC1, < 4.4.6|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1", 149 "croogo/croogo": "<3.0.7", 150 "cuyz/valinor": "<0.12", 151 "czproject/git-php": "<4.0.3", 152 "darylldoyle/safe-svg": "<1.9.10", 153 "datadog/dd-trace": ">=0.30,<0.30.2", 154 "david-garcia/phpwhois": "<=4.3.1", 155 "dbrisinajumi/d2files": "<1", 156 "dcat/laravel-admin": "<=2.1.3-beta", 157 "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3", 158 "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", 159 "directmailteam/direct-mail": "<5.2.4", 160 "doctrine/annotations": ">=1,<1.2.7", 161 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", 162 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", 163 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4", 164 "doctrine/doctrine-bundle": "<1.5.2", 165 "doctrine/doctrine-module": "<=0.7.1", 166 "doctrine/mongodb-odm": ">=1,<1.0.2", 167 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", 168 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", 169 "dolibarr/dolibarr": "<17.0.1|= 12.0.5|>= 3.3.beta1, < 13.0.2", 170 "dompdf/dompdf": "<2.0.2|= 2.0.2", 171 "drupal/core": ">=7,<7.96|>=8,<9.4.14|>=9.5,<9.5.8|>=10,<10.0.8", 172 "drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", 173 "dweeves/magmi": "<=0.7.24", 174 "ecodev/newsletter": "<=4", 175 "ectouch/ectouch": "<=2.7.2", 176 "elefant/cms": "<1.3.13", 177 "elgg/elgg": "<3.3.24|>=4,<4.0.5", 178 "encore/laravel-admin": "<=1.8.19", 179 "endroid/qr-code-bundle": "<3.4.2", 180 "enshrined/svg-sanitize": "<0.15", 181 "erusev/parsedown": "<1.7.2", 182 "ether/logs": "<3.0.4", 183 "exceedone/exment": "<4.4.3|>=5,<5.0.3", 184 "exceedone/laravel-admin": "= 3.0.0|<2.2.3", 185 "ezsystems/demobundle": ">=5.4,<5.4.6.1", 186 "ezsystems/ez-support-tools": ">=2.2,<2.2.3", 187 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", 188 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", 189 "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24", 190 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26", 191 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", 192 "ezsystems/ezplatform-graphql": ">=1-rc.1,<1.0.13|>=2-beta.1,<2.3.12", 193 "ezsystems/ezplatform-kernel": "<1.2.5.1|>=1.3,<1.3.26", 194 "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", 195 "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1", 196 "ezsystems/ezplatform-user": ">=1,<1.0.1", 197 "ezsystems/ezpublish-kernel": "<6.13.8.2|>=7,<7.5.30", 198 "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1", 199 "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", 200 "ezsystems/repository-forms": ">=2.3,<2.3.2.1|>=2.5,<2.5.15", 201 "ezyang/htmlpurifier": "<4.1.1", 202 "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2", 203 "facturascripts/facturascripts": "<=2022.8", 204 "feehi/cms": "<=2.1.1", 205 "feehi/feehicms": "<=2.1.1", 206 "fenom/fenom": "<=2.12.1", 207 "filegator/filegator": "<7.8", 208 "firebase/php-jwt": "<6", 209 "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2", 210 "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6", 211 "flarum/core": "<1.7", 212 "flarum/mentions": "<1.6.3", 213 "flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15", 214 "flarum/tags": "<=0.1-beta.13", 215 "fluidtypo3/vhs": "<5.1.1", 216 "fof/byobu": ">=0.3-beta.2,<1.1.7", 217 "fof/upload": "<1.2.3", 218 "fooman/tcpdf": "<6.2.22", 219 "forkcms/forkcms": "<5.11.1", 220 "fossar/tcpdf-parser": "<6.2.22", 221 "francoisjacquet/rosariosis": "<11", 222 "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2", 223 "friendsofsymfony/oauth2-php": "<1.3", 224 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", 225 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", 226 "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", 227 "froala/wysiwyg-editor": "<3.2.7", 228 "froxlor/froxlor": "<2.1", 229 "fuel/core": "<1.8.1", 230 "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", 231 "gaoming13/wechat-php-sdk": "<=1.10.2", 232 "genix/cms": "<=1.1.11", 233 "getgrav/grav": "<1.7.42", 234 "getkirby/cms": "= 3.8.0|<3.5.8.2|>=3.6,<3.6.6.2|>=3.7,<3.7.5.1", 235 "getkirby/panel": "<2.5.14", 236 "getkirby/starterkit": "<=3.7.0.2", 237 "gilacms/gila": "<=1.11.4", 238 "globalpayments/php-sdk": "<2", 239 "google/protobuf": "<3.15", 240 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", 241 "gree/jose": "<2.2.1", 242 "gregwar/rst": "<1.0.3", 243 "grumpydictator/firefly-iii": "<6", 244 "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5", 245 "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5", 246 "harvesthq/chosen": "<1.8.7", 247 "helloxz/imgurl": "= 2.31|<=2.31", 248 "hhxsv5/laravel-s": "<3.7.36", 249 "hillelcoren/invoice-ninja": "<5.3.35", 250 "himiklab/yii2-jqgrid-widget": "<1.0.8", 251 "hjue/justwriting": "<=1", 252 "hov/jobfair": "<1.0.13|>=2,<2.0.2", 253 "httpsoft/http-message": "<1.0.12", 254 "hyn/multi-tenant": ">=5.6,<5.7.2", 255 "ibexa/admin-ui": ">=4.2,<4.2.3", 256 "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3", 257 "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", 258 "ibexa/post-install": "<=1.0.4", 259 "ibexa/user": ">=4,<4.4.3", 260 "icecoder/icecoder": "<=8.1", 261 "idno/known": "<=1.3.1", 262 "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", 263 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", 264 "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40", 265 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", 266 "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75", 267 "impresscms/impresscms": "<=1.4.3", 268 "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.1", 269 "in2code/ipandlanguageredirect": "<5.1.2", 270 "in2code/lux": "<17.6.1|>=18,<24.0.2", 271 "innologi/typo3-appointments": "<2.0.6", 272 "intelliants/subrion": "<=4.2.1", 273 "islandora/islandora": ">=2,<2.4.1", 274 "ivankristianto/phpwhois": "<=4.3", 275 "jackalope/jackalope-doctrine-dbal": "<1.7.4", 276 "james-heinrich/getid3": "<1.9.21", 277 "jasig/phpcas": "<1.3.3", 278 "joomla/archive": "<1.1.12|>=2,<2.0.1", 279 "joomla/filesystem": "<1.6.2|>=2,<2.0.1", 280 "joomla/filter": "<1.4.4|>=2,<2.0.1", 281 "joomla/input": ">=2,<2.0.2", 282 "joomla/session": "<1.3.1", 283 "joyqi/hyper-down": "<=2.4.27", 284 "jsdecena/laracom": "<2.0.9", 285 "jsmitty12/phpwhois": "<5.1", 286 "kazist/phpwhois": "<=4.2.6", 287 "kelvinmo/simplexrd": "<3.1.1", 288 "kevinpapst/kimai2": "<1.16.7", 289 "khodakhah/nodcms": "<=3", 290 "kimai/kimai": "<1.1", 291 "kitodo/presentation": "<3.1.2", 292 "klaviyo/magento2-extension": ">=1,<3", 293 "knplabs/knp-snappy": "<1.4.2", 294 "krayin/laravel-crm": "<1.2.2", 295 "kreait/firebase-php": ">=3.2,<3.8.1", 296 "la-haute-societe/tcpdf": "<6.2.22", 297 "laminas/laminas-diactoros": "<2.18.1|>=2.24,<2.24.2|>=2.25,<2.25.2|= 2.23.0|= 2.22.0|= 2.21.0|= 2.20.0|= 2.19.0", 298 "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1", 299 "laminas/laminas-http": "<2.14.2", 300 "laravel/fortify": "<1.11.1", 301 "laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75", 302 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", 303 "latte/latte": "<2.10.8", 304 "lavalite/cms": "<=9", 305 "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5", 306 "league/commonmark": "<0.18.3", 307 "league/flysystem": "<1.1.4|>=2,<2.1.1", 308 "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", 309 "librenms/librenms": "<22.10", 310 "liftkit/database": "<2.13.2", 311 "limesurvey/limesurvey": "<3.27.19", 312 "livehelperchat/livehelperchat": "<=3.91", 313 "livewire/livewire": ">2.2.4,<2.2.6", 314 "lms/routes": "<2.1.1", 315 "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", 316 "luyadev/yii-helpers": "<1.2.1", 317 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", 318 "magento/magento1ce": "<1.9.4.3", 319 "magento/magento1ee": ">=1,<1.14.4.3", 320 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", 321 "maikuolan/phpmussel": ">=1,<1.6", 322 "mantisbt/mantisbt": "<=2.25.5", 323 "marcwillmann/turn": "<0.3.3", 324 "matyhtf/framework": "<3.0.6", 325 "mautic/core": "<4.3|= 2.13.1", 326 "mediawiki/core": "<=1.39.3", 327 "mediawiki/matomo": "<2.4.3", 328 "melisplatform/melis-asset-manager": "<5.0.1", 329 "melisplatform/melis-cms": "<5.0.1", 330 "melisplatform/melis-front": "<5.0.1", 331 "mezzio/mezzio-swoole": "<3.7|>=4,<4.3", 332 "mgallegos/laravel-jqgrid": "<=1.3", 333 "microweber/microweber": "<=1.3.4", 334 "miniorange/miniorange-saml": "<1.4.3", 335 "mittwald/typo3_forum": "<1.2.1", 336 "mobiledetect/mobiledetectlib": "<2.8.32", 337 "modx/revolution": "<= 2.8.3-pl|<2.8", 338 "mojo42/jirafeau": "<4.4", 339 "monolog/monolog": ">=1.8,<1.12", 340 "moodle/moodle": "<4.2-rc.2|= 4.2.0|= 3.11", 341 "mustache/mustache": ">=2,<2.14.1", 342 "namshi/jose": "<2.2", 343 "neoan3-apps/template": "<1.1.1", 344 "neorazorx/facturascripts": "<2022.4", 345 "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", 346 "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3", 347 "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2", 348 "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", 349 "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15", 350 "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", 351 "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", 352 "nilsteampassnet/teampass": "<3.0.9", 353 "notrinos/notrinos-erp": "<=0.7", 354 "noumo/easyii": "<=0.9", 355 "nukeviet/nukeviet": "<4.5.2", 356 "nyholm/psr7": "<1.6.1", 357 "nystudio107/craft-seomatic": "<3.4.12", 358 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", 359 "october/backend": "<1.1.2", 360 "october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469", 361 "october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12", 362 "october/rain": "<1.0.472|>=1.1,<1.1.2", 363 "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66", 364 "onelogin/php-saml": "<2.10.4", 365 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", 366 "open-web-analytics/open-web-analytics": "<1.7.4", 367 "opencart/opencart": "<=3.0.3.7", 368 "openid/php-openid": "<2.3", 369 "openmage/magento-lts": "<19.4.22|>=20,<20.0.19", 370 "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", 371 "orchid/platform": ">=9,<9.4.4", 372 "oro/commerce": ">=4.1,<5.0.6", 373 "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", 374 "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8", 375 "packbackbooks/lti-1-3-php-library": "<5", 376 "padraic/humbug_get_contents": "<1.1.2", 377 "pagarme/pagarme-php": ">=0,<3", 378 "pagekit/pagekit": "<=1.0.18", 379 "paragonie/random_compat": "<2", 380 "passbolt/passbolt_api": "<2.11", 381 "paypal/merchant-sdk-php": "<3.12", 382 "pear/archive_tar": "<1.4.14", 383 "pear/crypt_gpg": "<1.6.7", 384 "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1", 385 "personnummer/personnummer": "<3.0.2", 386 "phanan/koel": "<5.1.4", 387 "php-mod/curl": "<2.3.2", 388 "phpbb/phpbb": ">=3.2,<3.2.10|>=3.3,<3.3.1", 389 "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7", 390 "phpmailer/phpmailer": "<6.5", 391 "phpmussel/phpmussel": ">=1,<1.6", 392 "phpmyadmin/phpmyadmin": "<5.2.1", 393 "phpmyfaq/phpmyfaq": "<=3.1.7", 394 "phpoffice/phpexcel": "<1.8", 395 "phpoffice/phpspreadsheet": "<1.16", 396 "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19", 397 "phpservermon/phpservermon": "<=3.5.2", 398 "phpsysinfo/phpsysinfo": "<3.2.5", 399 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3", 400 "phpwhois/phpwhois": "<=4.2.5", 401 "phpxmlrpc/extras": "<0.6.1", 402 "phpxmlrpc/phpxmlrpc": "<4.9.2", 403 "pimcore/customer-management-framework-bundle": "<3.3.10", 404 "pimcore/data-hub": "<1.2.4", 405 "pimcore/perspective-editor": "<1.5.1", 406 "pimcore/pimcore": "<10.5.23", 407 "pixelfed/pixelfed": "<=0.11.4", 408 "pocketmine/bedrock-protocol": "<8.0.2", 409 "pocketmine/pocketmine-mp": "<4.20.5|>=4.21,<4.21.1|< 4.18.0-ALPHA2|>= 4.0.0-BETA5, < 4.4.2", 410 "pressbooks/pressbooks": "<5.18", 411 "prestashop/autoupgrade": ">=4,<4.10.1", 412 "prestashop/blockwishlist": ">=2,<2.1.1", 413 "prestashop/contactform": ">=1.0.1,<4.3", 414 "prestashop/gamification": "<2.3.2", 415 "prestashop/prestashop": "<8.0.4", 416 "prestashop/productcomments": "<5.0.2", 417 "prestashop/ps_emailsubscription": "<2.6.1", 418 "prestashop/ps_facetedsearch": "<3.4.1", 419 "prestashop/ps_linklist": "<3.1", 420 "privatebin/privatebin": "<1.4", 421 "processwire/processwire": "<=3.0.200", 422 "propel/propel": ">=2-alpha.1,<=2-alpha.7", 423 "propel/propel1": ">=1,<=1.7.1", 424 "pterodactyl/panel": "<1.7", 425 "ptrofimov/beanstalk_console": "<1.7.14", 426 "pusher/pusher-php-server": "<2.2.1", 427 "pwweb/laravel-core": "<=0.3.6-beta", 428 "pyrocms/pyrocms": "<=3.9.1", 429 "rainlab/debugbar-plugin": "<3.1", 430 "rankmath/seo-by-rank-math": "<=1.0.95", 431 "react/http": ">=0.7,<1.9", 432 "really-simple-plugins/complianz-gdpr": "<6.4.2", 433 "remdex/livehelperchat": "<3.99", 434 "rmccue/requests": ">=1.6,<1.8", 435 "robrichards/xmlseclibs": "<3.0.4", 436 "roots/soil": "<4.1", 437 "rudloff/alltube": "<3.0.3", 438 "s-cart/core": "<6.9", 439 "s-cart/s-cart": "<6.9", 440 "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", 441 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", 442 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", 443 "sensiolabs/connect": "<4.2.3", 444 "serluck/phpwhois": "<=4.2.6", 445 "sheng/yiicms": "<=1.2", 446 "shopware/core": "<=6.4.20", 447 "shopware/platform": "<=6.4.20", 448 "shopware/production": "<=6.3.5.2", 449 "shopware/shopware": "<=5.7.17", 450 "shopware/storefront": "<=6.4.8.1", 451 "shopxo/shopxo": "<2.2.6", 452 "showdoc/showdoc": "<2.10.4", 453 "silverstripe/admin": "<1.12.7", 454 "silverstripe/assets": ">=1,<1.11.1", 455 "silverstripe/cms": "<4.11.3", 456 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", 457 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", 458 "silverstripe/framework": "<4.12.5", 459 "silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|>=4.1.1,<4.1.2|>=4.2.2,<4.2.3|= 4.0.0-alpha1", 460 "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1", 461 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", 462 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", 463 "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1", 464 "silverstripe/subsites": ">=2,<2.6.1", 465 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", 466 "silverstripe/userforms": "<3", 467 "silverstripe/versioned-admin": ">=1,<1.11.1", 468 "simple-updates/phpwhois": "<=1", 469 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", 470 "simplesamlphp/simplesamlphp": "<1.18.6", 471 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", 472 "simplesamlphp/simplesamlphp-module-openid": "<1", 473 "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9", 474 "simplito/elliptic-php": "<1.0.6", 475 "sitegeist/fluid-components": "<3.5", 476 "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1", 477 "slim/slim": "<2.6", 478 "smarty/smarty": "<3.1.48|>=4,<4.3.1", 479 "snipe/snipe-it": "<=6.0.14|>= 6.0.0-RC-1, <= 6.0.0-RC-5", 480 "socalnick/scn-social-auth": "<1.15.2", 481 "socialiteproviders/steam": "<1.1", 482 "spatie/browsershot": "<3.57.4", 483 "spipu/html2pdf": "<5.2.4", 484 "spoonity/tcpdf": "<6.2.22", 485 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", 486 "ssddanbrown/bookstack": "<22.2.3", 487 "statamic/cms": "<3.2.39|>=3.3,<3.3.2", 488 "stormpath/sdk": ">=0,<9.9.99", 489 "studio-42/elfinder": "<2.1.62", 490 "subrion/cms": "<=4.2.1", 491 "sukohi/surpass": "<1", 492 "sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8", 493 "sumocoders/framework-user-bundle": "<1.4", 494 "swag/paypal": "<5.4.4", 495 "swiftmailer/swiftmailer": ">=4,<5.4.5", 496 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", 497 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", 498 "sylius/grid-bundle": "<1.10.1", 499 "sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1", 500 "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", 501 "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2", 502 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", 503 "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4", 504 "symbiote/silverstripe-seed": "<6.0.3", 505 "symbiote/silverstripe-versionedfiles": "<=2.0.3", 506 "symfont/process": ">=0", 507 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 508 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 509 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", 510 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", 511 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14", 512 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 513 "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 514 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", 515 "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1", 516 "symfony/mime": ">=4.3,<4.3.8", 517 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 518 "symfony/polyfill": ">=1,<1.10", 519 "symfony/polyfill-php55": ">=1,<1.10", 520 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 521 "symfony/routing": ">=2,<2.0.19", 522 "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8", 523 "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 524 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9", 525 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 526 "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", 527 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2", 528 "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12", 529 "symfony/symfony": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 530 "symfony/translation": ">=2,<2.0.17", 531 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", 532 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", 533 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", 534 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", 535 "t3/dce": ">=2.2,<2.6.2", 536 "t3g/svg-sanitizer": "<1.0.3", 537 "tastyigniter/tastyigniter": "<3.3", 538 "tcg/voyager": "<=1.4", 539 "tecnickcom/tcpdf": "<6.2.22", 540 "terminal42/contao-tablelookupwizard": "<3.3.5", 541 "thelia/backoffice-default-template": ">=2.1,<2.1.2", 542 "thelia/thelia": ">=2.1-beta.1,<2.1.3", 543 "theonedemon/phpwhois": "<=4.2.5", 544 "thinkcmf/thinkcmf": "<=5.1.7", 545 "thorsten/phpmyfaq": "<3.2-beta.2", 546 "tinymce/tinymce": "<5.10.7|>=6,<6.3.1", 547 "tinymighty/wiki-seo": "<1.2.2", 548 "titon/framework": ">=0,<9.9.99", 549 "tobiasbg/tablepress": "<= 2.0-RC1", 550 "topthink/framework": "<6.0.14", 551 "topthink/think": "<=6.1.1", 552 "topthink/thinkphp": "<=3.2.3", 553 "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2", 554 "tribalsystems/zenario": "<=9.3.57595", 555 "truckersmp/phpwhois": "<=4.3.1", 556 "ttskch/pagination-service-provider": "<1", 557 "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3", 558 "typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", 559 "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", 560 "typo3/cms-core": "<8.7.51|>=9,<9.5.40|>=10,<10.4.36|>=11,<11.5.23|>=12,<12.2", 561 "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", 562 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", 563 "typo3/html-sanitizer": ">=1,<1.5|>=2,<2.1.1", 564 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", 565 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", 566 "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", 567 "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", 568 "ua-parser/uap-php": "<3.8", 569 "unisharp/laravel-filemanager": "<=2.5.1", 570 "userfrosting/userfrosting": ">=0.3.1,<4.6.3", 571 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", 572 "uvdesk/community-skeleton": "<=1.1.1", 573 "vanilla/safecurl": "<0.9.2", 574 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", 575 "vova07/yii2-fileapi-widget": "<0.1.9", 576 "vrana/adminer": "<4.8.1", 577 "wallabag/tcpdf": "<6.2.22", 578 "wallabag/wallabag": "<2.5.4", 579 "wanglelecc/laracms": "<=1.0.3", 580 "web-auth/webauthn-framework": ">=3.3,<3.3.4", 581 "webbuilders-group/silverstripe-kapost-bridge": "<0.4", 582 "webcoast/deferred-image-processing": "<1.0.2", 583 "webklex/laravel-imap": "<5.3", 584 "webklex/php-imap": "<5.3", 585 "webpa/webpa": "<3.1.2", 586 "wikimedia/parsoid": "<0.12.2", 587 "willdurand/js-translation-bundle": "<2.1.1", 588 "wintercms/winter": "<1.0.475|>=1.1,<1.1.10|>=1.2,<1.2.1", 589 "woocommerce/woocommerce": "<6.6", 590 "wp-cli/wp-cli": "<2.5", 591 "wp-graphql/wp-graphql": "<=1.14.5", 592 "wpanel/wpanel4-cms": "<=4.3.1", 593 "wpcloud/wp-stateless": "<3.2", 594 "wwbn/avideo": "<=12.4", 595 "xataface/xataface": "<3", 596 "xpressengine/xpressengine": "<3.0.15", 597 "yeswiki/yeswiki": "<4.1", 598 "yetiforce/yetiforce-crm": "<=6.4", 599 "yidashi/yii2cmf": "<=2", 600 "yii2mod/yii2-cms": "<1.9.2", 601 "yiisoft/yii": "<1.1.27", 602 "yiisoft/yii2": "<2.0.38", 603 "yiisoft/yii2-bootstrap": "<2.0.4", 604 "yiisoft/yii2-dev": "<2.0.43", 605 "yiisoft/yii2-elasticsearch": "<2.0.5", 606 "yiisoft/yii2-gii": "<=2.2.4", 607 "yiisoft/yii2-jui": "<2.0.4", 608 "yiisoft/yii2-redis": "<2.0.8", 609 "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6", 610 "yoast-seo-for-typo3/yoast_seo": "<7.2.3", 611 "yourls/yourls": "<=1.8.2", 612 "zendesk/zendesk_api_client_php": "<2.2.11", 613 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", 614 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", 615 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", 616 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", 617 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3", 618 "zendframework/zend-diactoros": "<1.8.4", 619 "zendframework/zend-feed": "<2.10.3", 620 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", 621 "zendframework/zend-http": "<2.8.1", 622 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", 623 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", 624 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", 625 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", 626 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", 627 "zendframework/zend-validator": ">=2.3,<2.3.6", 628 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", 629 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", 630 "zendframework/zendframework": "<=3", 631 "zendframework/zendframework1": "<1.12.20", 632 "zendframework/zendopenid": ">=2,<2.0.2", 633 "zendframework/zendxml": ">=1,<1.0.1", 634 "zetacomponents/mail": "<1.8.2", 635 "zf-commons/zfc-user": "<1.2.2", 636 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", 637 "zfr/zfr-oauth2-server-module": "<0.1.2", 638 "zoujingli/thinkadmin": "<6.0.22" 639 }, 640 "time": "2023-07-05T23:04:23+00:00", 641 "default-branch": true, 642 "type": "metapackage", 643 "notification-url": "https://packagist.org/downloads/", 644 "license": [ 645 "MIT" 646 ], 647 "authors": [ 648 { 649 "name": "Marco Pivetta", 650 "email": "[email protected]", 651 "role": "maintainer" 652 }, 653 { 654 "name": "Ilya Tribusean", 655 "email": "[email protected]", 656 "role": "maintainer" 657 } 658 ], 659 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", 660 "keywords": [ 661 "dev" 662 ], 663 "support": { 664 "issues": "https://github.com/Roave/SecurityAdvisories/issues", 665 "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" 666 }, 667 "funding": [ 668 { 669 "url": "https://github.com/Ocramius", 670 "type": "github" 671 }, 672 { 673 "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", 674 "type": "tidelift" 675 } 676 ], 677 "install-path": null 59 678 } 60 679 ], 61 680 "dev": true, 62 "dev-package-names": [] 681 "dev-package-names": [ 682 "roave/security-advisories" 683 ] 63 684 } -
visibility-logic-elementor/tags/2.3.5.1/vendor/composer/installed.php
r2934802 r2935595 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 43d42e53804b8d5c4a82c65e12bc087b34a3948e',6 'reference' => '10779c4afaf985c1f6f1d4d0597363b3273315f9', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 43d42e53804b8d5c4a82c65e12bc087b34a3948e',16 'reference' => '10779c4afaf985c1f6f1d4d0597363b3273315f9', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', … … 29 29 'dev_requirement' => false, 30 30 ), 31 'roave/security-advisories' => array( 32 'pretty_version' => 'dev-latest', 33 'version' => 'dev-latest', 34 'reference' => '6ea60363203786a5dd5617c28e933280bb61f78b', 35 'type' => 'metapackage', 36 'install_path' => NULL, 37 'aliases' => array( 38 0 => '9999999-dev', 39 ), 40 'dev_requirement' => true, 41 ), 31 42 ), 32 43 ); -
visibility-logic-elementor/trunk/conditional.php
r2934802 r2935595 6 6 * Author URI: https://staxwp.com 7 7 * Author: StaxWP 8 * Version: 2.3.5 8 * Version: 2.3.5.1 9 9 * 10 10 * Elementor tested up to: 3.14.1 … … 15 15 16 16 if ( ! defined( 'ABSPATH' ) ) { 17 exit; // Exit if accessed directly.17 exit; // Exit if accessed directly. 18 18 } 19 19 20 define( 'STAX_VISIBILITY_VERSION', '2.3.5 ' );20 define( 'STAX_VISIBILITY_VERSION', '2.3.5.1' ); 21 21 22 22 define( 'STAX_VISIBILITY_FILE', __FILE__ ); … … 43 43 */ 44 44 function ecl_load_plugin_textdomain() { 45 load_plugin_textdomain( 'visibility-logic-elementor' );45 load_plugin_textdomain( 'visibility-logic-elementor' ); 46 46 } 47 47 48 require __DIR__ . '/vendor/autoload.php';48 require_once __DIR__ . '/vendor/autoload.php'; 49 49 require_once STAX_VISIBILITY_CORE_PATH . 'Singleton.php'; 50 50 require_once STAX_VISIBILITY_CORE_PATH . 'Plugin.php'; … … 58 58 function appsero_init_tracker_visibility_logic_elementor() { 59 59 60 if ( ! class_exists( 'Appsero\Client' ) ) {61 require_once __DIR__ . '/appsero/src/Client.php';62 }60 if ( ! class_exists( 'Appsero\Client' ) ) { 61 require_once __DIR__ . '/vendor/appsero/client/src/Client.php'; 62 } 63 63 64 $client = new Appsero\Client( 'd40e3204-1270-4588-b9ff-37b420fad6b8', 'Visibility Logic for Elementor', __FILE__ );64 $client = new Appsero\Client( 'd40e3204-1270-4588-b9ff-37b420fad6b8', 'Visibility Logic for Elementor', __FILE__ ); 65 65 66 // Active insights.67 $client->insights()->init();66 // Active insights. 67 $client->insights()->init(); 68 68 69 69 } -
visibility-logic-elementor/trunk/readme.txt
r2934802 r2935595 1 1 === Visibility Logic for Elementor === 2 Contributors: staxwp, seventhqueen,kierantaylorio, codezz, rtynio, geowrge2 Contributors: staxwp, kierantaylorio, codezz, rtynio, geowrge 3 3 Tags: elementor, elementor restrictions, elementor conditions, elementor widgets, visibility logic, widget conditions 4 4 Requires at least: 5.0 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.2 7 Stable tag: 2.3.5 7 Stable tag: 2.3.5.1 8 8 License: GLPv2 or later 9 9 … … 49 49 Create stunning communities on your site powered by Elementor and BuddyPress 50 50 - [Elementor Addons, Widgets & Enhancements - Plugin](https://staxwp.com/go/addons-for-elementor) 51 Powerful lElementor widgets to help you build stunning pages51 Powerful Elementor widgets to help you build stunning pages 52 52 - [Woo Addons for Elementor - Plugin](https://staxwp.com/go/woo-addons-for-elementor/) 53 53 Elementor enhancements for Woocommerce to help you build awesome e-commerce sites … … 55 55 = Privacy Policy = 56 56 We use Appsero SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements. 57 58 = Found a bug? = 59 You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report bug](https://patchstack.com/database/vdp/visibility-logic-elementor). 57 60 58 61 == Installation == … … 77 80 == Changelog == 78 81 82 = 2.3.5.1 = 83 * Update readme.txt to include patchstack.com report bug link 84 79 85 = 2.3.5 = 80 86 * Add extra security checks when saving plugin options. -
visibility-logic-elementor/trunk/vendor/composer/autoload_real.php
r2934802 r2935595 23 23 } 24 24 25 require __DIR__ . '/platform_check.php';26 27 25 spl_autoload_register(array('ComposerAutoloaderInit8b03445ff1bebee0213f33b0581a97b7', 'loadClassLoader'), true, true); 28 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); -
visibility-logic-elementor/trunk/vendor/composer/installed.json
r2934802 r2935595 57 57 }, 58 58 "install-path": "../appsero/client" 59 }, 60 { 61 "name": "roave/security-advisories", 62 "version": "dev-latest", 63 "version_normalized": "dev-latest", 64 "source": { 65 "type": "git", 66 "url": "https://github.com/Roave/SecurityAdvisories.git", 67 "reference": "6ea60363203786a5dd5617c28e933280bb61f78b" 68 }, 69 "dist": { 70 "type": "zip", 71 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6ea60363203786a5dd5617c28e933280bb61f78b", 72 "reference": "6ea60363203786a5dd5617c28e933280bb61f78b", 73 "shasum": "" 74 }, 75 "conflict": { 76 "3f/pygmentize": "<1.2", 77 "admidio/admidio": "<4.2.9", 78 "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", 79 "aheinze/cockpit": "<=2.2.1", 80 "akaunting/akaunting": "<2.1.13", 81 "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53", 82 "alextselegidis/easyappointments": "<1.5", 83 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", 84 "amazing/media2click": ">=1,<1.3.3", 85 "amphp/artax": "<1.0.6|>=2,<2.0.6", 86 "amphp/http": "<1.0.1", 87 "amphp/http-client": ">=4,<4.4", 88 "anchorcms/anchor-cms": "<=0.12.7", 89 "andreapollastri/cipi": "<=3.1.15", 90 "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5", 91 "apereo/phpcas": "<1.6", 92 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3", 93 "appwrite/server-ce": "<=1.2.1", 94 "arc/web": "<3", 95 "area17/twill": "<1.2.5|>=2,<2.5.3", 96 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", 97 "automad/automad": "<1.8", 98 "awesome-support/awesome-support": "<=6.0.7", 99 "aws/aws-sdk-php": ">=3,<3.2.1", 100 "azuracast/azuracast": "<0.18.3", 101 "backdrop/backdrop": "<1.24.2", 102 "badaso/core": "<2.7", 103 "bagisto/bagisto": "<0.1.5", 104 "barrelstrength/sprout-base-email": "<1.2.7", 105 "barrelstrength/sprout-forms": "<3.9", 106 "barryvdh/laravel-translation-manager": "<0.6.2", 107 "barzahlen/barzahlen-php": "<2.0.1", 108 "baserproject/basercms": "<4.7.5", 109 "bassjobsen/bootstrap-3-typeahead": ">4.0.2", 110 "bigfork/silverstripe-form-capture": ">=3,<3.1.1", 111 "billz/raspap-webgui": "<2.8.9", 112 "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3", 113 "bmarshall511/wordpress_zero_spam": "<5.2.13", 114 "bolt/bolt": "<3.7.2", 115 "bolt/core": "<=4.2", 116 "bottelet/flarepoint": "<2.2.1", 117 "brightlocal/phpwhois": "<=4.2.5", 118 "brotkrueml/codehighlight": "<2.7", 119 "brotkrueml/schema": "<1.13.1|>=2,<2.5.1", 120 "brotkrueml/typo3-matomo-integration": "<1.3.2", 121 "buddypress/buddypress": "<7.2.1", 122 "bugsnag/bugsnag-laravel": ">=2,<2.0.2", 123 "bytefury/crater": "<6.0.2", 124 "cachethq/cachet": "<2.5.1", 125 "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10|= 1.3.7|>=4.1,<4.1.4", 126 "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10", 127 "cardgate/magento2": "<2.0.33", 128 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", 129 "cartalyst/sentry": "<=2.1.6", 130 "catfan/medoo": "<1.7.5", 131 "centreon/centreon": "<22.10-beta.1", 132 "cesnet/simplesamlphp-module-proxystatistics": "<3.1", 133 "cockpit-hq/cockpit": "<2.4.1", 134 "codeception/codeception": "<3.1.3|>=4,<4.1.22", 135 "codeigniter/framework": "<=3.0.6", 136 "codeigniter4/framework": "<4.3.5", 137 "codeigniter4/shield": "<1-beta.4|= 1.0.0-beta", 138 "codiad/codiad": "<=2.8.4", 139 "composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5", 140 "concrete5/concrete5": "<9.2|>= 9.0.0RC1, < 9.1.3", 141 "concrete5/core": "<8.5.8|>=9,<9.1", 142 "contao-components/mediaelement": ">=2.14.2,<2.21.1", 143 "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4", 144 "contao/core": ">=2,<3.5.39", 145 "contao/core-bundle": "<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4|= 4.10.0", 146 "contao/listing-bundle": ">=4,<4.4.8", 147 "contao/managed-edition": "<=1.5", 148 "craftcms/cms": "<=4.4.9|>= 4.0.0-RC1, < 4.4.12|>= 4.0.0-RC1, <= 4.4.5|>= 4.0.0-RC1, <= 4.4.6|>= 4.0.0-RC1, < 4.4.6|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1", 149 "croogo/croogo": "<3.0.7", 150 "cuyz/valinor": "<0.12", 151 "czproject/git-php": "<4.0.3", 152 "darylldoyle/safe-svg": "<1.9.10", 153 "datadog/dd-trace": ">=0.30,<0.30.2", 154 "david-garcia/phpwhois": "<=4.3.1", 155 "dbrisinajumi/d2files": "<1", 156 "dcat/laravel-admin": "<=2.1.3-beta", 157 "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3", 158 "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", 159 "directmailteam/direct-mail": "<5.2.4", 160 "doctrine/annotations": ">=1,<1.2.7", 161 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", 162 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", 163 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4", 164 "doctrine/doctrine-bundle": "<1.5.2", 165 "doctrine/doctrine-module": "<=0.7.1", 166 "doctrine/mongodb-odm": ">=1,<1.0.2", 167 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", 168 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", 169 "dolibarr/dolibarr": "<17.0.1|= 12.0.5|>= 3.3.beta1, < 13.0.2", 170 "dompdf/dompdf": "<2.0.2|= 2.0.2", 171 "drupal/core": ">=7,<7.96|>=8,<9.4.14|>=9.5,<9.5.8|>=10,<10.0.8", 172 "drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", 173 "dweeves/magmi": "<=0.7.24", 174 "ecodev/newsletter": "<=4", 175 "ectouch/ectouch": "<=2.7.2", 176 "elefant/cms": "<1.3.13", 177 "elgg/elgg": "<3.3.24|>=4,<4.0.5", 178 "encore/laravel-admin": "<=1.8.19", 179 "endroid/qr-code-bundle": "<3.4.2", 180 "enshrined/svg-sanitize": "<0.15", 181 "erusev/parsedown": "<1.7.2", 182 "ether/logs": "<3.0.4", 183 "exceedone/exment": "<4.4.3|>=5,<5.0.3", 184 "exceedone/laravel-admin": "= 3.0.0|<2.2.3", 185 "ezsystems/demobundle": ">=5.4,<5.4.6.1", 186 "ezsystems/ez-support-tools": ">=2.2,<2.2.3", 187 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", 188 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", 189 "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24", 190 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26", 191 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", 192 "ezsystems/ezplatform-graphql": ">=1-rc.1,<1.0.13|>=2-beta.1,<2.3.12", 193 "ezsystems/ezplatform-kernel": "<1.2.5.1|>=1.3,<1.3.26", 194 "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", 195 "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1", 196 "ezsystems/ezplatform-user": ">=1,<1.0.1", 197 "ezsystems/ezpublish-kernel": "<6.13.8.2|>=7,<7.5.30", 198 "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1", 199 "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", 200 "ezsystems/repository-forms": ">=2.3,<2.3.2.1|>=2.5,<2.5.15", 201 "ezyang/htmlpurifier": "<4.1.1", 202 "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2", 203 "facturascripts/facturascripts": "<=2022.8", 204 "feehi/cms": "<=2.1.1", 205 "feehi/feehicms": "<=2.1.1", 206 "fenom/fenom": "<=2.12.1", 207 "filegator/filegator": "<7.8", 208 "firebase/php-jwt": "<6", 209 "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2", 210 "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6", 211 "flarum/core": "<1.7", 212 "flarum/mentions": "<1.6.3", 213 "flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15", 214 "flarum/tags": "<=0.1-beta.13", 215 "fluidtypo3/vhs": "<5.1.1", 216 "fof/byobu": ">=0.3-beta.2,<1.1.7", 217 "fof/upload": "<1.2.3", 218 "fooman/tcpdf": "<6.2.22", 219 "forkcms/forkcms": "<5.11.1", 220 "fossar/tcpdf-parser": "<6.2.22", 221 "francoisjacquet/rosariosis": "<11", 222 "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2", 223 "friendsofsymfony/oauth2-php": "<1.3", 224 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", 225 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", 226 "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", 227 "froala/wysiwyg-editor": "<3.2.7", 228 "froxlor/froxlor": "<2.1", 229 "fuel/core": "<1.8.1", 230 "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", 231 "gaoming13/wechat-php-sdk": "<=1.10.2", 232 "genix/cms": "<=1.1.11", 233 "getgrav/grav": "<1.7.42", 234 "getkirby/cms": "= 3.8.0|<3.5.8.2|>=3.6,<3.6.6.2|>=3.7,<3.7.5.1", 235 "getkirby/panel": "<2.5.14", 236 "getkirby/starterkit": "<=3.7.0.2", 237 "gilacms/gila": "<=1.11.4", 238 "globalpayments/php-sdk": "<2", 239 "google/protobuf": "<3.15", 240 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", 241 "gree/jose": "<2.2.1", 242 "gregwar/rst": "<1.0.3", 243 "grumpydictator/firefly-iii": "<6", 244 "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5", 245 "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5", 246 "harvesthq/chosen": "<1.8.7", 247 "helloxz/imgurl": "= 2.31|<=2.31", 248 "hhxsv5/laravel-s": "<3.7.36", 249 "hillelcoren/invoice-ninja": "<5.3.35", 250 "himiklab/yii2-jqgrid-widget": "<1.0.8", 251 "hjue/justwriting": "<=1", 252 "hov/jobfair": "<1.0.13|>=2,<2.0.2", 253 "httpsoft/http-message": "<1.0.12", 254 "hyn/multi-tenant": ">=5.6,<5.7.2", 255 "ibexa/admin-ui": ">=4.2,<4.2.3", 256 "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3", 257 "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", 258 "ibexa/post-install": "<=1.0.4", 259 "ibexa/user": ">=4,<4.4.3", 260 "icecoder/icecoder": "<=8.1", 261 "idno/known": "<=1.3.1", 262 "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", 263 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", 264 "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40", 265 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", 266 "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75", 267 "impresscms/impresscms": "<=1.4.3", 268 "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.1", 269 "in2code/ipandlanguageredirect": "<5.1.2", 270 "in2code/lux": "<17.6.1|>=18,<24.0.2", 271 "innologi/typo3-appointments": "<2.0.6", 272 "intelliants/subrion": "<=4.2.1", 273 "islandora/islandora": ">=2,<2.4.1", 274 "ivankristianto/phpwhois": "<=4.3", 275 "jackalope/jackalope-doctrine-dbal": "<1.7.4", 276 "james-heinrich/getid3": "<1.9.21", 277 "jasig/phpcas": "<1.3.3", 278 "joomla/archive": "<1.1.12|>=2,<2.0.1", 279 "joomla/filesystem": "<1.6.2|>=2,<2.0.1", 280 "joomla/filter": "<1.4.4|>=2,<2.0.1", 281 "joomla/input": ">=2,<2.0.2", 282 "joomla/session": "<1.3.1", 283 "joyqi/hyper-down": "<=2.4.27", 284 "jsdecena/laracom": "<2.0.9", 285 "jsmitty12/phpwhois": "<5.1", 286 "kazist/phpwhois": "<=4.2.6", 287 "kelvinmo/simplexrd": "<3.1.1", 288 "kevinpapst/kimai2": "<1.16.7", 289 "khodakhah/nodcms": "<=3", 290 "kimai/kimai": "<1.1", 291 "kitodo/presentation": "<3.1.2", 292 "klaviyo/magento2-extension": ">=1,<3", 293 "knplabs/knp-snappy": "<1.4.2", 294 "krayin/laravel-crm": "<1.2.2", 295 "kreait/firebase-php": ">=3.2,<3.8.1", 296 "la-haute-societe/tcpdf": "<6.2.22", 297 "laminas/laminas-diactoros": "<2.18.1|>=2.24,<2.24.2|>=2.25,<2.25.2|= 2.23.0|= 2.22.0|= 2.21.0|= 2.20.0|= 2.19.0", 298 "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1", 299 "laminas/laminas-http": "<2.14.2", 300 "laravel/fortify": "<1.11.1", 301 "laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75", 302 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", 303 "latte/latte": "<2.10.8", 304 "lavalite/cms": "<=9", 305 "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5", 306 "league/commonmark": "<0.18.3", 307 "league/flysystem": "<1.1.4|>=2,<2.1.1", 308 "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", 309 "librenms/librenms": "<22.10", 310 "liftkit/database": "<2.13.2", 311 "limesurvey/limesurvey": "<3.27.19", 312 "livehelperchat/livehelperchat": "<=3.91", 313 "livewire/livewire": ">2.2.4,<2.2.6", 314 "lms/routes": "<2.1.1", 315 "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", 316 "luyadev/yii-helpers": "<1.2.1", 317 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", 318 "magento/magento1ce": "<1.9.4.3", 319 "magento/magento1ee": ">=1,<1.14.4.3", 320 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", 321 "maikuolan/phpmussel": ">=1,<1.6", 322 "mantisbt/mantisbt": "<=2.25.5", 323 "marcwillmann/turn": "<0.3.3", 324 "matyhtf/framework": "<3.0.6", 325 "mautic/core": "<4.3|= 2.13.1", 326 "mediawiki/core": "<=1.39.3", 327 "mediawiki/matomo": "<2.4.3", 328 "melisplatform/melis-asset-manager": "<5.0.1", 329 "melisplatform/melis-cms": "<5.0.1", 330 "melisplatform/melis-front": "<5.0.1", 331 "mezzio/mezzio-swoole": "<3.7|>=4,<4.3", 332 "mgallegos/laravel-jqgrid": "<=1.3", 333 "microweber/microweber": "<=1.3.4", 334 "miniorange/miniorange-saml": "<1.4.3", 335 "mittwald/typo3_forum": "<1.2.1", 336 "mobiledetect/mobiledetectlib": "<2.8.32", 337 "modx/revolution": "<= 2.8.3-pl|<2.8", 338 "mojo42/jirafeau": "<4.4", 339 "monolog/monolog": ">=1.8,<1.12", 340 "moodle/moodle": "<4.2-rc.2|= 4.2.0|= 3.11", 341 "mustache/mustache": ">=2,<2.14.1", 342 "namshi/jose": "<2.2", 343 "neoan3-apps/template": "<1.1.1", 344 "neorazorx/facturascripts": "<2022.4", 345 "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", 346 "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3", 347 "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2", 348 "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", 349 "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15", 350 "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", 351 "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", 352 "nilsteampassnet/teampass": "<3.0.9", 353 "notrinos/notrinos-erp": "<=0.7", 354 "noumo/easyii": "<=0.9", 355 "nukeviet/nukeviet": "<4.5.2", 356 "nyholm/psr7": "<1.6.1", 357 "nystudio107/craft-seomatic": "<3.4.12", 358 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", 359 "october/backend": "<1.1.2", 360 "october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469", 361 "october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12", 362 "october/rain": "<1.0.472|>=1.1,<1.1.2", 363 "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66", 364 "onelogin/php-saml": "<2.10.4", 365 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", 366 "open-web-analytics/open-web-analytics": "<1.7.4", 367 "opencart/opencart": "<=3.0.3.7", 368 "openid/php-openid": "<2.3", 369 "openmage/magento-lts": "<19.4.22|>=20,<20.0.19", 370 "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", 371 "orchid/platform": ">=9,<9.4.4", 372 "oro/commerce": ">=4.1,<5.0.6", 373 "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", 374 "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8", 375 "packbackbooks/lti-1-3-php-library": "<5", 376 "padraic/humbug_get_contents": "<1.1.2", 377 "pagarme/pagarme-php": ">=0,<3", 378 "pagekit/pagekit": "<=1.0.18", 379 "paragonie/random_compat": "<2", 380 "passbolt/passbolt_api": "<2.11", 381 "paypal/merchant-sdk-php": "<3.12", 382 "pear/archive_tar": "<1.4.14", 383 "pear/crypt_gpg": "<1.6.7", 384 "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1", 385 "personnummer/personnummer": "<3.0.2", 386 "phanan/koel": "<5.1.4", 387 "php-mod/curl": "<2.3.2", 388 "phpbb/phpbb": ">=3.2,<3.2.10|>=3.3,<3.3.1", 389 "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7", 390 "phpmailer/phpmailer": "<6.5", 391 "phpmussel/phpmussel": ">=1,<1.6", 392 "phpmyadmin/phpmyadmin": "<5.2.1", 393 "phpmyfaq/phpmyfaq": "<=3.1.7", 394 "phpoffice/phpexcel": "<1.8", 395 "phpoffice/phpspreadsheet": "<1.16", 396 "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19", 397 "phpservermon/phpservermon": "<=3.5.2", 398 "phpsysinfo/phpsysinfo": "<3.2.5", 399 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3", 400 "phpwhois/phpwhois": "<=4.2.5", 401 "phpxmlrpc/extras": "<0.6.1", 402 "phpxmlrpc/phpxmlrpc": "<4.9.2", 403 "pimcore/customer-management-framework-bundle": "<3.3.10", 404 "pimcore/data-hub": "<1.2.4", 405 "pimcore/perspective-editor": "<1.5.1", 406 "pimcore/pimcore": "<10.5.23", 407 "pixelfed/pixelfed": "<=0.11.4", 408 "pocketmine/bedrock-protocol": "<8.0.2", 409 "pocketmine/pocketmine-mp": "<4.20.5|>=4.21,<4.21.1|< 4.18.0-ALPHA2|>= 4.0.0-BETA5, < 4.4.2", 410 "pressbooks/pressbooks": "<5.18", 411 "prestashop/autoupgrade": ">=4,<4.10.1", 412 "prestashop/blockwishlist": ">=2,<2.1.1", 413 "prestashop/contactform": ">=1.0.1,<4.3", 414 "prestashop/gamification": "<2.3.2", 415 "prestashop/prestashop": "<8.0.4", 416 "prestashop/productcomments": "<5.0.2", 417 "prestashop/ps_emailsubscription": "<2.6.1", 418 "prestashop/ps_facetedsearch": "<3.4.1", 419 "prestashop/ps_linklist": "<3.1", 420 "privatebin/privatebin": "<1.4", 421 "processwire/processwire": "<=3.0.200", 422 "propel/propel": ">=2-alpha.1,<=2-alpha.7", 423 "propel/propel1": ">=1,<=1.7.1", 424 "pterodactyl/panel": "<1.7", 425 "ptrofimov/beanstalk_console": "<1.7.14", 426 "pusher/pusher-php-server": "<2.2.1", 427 "pwweb/laravel-core": "<=0.3.6-beta", 428 "pyrocms/pyrocms": "<=3.9.1", 429 "rainlab/debugbar-plugin": "<3.1", 430 "rankmath/seo-by-rank-math": "<=1.0.95", 431 "react/http": ">=0.7,<1.9", 432 "really-simple-plugins/complianz-gdpr": "<6.4.2", 433 "remdex/livehelperchat": "<3.99", 434 "rmccue/requests": ">=1.6,<1.8", 435 "robrichards/xmlseclibs": "<3.0.4", 436 "roots/soil": "<4.1", 437 "rudloff/alltube": "<3.0.3", 438 "s-cart/core": "<6.9", 439 "s-cart/s-cart": "<6.9", 440 "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", 441 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", 442 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", 443 "sensiolabs/connect": "<4.2.3", 444 "serluck/phpwhois": "<=4.2.6", 445 "sheng/yiicms": "<=1.2", 446 "shopware/core": "<=6.4.20", 447 "shopware/platform": "<=6.4.20", 448 "shopware/production": "<=6.3.5.2", 449 "shopware/shopware": "<=5.7.17", 450 "shopware/storefront": "<=6.4.8.1", 451 "shopxo/shopxo": "<2.2.6", 452 "showdoc/showdoc": "<2.10.4", 453 "silverstripe/admin": "<1.12.7", 454 "silverstripe/assets": ">=1,<1.11.1", 455 "silverstripe/cms": "<4.11.3", 456 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", 457 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", 458 "silverstripe/framework": "<4.12.5", 459 "silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|>=4.1.1,<4.1.2|>=4.2.2,<4.2.3|= 4.0.0-alpha1", 460 "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1", 461 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", 462 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", 463 "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1", 464 "silverstripe/subsites": ">=2,<2.6.1", 465 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", 466 "silverstripe/userforms": "<3", 467 "silverstripe/versioned-admin": ">=1,<1.11.1", 468 "simple-updates/phpwhois": "<=1", 469 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", 470 "simplesamlphp/simplesamlphp": "<1.18.6", 471 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", 472 "simplesamlphp/simplesamlphp-module-openid": "<1", 473 "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9", 474 "simplito/elliptic-php": "<1.0.6", 475 "sitegeist/fluid-components": "<3.5", 476 "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1", 477 "slim/slim": "<2.6", 478 "smarty/smarty": "<3.1.48|>=4,<4.3.1", 479 "snipe/snipe-it": "<=6.0.14|>= 6.0.0-RC-1, <= 6.0.0-RC-5", 480 "socalnick/scn-social-auth": "<1.15.2", 481 "socialiteproviders/steam": "<1.1", 482 "spatie/browsershot": "<3.57.4", 483 "spipu/html2pdf": "<5.2.4", 484 "spoonity/tcpdf": "<6.2.22", 485 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", 486 "ssddanbrown/bookstack": "<22.2.3", 487 "statamic/cms": "<3.2.39|>=3.3,<3.3.2", 488 "stormpath/sdk": ">=0,<9.9.99", 489 "studio-42/elfinder": "<2.1.62", 490 "subrion/cms": "<=4.2.1", 491 "sukohi/surpass": "<1", 492 "sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8", 493 "sumocoders/framework-user-bundle": "<1.4", 494 "swag/paypal": "<5.4.4", 495 "swiftmailer/swiftmailer": ">=4,<5.4.5", 496 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", 497 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", 498 "sylius/grid-bundle": "<1.10.1", 499 "sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1", 500 "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", 501 "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2", 502 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", 503 "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4", 504 "symbiote/silverstripe-seed": "<6.0.3", 505 "symbiote/silverstripe-versionedfiles": "<=2.0.3", 506 "symfont/process": ">=0", 507 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 508 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 509 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", 510 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", 511 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14", 512 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 513 "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 514 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", 515 "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1", 516 "symfony/mime": ">=4.3,<4.3.8", 517 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 518 "symfony/polyfill": ">=1,<1.10", 519 "symfony/polyfill-php55": ">=1,<1.10", 520 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 521 "symfony/routing": ">=2,<2.0.19", 522 "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8", 523 "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 524 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9", 525 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 526 "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", 527 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2", 528 "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12", 529 "symfony/symfony": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 530 "symfony/translation": ">=2,<2.0.17", 531 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", 532 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", 533 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", 534 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", 535 "t3/dce": ">=2.2,<2.6.2", 536 "t3g/svg-sanitizer": "<1.0.3", 537 "tastyigniter/tastyigniter": "<3.3", 538 "tcg/voyager": "<=1.4", 539 "tecnickcom/tcpdf": "<6.2.22", 540 "terminal42/contao-tablelookupwizard": "<3.3.5", 541 "thelia/backoffice-default-template": ">=2.1,<2.1.2", 542 "thelia/thelia": ">=2.1-beta.1,<2.1.3", 543 "theonedemon/phpwhois": "<=4.2.5", 544 "thinkcmf/thinkcmf": "<=5.1.7", 545 "thorsten/phpmyfaq": "<3.2-beta.2", 546 "tinymce/tinymce": "<5.10.7|>=6,<6.3.1", 547 "tinymighty/wiki-seo": "<1.2.2", 548 "titon/framework": ">=0,<9.9.99", 549 "tobiasbg/tablepress": "<= 2.0-RC1", 550 "topthink/framework": "<6.0.14", 551 "topthink/think": "<=6.1.1", 552 "topthink/thinkphp": "<=3.2.3", 553 "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2", 554 "tribalsystems/zenario": "<=9.3.57595", 555 "truckersmp/phpwhois": "<=4.3.1", 556 "ttskch/pagination-service-provider": "<1", 557 "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3", 558 "typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", 559 "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", 560 "typo3/cms-core": "<8.7.51|>=9,<9.5.40|>=10,<10.4.36|>=11,<11.5.23|>=12,<12.2", 561 "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", 562 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", 563 "typo3/html-sanitizer": ">=1,<1.5|>=2,<2.1.1", 564 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", 565 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", 566 "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", 567 "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", 568 "ua-parser/uap-php": "<3.8", 569 "unisharp/laravel-filemanager": "<=2.5.1", 570 "userfrosting/userfrosting": ">=0.3.1,<4.6.3", 571 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", 572 "uvdesk/community-skeleton": "<=1.1.1", 573 "vanilla/safecurl": "<0.9.2", 574 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", 575 "vova07/yii2-fileapi-widget": "<0.1.9", 576 "vrana/adminer": "<4.8.1", 577 "wallabag/tcpdf": "<6.2.22", 578 "wallabag/wallabag": "<2.5.4", 579 "wanglelecc/laracms": "<=1.0.3", 580 "web-auth/webauthn-framework": ">=3.3,<3.3.4", 581 "webbuilders-group/silverstripe-kapost-bridge": "<0.4", 582 "webcoast/deferred-image-processing": "<1.0.2", 583 "webklex/laravel-imap": "<5.3", 584 "webklex/php-imap": "<5.3", 585 "webpa/webpa": "<3.1.2", 586 "wikimedia/parsoid": "<0.12.2", 587 "willdurand/js-translation-bundle": "<2.1.1", 588 "wintercms/winter": "<1.0.475|>=1.1,<1.1.10|>=1.2,<1.2.1", 589 "woocommerce/woocommerce": "<6.6", 590 "wp-cli/wp-cli": "<2.5", 591 "wp-graphql/wp-graphql": "<=1.14.5", 592 "wpanel/wpanel4-cms": "<=4.3.1", 593 "wpcloud/wp-stateless": "<3.2", 594 "wwbn/avideo": "<=12.4", 595 "xataface/xataface": "<3", 596 "xpressengine/xpressengine": "<3.0.15", 597 "yeswiki/yeswiki": "<4.1", 598 "yetiforce/yetiforce-crm": "<=6.4", 599 "yidashi/yii2cmf": "<=2", 600 "yii2mod/yii2-cms": "<1.9.2", 601 "yiisoft/yii": "<1.1.27", 602 "yiisoft/yii2": "<2.0.38", 603 "yiisoft/yii2-bootstrap": "<2.0.4", 604 "yiisoft/yii2-dev": "<2.0.43", 605 "yiisoft/yii2-elasticsearch": "<2.0.5", 606 "yiisoft/yii2-gii": "<=2.2.4", 607 "yiisoft/yii2-jui": "<2.0.4", 608 "yiisoft/yii2-redis": "<2.0.8", 609 "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6", 610 "yoast-seo-for-typo3/yoast_seo": "<7.2.3", 611 "yourls/yourls": "<=1.8.2", 612 "zendesk/zendesk_api_client_php": "<2.2.11", 613 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", 614 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", 615 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", 616 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", 617 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3", 618 "zendframework/zend-diactoros": "<1.8.4", 619 "zendframework/zend-feed": "<2.10.3", 620 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", 621 "zendframework/zend-http": "<2.8.1", 622 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", 623 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", 624 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", 625 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", 626 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", 627 "zendframework/zend-validator": ">=2.3,<2.3.6", 628 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", 629 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", 630 "zendframework/zendframework": "<=3", 631 "zendframework/zendframework1": "<1.12.20", 632 "zendframework/zendopenid": ">=2,<2.0.2", 633 "zendframework/zendxml": ">=1,<1.0.1", 634 "zetacomponents/mail": "<1.8.2", 635 "zf-commons/zfc-user": "<1.2.2", 636 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", 637 "zfr/zfr-oauth2-server-module": "<0.1.2", 638 "zoujingli/thinkadmin": "<6.0.22" 639 }, 640 "time": "2023-07-05T23:04:23+00:00", 641 "default-branch": true, 642 "type": "metapackage", 643 "notification-url": "https://packagist.org/downloads/", 644 "license": [ 645 "MIT" 646 ], 647 "authors": [ 648 { 649 "name": "Marco Pivetta", 650 "email": "[email protected]", 651 "role": "maintainer" 652 }, 653 { 654 "name": "Ilya Tribusean", 655 "email": "[email protected]", 656 "role": "maintainer" 657 } 658 ], 659 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", 660 "keywords": [ 661 "dev" 662 ], 663 "support": { 664 "issues": "https://github.com/Roave/SecurityAdvisories/issues", 665 "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" 666 }, 667 "funding": [ 668 { 669 "url": "https://github.com/Ocramius", 670 "type": "github" 671 }, 672 { 673 "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", 674 "type": "tidelift" 675 } 676 ], 677 "install-path": null 59 678 } 60 679 ], 61 680 "dev": true, 62 "dev-package-names": [] 681 "dev-package-names": [ 682 "roave/security-advisories" 683 ] 63 684 } -
visibility-logic-elementor/trunk/vendor/composer/installed.php
r2934802 r2935595 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 43d42e53804b8d5c4a82c65e12bc087b34a3948e',6 'reference' => '10779c4afaf985c1f6f1d4d0597363b3273315f9', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 43d42e53804b8d5c4a82c65e12bc087b34a3948e',16 'reference' => '10779c4afaf985c1f6f1d4d0597363b3273315f9', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', … … 29 29 'dev_requirement' => false, 30 30 ), 31 'roave/security-advisories' => array( 32 'pretty_version' => 'dev-latest', 33 'version' => 'dev-latest', 34 'reference' => '6ea60363203786a5dd5617c28e933280bb61f78b', 35 'type' => 'metapackage', 36 'install_path' => NULL, 37 'aliases' => array( 38 0 => '9999999-dev', 39 ), 40 'dev_requirement' => true, 41 ), 31 42 ), 32 43 );
Note: See TracChangeset
for help on using the changeset viewer.