| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "freemius/wordpress-sdk", |
| 5 |
"version": "2.13.1", |
| 6 |
"version_normalized": "2.13.1.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/Freemius/wordpress-sdk.git", |
| 10 |
"reference": "7376c0eca1ae7f92aaba9d3b550bd10affe797ff" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/7376c0eca1ae7f92aaba9d3b550bd10affe797ff", |
| 15 |
"reference": "7376c0eca1ae7f92aaba9d3b550bd10affe797ff", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=5.6" |
| 20 |
}, |
| 21 |
"require-dev": { |
| 22 |
"dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
| 23 |
"phpcompatibility/php-compatibility": "^9.3", |
| 24 |
"phpcompatibility/phpcompatibility-wp": "^2.1", |
| 25 |
"phpstan/extension-installer": "^1.3", |
| 26 |
"squizlabs/php_codesniffer": "^3.7", |
| 27 |
"szepeviktor/phpstan-wordpress": "^1.3", |
| 28 |
"wp-coding-standards/wpcs": "^2.3" |
| 29 |
}, |
| 30 |
"time": "2026-03-25T15:26:13+00:00", |
| 31 |
"type": "library", |
| 32 |
"installation-source": "dist", |
| 33 |
"autoload": { |
| 34 |
"files": [ |
| 35 |
"start.php" |
| 36 |
] |
| 37 |
}, |
| 38 |
"notification-url": "https://packagist.org/downloads/", |
| 39 |
"license": [ |
| 40 |
"GPL-3.0-only" |
| 41 |
], |
| 42 |
"description": "Freemius WordPress SDK", |
| 43 |
"homepage": "https://freemius.com", |
| 44 |
"keywords": [ |
| 45 |
"freemius", |
| 46 |
"plugin", |
| 47 |
"sdk", |
| 48 |
"theme", |
| 49 |
"wordpress", |
| 50 |
"wordpress-plugin", |
| 51 |
"wordpress-theme" |
| 52 |
], |
| 53 |
"support": { |
| 54 |
"issues": "https://github.com/Freemius/wordpress-sdk/issues", |
| 55 |
"source": "https://github.com/Freemius/wordpress-sdk/tree/2.13.1" |
| 56 |
}, |
| 57 |
"install-path": "../freemius/wordpress-sdk" |
| 58 |
} |
| 59 |
], |
| 60 |
"dev": false, |
| 61 |
"dev-package-names": [] |
| 62 |
} |
| 63 |
|