PluginProbe
ezCache / 1.3
ezCache v1.3
2.6.5 2.6.4 2.6.2 2.6.3 2.6.1 2.6.0 2.5.6 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5 2.2.1 2.2.2 trunk 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.3 1.3.1 1.3.10 1.3.11 All 49 releases
ezcache / vendor / composer / installed.json

installed.json in ezCache 1.3, at vendor/composer/installed.json

154 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "name": "a5hleyrich/wp-background-processing",
4 "version": "1.0.1",
5 "version_normalized": "1.0.1.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/A5hleyRich/wp-background-processing.git",
9 "reference": "1f070aab5058dbaf45d5435a343033ddd8a641b1"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/A5hleyRich/wp-background-processing/zipball/1f070aab5058dbaf45d5435a343033ddd8a641b1",
14 "reference": "1f070aab5058dbaf45d5435a343033ddd8a641b1",
15 "shasum": ""
16 },
17 "require": {
18 "php": ">=5.2"
19 },
20 "time": "2018-02-12T09:24:05+00:00",
21 "type": "library",
22 "installation-source": "dist",
23 "autoload": {
24 "classmap": [
25 "classes/"
26 ]
27 },
28 "notification-url": "https://packagist.org/downloads/",
29 "license": [
30 "GPL-2.0-only"
31 ],
32 "authors": [
33 {
34 "name": "Ashley Rich",
35 "email": "hello@ashleyrich.com"
36 }
37 ],
38 "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks."
39 },
40 {
41 "name": "matthiasmullie/minify",
42 "version": "1.3.61",
43 "version_normalized": "1.3.61.0",
44 "source": {
45 "type": "git",
46 "url": "https://github.com/matthiasmullie/minify.git",
47 "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
48 },
49 "dist": {
50 "type": "zip",
51 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
52 "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
53 "shasum": ""
54 },
55 "require": {
56 "ext-pcre": "*",
57 "matthiasmullie/path-converter": "~1.1",
58 "php": ">=5.3.0"
59 },
60 "require-dev": {
61 "friendsofphp/php-cs-fixer": "~2.0",
62 "matthiasmullie/scrapbook": "~1.0",
63 "phpunit/phpunit": "~4.8"
64 },
65 "suggest": {
66 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
67 },
68 "time": "2018-11-26T23:10:39+00:00",
69 "bin": [
70 "bin/minifycss",
71 "bin/minifyjs"
72 ],
73 "type": "library",
74 "installation-source": "dist",
75 "autoload": {
76 "psr-4": {
77 "MatthiasMullie\\Minify\\": "src/"
78 }
79 },
80 "notification-url": "https://packagist.org/downloads/",
81 "license": [
82 "MIT"
83 ],
84 "authors": [
85 {
86 "name": "Matthias Mullie",
87 "email": "minify@mullie.eu",
88 "homepage": "http://www.mullie.eu",
89 "role": "Developer"
90 }
91 ],
92 "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
93 "homepage": "http://www.minifier.org",
94 "keywords": [
95 "JS",
96 "css",
97 "javascript",
98 "minifier",
99 "minify"
100 ]
101 },
102 {
103 "name": "matthiasmullie/path-converter",
104 "version": "1.1.2",
105 "version_normalized": "1.1.2.0",
106 "source": {
107 "type": "git",
108 "url": "https://github.com/matthiasmullie/path-converter.git",
109 "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
110 },
111 "dist": {
112 "type": "zip",
113 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
114 "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
115 "shasum": ""
116 },
117 "require": {
118 "ext-pcre": "*",
119 "php": ">=5.3.0"
120 },
121 "require-dev": {
122 "phpunit/phpunit": "~4.8"
123 },
124 "time": "2018-10-25T15:19:41+00:00",
125 "type": "library",
126 "installation-source": "dist",
127 "autoload": {
128 "psr-4": {
129 "MatthiasMullie\\PathConverter\\": "src/"
130 }
131 },
132 "notification-url": "https://packagist.org/downloads/",
133 "license": [
134 "MIT"
135 ],
136 "authors": [
137 {
138 "name": "Matthias Mullie",
139 "email": "pathconverter@mullie.eu",
140 "homepage": "http://www.mullie.eu",
141 "role": "Developer"
142 }
143 ],
144 "description": "Relative path converter",
145 "homepage": "http://github.com/matthiasmullie/path-converter",
146 "keywords": [
147 "converter",
148 "path",
149 "paths",
150 "relative"
151 ]
152 }
153 ]
154