Plugin Directory

Changeset 3150058


Ignore:
Timestamp:
09/11/2024 12:25:00 PM (19 months ago)
Author:
dynamicmockups
Message:

Tweaking composer json dependencies version

Location:
dynamic-mockups/trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • dynamic-mockups/trunk/composer.json

    r3143839 r3150058  
    11{
    22    "require": {
    3         "guzzlehttp/guzzle": "^7.9.2"
     3        "php": ">=7.4",
     4        "guzzlehttp/guzzle": "^7.9.2",
     5        "symfony/deprecation-contracts": "^2.5"
    46    }
    57}
  • dynamic-mockups/trunk/composer.lock

    r3143839 r3150058  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "ecb421ad5df0fefcfd8e54602d3ab60a",
     7    "content-hash": "2e3727c45e0646b5332d713ded8364a1",
    88    "packages": [
    99        {
     
    538538        {
    539539            "name": "symfony/deprecation-contracts",
    540             "version": "v3.5.0",
     540            "version": "v2.5.3",
    541541            "source": {
    542542                "type": "git",
    543543                "url": "https://github.com/symfony/deprecation-contracts.git",
    544                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
    545             },
    546             "dist": {
    547                 "type": "zip",
    548                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
    549                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
    550                 "shasum": ""
    551             },
    552             "require": {
    553                 "php": ">=8.1"
     544                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
     545            },
     546            "dist": {
     547                "type": "zip",
     548                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
     549                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
     550                "shasum": ""
     551            },
     552            "require": {
     553                "php": ">=7.1"
    554554            },
    555555            "type": "library",
    556556            "extra": {
    557557                "branch-alias": {
    558                     "dev-main": "3.5-dev"
     558                    "dev-main": "2.5-dev"
    559559                },
    560560                "thanks": {
     
    585585            "homepage": "https://symfony.com",
    586586            "support": {
    587                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
     587                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
    588588            },
    589589            "funding": [
     
    601601                }
    602602            ],
    603             "time": "2024-04-18T09:32:20+00:00"
     603            "time": "2023-01-24T14:02:46+00:00"
    604604        }
    605605    ],
     
    610610    "prefer-stable": false,
    611611    "prefer-lowest": false,
    612     "platform": [],
     612    "platform": {
     613        "php": ">=7.4"
     614    },
    613615    "platform-dev": [],
    614616    "plugin-api-version": "2.2.0"
  • dynamic-mockups/trunk/dynamic-mockups-plugin.php

    r3150043 r3150058  
    55Plugin Name: Dynamic Mockups
    66Description: Connect to Dynamic Mockups API and get stunning images on the product page in a second!
    7 Version: 1.0.2
     7Version: 1.0.3
    88Author: Dynamic Mockups
    99Author URI: https://dynamicmockups.com/
  • dynamic-mockups/trunk/readme.txt

    r3150043 r3150058  
    33Tags: Mockup,Mockup Generator,Dynamic Mockups
    44Requires at least: 4.7
    5 Tested up to: 6.6
    6 Requires PHP: 5.6
    7 Stable tag: 1.0.2
     5Tested up to: 6.6.2
     6Requires PHP: 7.0
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.0.3 2024-09-11 =
     80* Tweaking composer dependencies version.
     81
    7982= 1.0.2 2024-09-11 =
    8083* Minor improvements and bug fixes.
  • dynamic-mockups/trunk/vendor/composer/autoload_psr4.php

    r3143839 r3150058  
    77
    88return array(
    9     'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
     9    'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
    1010    'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
    1111    'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
  • dynamic-mockups/trunk/vendor/composer/autoload_static.php

    r3143839 r3150058  
    3030        'Psr\\Http\\Message\\' =>
    3131        array (
    32             0 => __DIR__ . '/..' . '/psr/http-message/src',
    33             1 => __DIR__ . '/..' . '/psr/http-factory/src',
     32            0 => __DIR__ . '/..' . '/psr/http-factory/src',
     33            1 => __DIR__ . '/..' . '/psr/http-message/src',
    3434        ),
    3535        'Psr\\Http\\Client\\' =>
  • dynamic-mockups/trunk/vendor/composer/installed.json

    r3143839 r3150058  
    553553        {
    554554            "name": "symfony/deprecation-contracts",
    555             "version": "v3.5.0",
    556             "version_normalized": "3.5.0.0",
     555            "version": "v2.5.3",
     556            "version_normalized": "2.5.3.0",
    557557            "source": {
    558558                "type": "git",
    559559                "url": "https://github.com/symfony/deprecation-contracts.git",
    560                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
    561             },
    562             "dist": {
    563                 "type": "zip",
    564                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
    565                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
    566                 "shasum": ""
    567             },
    568             "require": {
    569                 "php": ">=8.1"
    570             },
    571             "time": "2024-04-18T09:32:20+00:00",
     560                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
     561            },
     562            "dist": {
     563                "type": "zip",
     564                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
     565                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
     566                "shasum": ""
     567            },
     568            "require": {
     569                "php": ">=7.1"
     570            },
     571            "time": "2023-01-24T14:02:46+00:00",
    572572            "type": "library",
    573573            "extra": {
    574574                "branch-alias": {
    575                     "dev-main": "3.5-dev"
     575                    "dev-main": "2.5-dev"
    576576                },
    577577                "thanks": {
     
    603603            "homepage": "https://symfony.com",
    604604            "support": {
    605                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
     605                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
    606606            },
    607607            "funding": [
  • dynamic-mockups/trunk/vendor/composer/installed.php

    r3143839 r3150058  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => '1.0.0+no-version-set',
    4         'version' => '1.0.0.0',
     3        'pretty_version' => 'trunk',
     4        'version' => 'dev-trunk',
    55        'type' => 'library',
    66        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.0.0+no-version-set',
    15             'version' => '1.0.0.0',
     14            'pretty_version' => 'trunk',
     15            'version' => 'dev-trunk',
    1616            'type' => 'library',
    1717            'install_path' => __DIR__ . '/../../',
     
    102102        ),
    103103        'symfony/deprecation-contracts' => array(
    104             'pretty_version' => 'v3.5.0',
    105             'version' => '3.5.0.0',
     104            'pretty_version' => 'v2.5.3',
     105            'version' => '2.5.3.0',
    106106            'type' => 'library',
    107107            'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
    108108            'aliases' => array(),
    109             'reference' => '0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1',
     109            'reference' => '80d075412b557d41002320b96a096ca65aa2c98d',
    110110            'dev_requirement' => false,
    111111        ),
  • dynamic-mockups/trunk/vendor/composer/platform_check.php

    r3143839 r3150058  
    55$issues = array();
    66
    7 if (!(PHP_VERSION_ID >= 80100)) {
    8     $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
     7if (!(PHP_VERSION_ID >= 70400)) {
     8    $issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
    99}
    1010
  • dynamic-mockups/trunk/vendor/symfony/deprecation-contracts/README.md

    r3143839 r3150058  
    2323`Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
    2424
    25 While not recommended, the deprecation notices can be completely ignored by declaring an empty
     25While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
    2626`function trigger_deprecation() {}` in your application.
  • dynamic-mockups/trunk/vendor/symfony/deprecation-contracts/composer.json

    r3143839 r3150058  
    1616    ],
    1717    "require": {
    18         "php": ">=8.1"
     18        "php": ">=7.1"
    1919    },
    2020    "autoload": {
     
    2626    "extra": {
    2727        "branch-alias": {
    28             "dev-main": "3.5-dev"
     28            "dev-main": "2.5-dev"
    2929        },
    3030        "thanks": {
  • dynamic-mockups/trunk/vendor/symfony/deprecation-contracts/function.php

    r3143839 r3150058  
    2121     * @author Nicolas Grekas <p@tchwork.com>
    2222     */
    23     function trigger_deprecation(string $package, string $version, string $message, mixed ...$args): void
     23    function trigger_deprecation(string $package, string $version, string $message, ...$args): void
    2424    {
    2525        @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
Note: See TracChangeset for help on using the changeset viewer.