Changeset 3150058
- Timestamp:
- 09/11/2024 12:25:00 PM (19 months ago)
- Location:
- dynamic-mockups/trunk
- Files:
-
- 12 edited
-
composer.json (modified) (1 diff)
-
composer.lock (modified) (5 diffs)
-
dynamic-mockups-plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/autoload_psr4.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (1 diff)
-
vendor/composer/installed.json (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (3 diffs)
-
vendor/composer/platform_check.php (modified) (1 diff)
-
vendor/symfony/deprecation-contracts/README.md (modified) (1 diff)
-
vendor/symfony/deprecation-contracts/composer.json (modified) (2 diffs)
-
vendor/symfony/deprecation-contracts/function.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-mockups/trunk/composer.json
r3143839 r3150058 1 1 { 2 2 "require": { 3 "guzzlehttp/guzzle": "^7.9.2" 3 "php": ">=7.4", 4 "guzzlehttp/guzzle": "^7.9.2", 5 "symfony/deprecation-contracts": "^2.5" 4 6 } 5 7 } -
dynamic-mockups/trunk/composer.lock
r3143839 r3150058 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " ecb421ad5df0fefcfd8e54602d3ab60a",7 "content-hash": "2e3727c45e0646b5332d713ded8364a1", 8 8 "packages": [ 9 9 { … … 538 538 { 539 539 "name": "symfony/deprecation-contracts", 540 "version": "v 3.5.0",540 "version": "v2.5.3", 541 541 "source": { 542 542 "type": "git", 543 543 "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" 554 554 }, 555 555 "type": "library", 556 556 "extra": { 557 557 "branch-alias": { 558 "dev-main": " 3.5-dev"558 "dev-main": "2.5-dev" 559 559 }, 560 560 "thanks": { … … 585 585 "homepage": "https://symfony.com", 586 586 "support": { 587 "source": "https://github.com/symfony/deprecation-contracts/tree/v 3.5.0"587 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" 588 588 }, 589 589 "funding": [ … … 601 601 } 602 602 ], 603 "time": "202 4-04-18T09:32:20+00:00"603 "time": "2023-01-24T14:02:46+00:00" 604 604 } 605 605 ], … … 610 610 "prefer-stable": false, 611 611 "prefer-lowest": false, 612 "platform": [], 612 "platform": { 613 "php": ">=7.4" 614 }, 613 615 "platform-dev": [], 614 616 "plugin-api-version": "2.2.0" -
dynamic-mockups/trunk/dynamic-mockups-plugin.php
r3150043 r3150058 5 5 Plugin Name: Dynamic Mockups 6 6 Description: Connect to Dynamic Mockups API and get stunning images on the product page in a second! 7 Version: 1.0. 27 Version: 1.0.3 8 8 Author: Dynamic Mockups 9 9 Author URI: https://dynamicmockups.com/ -
dynamic-mockups/trunk/readme.txt
r3150043 r3150058 3 3 Tags: Mockup,Mockup Generator,Dynamic Mockups 4 4 Requires at least: 4.7 5 Tested up to: 6.6 6 Requires PHP: 5.67 Stable tag: 1.0. 25 Tested up to: 6.6.2 6 Requires PHP: 7.0 7 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 1.0.3 2024-09-11 = 80 * Tweaking composer dependencies version. 81 79 82 = 1.0.2 2024-09-11 = 80 83 * Minor improvements and bug fixes. -
dynamic-mockups/trunk/vendor/composer/autoload_psr4.php
r3143839 r3150058 7 7 8 8 return 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'), 10 10 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), 11 11 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), -
dynamic-mockups/trunk/vendor/composer/autoload_static.php
r3143839 r3150058 30 30 'Psr\\Http\\Message\\' => 31 31 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', 34 34 ), 35 35 'Psr\\Http\\Client\\' => -
dynamic-mockups/trunk/vendor/composer/installed.json
r3143839 r3150058 553 553 { 554 554 "name": "symfony/deprecation-contracts", 555 "version": "v 3.5.0",556 "version_normalized": " 3.5.0.0",555 "version": "v2.5.3", 556 "version_normalized": "2.5.3.0", 557 557 "source": { 558 558 "type": "git", 559 559 "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": "202 4-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", 572 572 "type": "library", 573 573 "extra": { 574 574 "branch-alias": { 575 "dev-main": " 3.5-dev"575 "dev-main": "2.5-dev" 576 576 }, 577 577 "thanks": { … … 603 603 "homepage": "https://symfony.com", 604 604 "support": { 605 "source": "https://github.com/symfony/deprecation-contracts/tree/v 3.5.0"605 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" 606 606 }, 607 607 "funding": [ -
dynamic-mockups/trunk/vendor/composer/installed.php
r3143839 r3150058 1 1 <?php return array( 2 2 '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', 5 5 'type' => 'library', 6 6 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__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', 16 16 'type' => 'library', 17 17 'install_path' => __DIR__ . '/../../', … … 102 102 ), 103 103 'symfony/deprecation-contracts' => array( 104 'pretty_version' => 'v 3.5.0',105 'version' => ' 3.5.0.0',104 'pretty_version' => 'v2.5.3', 105 'version' => '2.5.3.0', 106 106 'type' => 'library', 107 107 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 108 108 'aliases' => array(), 109 'reference' => ' 0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1',109 'reference' => '80d075412b557d41002320b96a096ca65aa2c98d', 110 110 'dev_requirement' => false, 111 111 ), -
dynamic-mockups/trunk/vendor/composer/platform_check.php
r3143839 r3150058 5 5 $issues = array(); 6 6 7 if (!(PHP_VERSION_ID >= 80100)) {8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';7 if (!(PHP_VERSION_ID >= 70400)) { 8 $issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.'; 9 9 } 10 10 -
dynamic-mockups/trunk/vendor/symfony/deprecation-contracts/README.md
r3143839 r3150058 23 23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.` 24 24 25 While not recommended, the deprecation notices can be completely ignored by declaring an empty25 While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty 26 26 `function trigger_deprecation() {}` in your application. -
dynamic-mockups/trunk/vendor/symfony/deprecation-contracts/composer.json
r3143839 r3150058 16 16 ], 17 17 "require": { 18 "php": ">= 8.1"18 "php": ">=7.1" 19 19 }, 20 20 "autoload": { … … 26 26 "extra": { 27 27 "branch-alias": { 28 "dev-main": " 3.5-dev"28 "dev-main": "2.5-dev" 29 29 }, 30 30 "thanks": { -
dynamic-mockups/trunk/vendor/symfony/deprecation-contracts/function.php
r3143839 r3150058 21 21 * @author Nicolas Grekas <p@tchwork.com> 22 22 */ 23 function trigger_deprecation(string $package, string $version, string $message, mixed...$args): void23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void 24 24 { 25 25 @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.