PluginProbe ʕ •ᴥ•ʔ
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization / 1.7.0
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization v1.7.0
1.19.8 1.19.7 1.19.6 1.19.5 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.11.0 1.12.0 1.13.0 1.14.0 1.15.0 1.15.1 1.15.2 1.15.3 1.16.0 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.16.7 1.16.8 1.17.0 1.17.6 1.17.7 1.17.8 1.17.9 1.18.0 1.18.1 1.18.2 1.18.3 1.18.4 1.18.5 1.18.6 1.18.7 1.18.8 1.18.9 1.19.0 1.19.1 1.19.2 1.19.3 1.19.4 1.3.19 1.3.20 1.4.0 1.4.1 1.5.0 1.5.1 1.5.10 1.5.11 1.5.12 1.5.13 1.5.14 1.5.15 1.5.16 1.5.17 1.5.18 1.5.19 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.8.1 1.8.3 1.9.0 1.9.1 1.9.2
nitropack / nitropack-sdk / vendor / composer / installed.json
nitropack / nitropack-sdk / vendor / composer Last commit date
ClassLoader.php 3 years ago InstalledVersions.php 3 years ago LICENSE 6 years ago autoload_classmap.php 3 years ago autoload_namespaces.php 3 years ago autoload_psr4.php 3 years ago autoload_real.php 3 years ago autoload_static.php 3 years ago installed.json 3 years ago installed.php 3 years ago
installed.json
87 lines
1 {
2 "packages": [
3 {
4 "name": "nitropack/httpclient",
5 "version": "dev-master",
6 "version_normalized": "dev-master",
7 "source": {
8 "type": "git",
9 "url": "git@bitbucket.org:nitropack/httpclient.git",
10 "reference": "a5c00ddc4891814b9409a92d3bd9dcf11721f67e"
11 },
12 "require": {
13 "nitropack/url": "dev-master"
14 },
15 "require-dev": {
16 "phpunit/phpunit": "^10",
17 "react/http": "^1.8",
18 "react/socket": "^1.12"
19 },
20 "time": "2023-04-24T07:03:52+00:00",
21 "default-branch": true,
22 "type": "library",
23 "installation-source": "source",
24 "autoload": {
25 "psr-4": {
26 "NitroPack\\HttpClient\\": "src/"
27 }
28 },
29 "scripts": {
30 "test": [
31 "phpunit --testdox tests"
32 ]
33 },
34 "authors": [
35 {
36 "name": "Ivailo Hristov"
37 }
38 ],
39 "description": "HttpClient library written in PHP, without relying on cURL nor url_fopen",
40 "keywords": [
41 "client",
42 "http",
43 "library",
44 "php"
45 ],
46 "install-path": "../nitropack/httpclient"
47 },
48 {
49 "name": "nitropack/url",
50 "version": "dev-master",
51 "version_normalized": "dev-master",
52 "source": {
53 "type": "git",
54 "url": "git@bitbucket.org:nitropack/url.git",
55 "reference": "6b9393364893561f29abf5ac16aa7d97f2b3a49d"
56 },
57 "require-dev": {
58 "phpunit/phpunit": "^9"
59 },
60 "time": "2023-03-16T14:26:58+00:00",
61 "default-branch": true,
62 "type": "library",
63 "installation-source": "source",
64 "autoload": {
65 "psr-4": {
66 "NitroPack\\Url\\": "src/"
67 }
68 },
69 "authors": [
70 {
71 "name": "Ivailo Hristov"
72 }
73 ],
74 "description": "URL manipulation library",
75 "keywords": [
76 "library",
77 "manipulation",
78 "php",
79 "url"
80 ],
81 "install-path": "../nitropack/url"
82 }
83 ],
84 "dev": true,
85 "dev-package-names": []
86 }
87