ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
8 months ago
autoload_files.php
4 months ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
4 months ago
autoload_real.php
2 weeks ago
autoload_static.php
2 weeks ago
installed.json
2 weeks ago
installed.php
2 weeks ago
platform_check.php
10 months ago
installed.json
78 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "elementor/wp-notifications-package", |
| 5 | "version": "1.2.0", |
| 6 | "version_normalized": "1.2.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/elementor/wp-notifications-package.git", |
| 10 | "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/elementor/wp-notifications-package/zipball/dd25ca9dd79402c3bb51fab112aa079702eb165e", |
| 15 | "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require-dev": { |
| 19 | "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0", |
| 20 | "squizlabs/php_codesniffer": "^3.10.2", |
| 21 | "wp-coding-standards/wpcs": "^3.1.0" |
| 22 | }, |
| 23 | "time": "2025-04-28T12:27:21+00:00", |
| 24 | "type": "library", |
| 25 | "installation-source": "dist", |
| 26 | "autoload": { |
| 27 | "psr-4": { |
| 28 | "Elementor\\WPNotificationsPackage\\": "src/" |
| 29 | } |
| 30 | }, |
| 31 | "notification-url": "https://packagist.org/downloads/", |
| 32 | "support": { |
| 33 | "source": "https://github.com/elementor/wp-notifications-package/tree/1.2.0" |
| 34 | }, |
| 35 | "install-path": "../elementor/wp-notifications-package" |
| 36 | }, |
| 37 | { |
| 38 | "name": "elementor/wp-one-package", |
| 39 | "version": "1.0.62", |
| 40 | "version_normalized": "1.0.62.0", |
| 41 | "dist": { |
| 42 | "type": "zip", |
| 43 | "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.62" |
| 44 | }, |
| 45 | "require": { |
| 46 | "elementor/wp-notifications-package": "^1.2" |
| 47 | }, |
| 48 | "require-dev": { |
| 49 | "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0", |
| 50 | "johnpbloch/wordpress-core": "^6.0", |
| 51 | "phpunit/phpunit": "^9.0", |
| 52 | "squizlabs/php_codesniffer": "^3.10.2", |
| 53 | "wp-coding-standards/wpcs": "^3.1.0", |
| 54 | "yoast/phpunit-polyfills": "^2.0" |
| 55 | }, |
| 56 | "time": "2026-05-11T10:53:25+00:00", |
| 57 | "type": "library", |
| 58 | "installation-source": "dist", |
| 59 | "autoload": { |
| 60 | "files": [ |
| 61 | "./runner.php" |
| 62 | ] |
| 63 | }, |
| 64 | "scripts": { |
| 65 | "lint": [ |
| 66 | "vendor/bin/phpcs --standard=./phpcs.xml ./src/" |
| 67 | ], |
| 68 | "lint:fix": [ |
| 69 | "vendor/bin/phpcbf ." |
| 70 | ] |
| 71 | }, |
| 72 | "install-path": "../elementor/wp-one-package" |
| 73 | } |
| 74 | ], |
| 75 | "dev": false, |
| 76 | "dev-package-names": [] |
| 77 | } |
| 78 |