installed.json 16.7 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
{
    "packages": [
        {
            "name": "lucatume/di52",
            "version": "3.3.5",
            "version_normalized": "3.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lucatume/di52.git",
                "reference": "d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lucatume/di52/zipball/d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3",
                "reference": "d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<10.0"
            },
            "time": "2023-09-01T08:49:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "lucatume\\DI52\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Luca Tumedei",
                    "email": "luca@theaveragedev.com"
                }
            ],
            "description": "A PHP 5.6 compatible dependency injection container.",
            "support": {
                "issues": "https://github.com/lucatume/di52/issues",
                "source": "https://github.com/lucatume/di52/tree/3.3.5"
            },
            "install-path": "../lucatume/di52"
        },
        {
            "name": "psr/container",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2021-03-05T17:36:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.1"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "stellarwp/container-contract",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/container-contract.git",
                "reference": "37becc9edbecb0ff95556048337600dd9cc888f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/37becc9edbecb0ff95556048337600dd9cc888f0",
                "reference": "37becc9edbecb0ff95556048337600dd9cc888f0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "time": "2022-12-20T21:29:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\ContainerContract\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "homepage": "https://stellarwp.com"
                }
            ],
            "description": "StellarWP Container Interface",
            "homepage": "https://github.com/stellarwp/container-contract",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop"
            ],
            "support": {
                "issues": "https://github.com/stellarwp/container-contract/issues",
                "source": "https://github.com/stellarwp/container-contract/tree/1.0.4"
            },
            "install-path": "../stellarwp/container-contract"
        },
        {
            "name": "stellarwp/db",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/db.git",
                "reference": "2ec62c6093470dd4ad771cdf0fa83c6869d12cec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/db/zipball/2ec62c6093470dd4ad771cdf0fa83c6869d12cec",
                "reference": "2ec62c6093470dd4ad771cdf0fa83c6869d12cec",
                "shasum": ""
            },
            "require-dev": {
                "codeception/module-asserts": "^1.0",
                "codeception/module-cli": "^1.0",
                "codeception/module-db": "^1.0",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-rest": "^1.0",
                "codeception/module-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "lucatume/wp-browser": "^3.0.14",
                "phpunit/phpunit": "~6.0",
                "symfony/event-dispatcher-contracts": "^2.5.1",
                "symfony/string": "^5.4",
                "szepeviktor/phpstan-wordpress": "^1.1"
            },
            "time": "2023-09-06T00:31:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\DB\\": "src/DB/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                },
                {
                    "name": "Matthew Batchelder",
                    "email": "matt.batchelder@stellarwp.com"
                }
            ],
            "description": "A WPDB wrapper and query builder library.",
            "support": {
                "issues": "https://github.com/stellarwp/db/issues",
                "source": "https://github.com/stellarwp/db/tree/1.0.5"
            },
            "install-path": "../stellarwp/db"
        },
        {
            "name": "stellarwp/field-conditions",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/field-conditions.git",
                "reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/field-conditions/zipball/03f5aff2f4977359e672efe5426bbb4ef62101cd",
                "reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd",
                "shasum": ""
            },
            "require": {
                "ext-json": "*"
            },
            "require-dev": {
                "codeception/module-asserts": "^1.0.0",
                "codeception/module-phpbrowser": "^1.0.0",
                "lucatume/wp-browser": "^3.0.14",
                "phpunit/phpunit": "~6.0"
            },
            "time": "2023-04-01T00:38:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\FieldConditions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                },
                {
                    "name": "Jason Adams",
                    "email": "jason.adams@givewp.com"
                }
            ],
            "description": "A set of serializable classes for handling conditional logic for fields in PHP",
            "support": {
                "issues": "https://github.com/stellarwp/field-conditions/issues",
                "source": "https://github.com/stellarwp/field-conditions/tree/1.1.1"
            },
            "install-path": "../stellarwp/field-conditions"
        },
        {
            "name": "stellarwp/models",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/models.git",
                "reference": "b0f25e4deaf6507df904178ed8d5e3359fde5b18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/models/zipball/b0f25e4deaf6507df904178ed8d5e3359fde5b18",
                "reference": "b0f25e4deaf6507df904178ed8d5e3359fde5b18",
                "shasum": ""
            },
            "require": {
                "stellarwp/db": "^1.0.3"
            },
            "require-dev": {
                "codeception/module-asserts": "^1.0",
                "codeception/module-cli": "^1.0",
                "codeception/module-db": "^1.0",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-rest": "^1.0",
                "codeception/module-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "lucatume/wp-browser": "^3.0.14",
                "phpunit/phpunit": "~6.0"
            },
            "time": "2023-06-09T18:26:14+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Models\\": "src/Models/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "homepage": "https://github.com/stellarwp"
                }
            ],
            "description": "A library for a simple model structure.",
            "homepage": "https://github.com/stellarwp/models",
            "keywords": [
                "stellarwp"
            ],
            "support": {
                "issues": "https://github.com/stellarwp/models/issues",
                "source": "https://github.com/stellarwp/models/tree/1.2.0"
            },
            "install-path": "../stellarwp/models"
        },
        {
            "name": "stellarwp/telemetry",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/telemetry.git",
                "reference": "331b61749bf1b4d90fa975419c2be506dd5d2cfc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/telemetry/zipball/331b61749bf1b4d90fa975419c2be506dd5d2cfc",
                "reference": "331b61749bf1b4d90fa975419c2be506dd5d2cfc",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1",
                "stellarwp/container-contract": "^1.0"
            },
            "require-dev": {
                "automattic/vipwpcs": "^2.3",
                "codeception/module-asserts": "^1.0",
                "codeception/module-cli": "^1.0",
                "codeception/module-db": "^1.0",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
                "lucatume/di52": "3.0.0",
                "lucatume/wp-browser": "^3.1",
                "phpcompatibility/phpcompatibility-wp": "*",
                "szepeviktor/phpstan-wordpress": "^1.1",
                "the-events-calendar/coding-standards": "dev-master",
                "wp-coding-standards/wpcs": "^2.3"
            },
            "time": "2023-02-23T18:58:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Telemetry\\": "src/Telemetry",
                    "StellarWP\\Telemetry\\Views_Dir\\": "src/views",
                    "StellarWP\\Telemetry\\Assets_Dir\\": "src/resources"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Telemetry library for StellarWP plugins.",
            "support": {
                "issues": "https://github.com/stellarwp/telemetry/issues",
                "source": "https://github.com/stellarwp/telemetry/tree/1.0.6"
            },
            "install-path": "../stellarwp/telemetry"
        },
        {
            "name": "stellarwp/validation",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/validation.git",
                "reference": "0f0d0dbc28b9b0780c61f81a6462c467e6d0358f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/validation/zipball/0f0d0dbc28b9b0780c61f81a6462c467e6d0358f",
                "reference": "0f0d0dbc28b9b0780c61f81a6462c467e6d0358f",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "stellarwp/container-contract": "1.0.4",
                "stellarwp/field-conditions": "^1.0"
            },
            "require-dev": {
                "codeception/module-asserts": "^1.0.0",
                "codeception/module-phpbrowser": "^1.0.0",
                "lucatume/di52": "^3.0",
                "lucatume/wp-browser": "^3.0.14",
                "phpunit/phpunit": "~6.0"
            },
            "time": "2023-08-15T15:24:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Validation\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                },
                {
                    "name": "Jason Adams",
                    "email": "jason.adams@givewp.com"
                }
            ],
            "description": "An end-to-end ready PHP validation library",
            "support": {
                "issues": "https://github.com/stellarwp/validation/issues",
                "source": "https://github.com/stellarwp/validation/tree/1.4.1"
            },
            "install-path": "../stellarwp/validation"
        }
    ],
    "dev": false,
    "dev-package-names": []
}