ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
2 months ago
autoload_classmap.php
1 day ago
autoload_files.php
2 years ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
2 years ago
autoload_static.php
1 day ago
installed.json
1 day ago
installed.php
1 day ago
platform_check.php
11 months ago
installed.json
173 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "advanced-ads/framework", |
| 5 | "version": "dev-main", |
| 6 | "version_normalized": "dev-main", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/advanced-ads/framework.git", |
| 10 | "reference": "b98afa631f5777e382e34ce463561dfe4092abaf" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/advanced-ads/framework/zipball/b98afa631f5777e382e34ce463561dfe4092abaf", |
| 15 | "reference": "b98afa631f5777e382e34ce463561dfe4092abaf", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "php": ">=7.2" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "phpcompatibility/phpcompatibility-wp": "*", |
| 23 | "wp-coding-standards/wpcs": "^3.0.0" |
| 24 | }, |
| 25 | "time": "2026-07-08T22:41:10+00:00", |
| 26 | "default-branch": true, |
| 27 | "type": "wordpress-plugin", |
| 28 | "installation-source": "dist", |
| 29 | "autoload": { |
| 30 | "files": [ |
| 31 | "src/assets.php" |
| 32 | ], |
| 33 | "classmap": [ |
| 34 | "src/" |
| 35 | ] |
| 36 | }, |
| 37 | "notification-url": "https://packagist.org/downloads/", |
| 38 | "license": [ |
| 39 | "GPL-3.0-or-later" |
| 40 | ], |
| 41 | "authors": [ |
| 42 | { |
| 43 | "name": "Advanced Ads", |
| 44 | "email": "info@wpadvancedads.com", |
| 45 | "homepage": "https://wpadvancedads.com" |
| 46 | } |
| 47 | ], |
| 48 | "description": "Place ads on various positions within Genesis themes", |
| 49 | "homepage": "https://wpadvancedads.com/", |
| 50 | "support": { |
| 51 | "issues": "https://github.com/advanced-ads/framework/issues", |
| 52 | "source": "https://github.com/advanced-ads/framework/tree/main" |
| 53 | }, |
| 54 | "install-path": "../advanced-ads/framework" |
| 55 | }, |
| 56 | { |
| 57 | "name": "mobiledetect/mobiledetectlib", |
| 58 | "version": "3.74.3", |
| 59 | "version_normalized": "3.74.3.0", |
| 60 | "source": { |
| 61 | "type": "git", |
| 62 | "url": "https://github.com/serbanghita/Mobile-Detect.git", |
| 63 | "reference": "39582ab62f86b40e4edb698159f895929a29c346" |
| 64 | }, |
| 65 | "dist": { |
| 66 | "type": "zip", |
| 67 | "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/39582ab62f86b40e4edb698159f895929a29c346", |
| 68 | "reference": "39582ab62f86b40e4edb698159f895929a29c346", |
| 69 | "shasum": "" |
| 70 | }, |
| 71 | "require": { |
| 72 | "php": ">=7.4" |
| 73 | }, |
| 74 | "require-dev": { |
| 75 | "friendsofphp/php-cs-fixer": "^3.14", |
| 76 | "phpunit/phpunit": "^9.6", |
| 77 | "squizlabs/php_codesniffer": "^3.7" |
| 78 | }, |
| 79 | "time": "2023-10-27T16:28:04+00:00", |
| 80 | "type": "library", |
| 81 | "installation-source": "dist", |
| 82 | "autoload": { |
| 83 | "psr-4": { |
| 84 | "Detection\\": "src/" |
| 85 | }, |
| 86 | "classmap": [ |
| 87 | "src/MobileDetect.php" |
| 88 | ] |
| 89 | }, |
| 90 | "notification-url": "https://packagist.org/downloads/", |
| 91 | "license": [ |
| 92 | "MIT" |
| 93 | ], |
| 94 | "authors": [ |
| 95 | { |
| 96 | "name": "Serban Ghita", |
| 97 | "email": "serbanghita@gmail.com", |
| 98 | "homepage": "https://mobiledetect.net", |
| 99 | "role": "Developer" |
| 100 | } |
| 101 | ], |
| 102 | "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", |
| 103 | "homepage": "https://github.com/serbanghita/Mobile-Detect", |
| 104 | "keywords": [ |
| 105 | "detect mobile devices", |
| 106 | "mobile", |
| 107 | "mobile detect", |
| 108 | "mobile detector", |
| 109 | "php mobile detect" |
| 110 | ], |
| 111 | "support": { |
| 112 | "issues": "https://github.com/serbanghita/Mobile-Detect/issues", |
| 113 | "source": "https://github.com/serbanghita/Mobile-Detect/tree/3.74.3" |
| 114 | }, |
| 115 | "funding": [ |
| 116 | { |
| 117 | "url": "https://github.com/serbanghita", |
| 118 | "type": "github" |
| 119 | } |
| 120 | ], |
| 121 | "install-path": "../mobiledetect/mobiledetectlib" |
| 122 | }, |
| 123 | { |
| 124 | "name": "woocommerce/action-scheduler", |
| 125 | "version": "3.9.3", |
| 126 | "version_normalized": "3.9.3.0", |
| 127 | "source": { |
| 128 | "type": "git", |
| 129 | "url": "https://github.com/woocommerce/action-scheduler.git", |
| 130 | "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c" |
| 131 | }, |
| 132 | "dist": { |
| 133 | "type": "zip", |
| 134 | "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c", |
| 135 | "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c", |
| 136 | "shasum": "" |
| 137 | }, |
| 138 | "require": { |
| 139 | "php": ">=7.2" |
| 140 | }, |
| 141 | "require-dev": { |
| 142 | "phpunit/phpunit": "^8.5", |
| 143 | "woocommerce/woocommerce-sniffs": "0.1.0", |
| 144 | "wp-cli/wp-cli": "~2.5.0", |
| 145 | "yoast/phpunit-polyfills": "^2.0" |
| 146 | }, |
| 147 | "time": "2025-07-15T09:32:30+00:00", |
| 148 | "type": "wordpress-plugin", |
| 149 | "extra": { |
| 150 | "scripts-description": { |
| 151 | "test": "Run unit tests", |
| 152 | "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", |
| 153 | "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" |
| 154 | } |
| 155 | }, |
| 156 | "installation-source": "dist", |
| 157 | "notification-url": "https://packagist.org/downloads/", |
| 158 | "license": [ |
| 159 | "GPL-3.0-or-later" |
| 160 | ], |
| 161 | "description": "Action Scheduler for WordPress and WooCommerce", |
| 162 | "homepage": "https://actionscheduler.org/", |
| 163 | "support": { |
| 164 | "issues": "https://github.com/woocommerce/action-scheduler/issues", |
| 165 | "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3" |
| 166 | }, |
| 167 | "install-path": "../woocommerce/action-scheduler" |
| 168 | } |
| 169 | ], |
| 170 | "dev": false, |
| 171 | "dev-package-names": [] |
| 172 | } |
| 173 |