PluginProbe
PayPlug for WooCommerce (Official) / 1.2.6
PayPlug for WooCommerce (Official) v1.2.6
3.0.0 2.18.0 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.10.0 1.10.1 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 All 101 releases
payplug / vendor / composer / installed.json

installed.json in PayPlug for WooCommerce (Official) 1.2.6, at vendor/composer/installed.json

188 lines 5.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "name": "composer/installers",
4 "version": "v1.9.0",
5 "version_normalized": "1.9.0.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/composer/installers.git",
9 "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
14 "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
15 "shasum": ""
16 },
17 "require": {
18 "composer-plugin-api": "^1.0 || ^2.0"
19 },
20 "replace": {
21 "roundcube/plugin-installer": "*",
22 "shama/baton": "*"
23 },
24 "require-dev": {
25 "composer/composer": "1.6.* || 2.0.*@dev",
26 "composer/semver": "1.0.* || 2.0.*@dev",
27 "phpunit/phpunit": "^4.8.36",
28 "sebastian/comparator": "^1.2.4",
29 "symfony/process": "^2.3"
30 },
31 "time": "2020-04-07T06:57:05+00:00",
32 "type": "composer-plugin",
33 "extra": {
34 "class": "Composer\\Installers\\Plugin",
35 "branch-alias": {
36 "dev-master": "1.0-dev"
37 }
38 },
39 "installation-source": "dist",
40 "autoload": {
41 "psr-4": {
42 "Composer\\Installers\\": "src/Composer/Installers"
43 }
44 },
45 "notification-url": "https://packagist.org/downloads/",
46 "license": [
47 "MIT"
48 ],
49 "authors": [
50 {
51 "name": "Kyle Robinson Young",
52 "email": "kyle@dontkry.com",
53 "homepage": "https://github.com/shama"
54 }
55 ],
56 "description": "A multi-framework Composer library installer",
57 "homepage": "https://composer.github.io/installers/",
58 "keywords": [
59 "Craft",
60 "Dolibarr",
61 "Eliasis",
62 "Hurad",
63 "ImageCMS",
64 "Kanboard",
65 "Lan Management System",
66 "MODX Evo",
67 "MantisBT",
68 "Mautic",
69 "Maya",
70 "OXID",
71 "Plentymarkets",
72 "Porto",
73 "RadPHP",
74 "SMF",
75 "Thelia",
76 "Whmcs",
77 "WolfCMS",
78 "agl",
79 "aimeos",
80 "annotatecms",
81 "attogram",
82 "bitrix",
83 "cakephp",
84 "chef",
85 "cockpit",
86 "codeigniter",
87 "concrete5",
88 "croogo",
89 "dokuwiki",
90 "drupal",
91 "eZ Platform",
92 "elgg",
93 "expressionengine",
94 "fuelphp",
95 "grav",
96 "installer",
97 "itop",
98 "joomla",
99 "known",
100 "kohana",
101 "laravel",
102 "lavalite",
103 "lithium",
104 "magento",
105 "majima",
106 "mako",
107 "mediawiki",
108 "modulework",
109 "modx",
110 "moodle",
111 "osclass",
112 "phpbb",
113 "piwik",
114 "ppi",
115 "puppet",
116 "pxcms",
117 "reindex",
118 "roundcube",
119 "shopware",
120 "silverstripe",
121 "sydes",
122 "sylius",
123 "symfony",
124 "typo3",
125 "wordpress",
126 "yawik",
127 "zend",
128 "zikula"
129 ],
130 "support": {
131 "issues": "https://github.com/composer/installers/issues",
132 "source": "https://github.com/composer/installers/tree/v1.9.0"
133 }
134 },
135 {
136 "name": "payplug/payplug-php",
137 "version": "3.3.0",
138 "version_normalized": "3.3.0.0",
139 "source": {
140 "type": "git",
141 "url": "https://github.com/payplug/payplug-php.git",
142 "reference": "ddb46cd2f4852cce1f13324046f61fdaeea995b0"
143 },
144 "dist": {
145 "type": "zip",
146 "url": "https://api.github.com/repos/payplug/payplug-php/zipball/ddb46cd2f4852cce1f13324046f61fdaeea995b0",
147 "reference": "ddb46cd2f4852cce1f13324046f61fdaeea995b0",
148 "shasum": ""
149 },
150 "require": {
151 "ext-curl": "*",
152 "ext-openssl": "*",
153 "php": ">=5.3.0"
154 },
155 "require-dev": {
156 "phpdocumentor/phpdocumentor": "2.*",
157 "phpunit/phpunit": "4.6.*"
158 },
159 "time": "2015-05-06T00:00:00+00:00",
160 "type": "library",
161 "installation-source": "dist",
162 "autoload": {
163 "psr-0": {
164 "Payplug\\": "lib/"
165 },
166 "psr-4": {
167 "Payplug\\": "lib/Payplug"
168 }
169 },
170 "notification-url": "https://packagist.org/downloads/",
171 "license": [
172 "MIT"
173 ],
174 "authors": [
175 {
176 "name": "PayPlug",
177 "email": "support@payplug.com"
178 }
179 ],
180 "description": "A simple PHP library for PayPlug public API.",
181 "homepage": "https://www.payplug.com",
182 "support": {
183 "issues": "https://github.com/payplug/payplug-php/issues",
184 "source": "https://github.com/payplug/payplug-php/tree/master"
185 }
186 }
187 ]
188