Changeset 3451305
- Timestamp:
- 02/01/2026 09:40:55 AM (8 weeks ago)
- Location:
- integrate-asana-with-gravity-forms/trunk
- Files:
-
- 21 edited
-
class-integrate-asana-with-gravity-forms.php (modified) (1 diff)
-
integrate-asana-with-gravity-forms.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
vendor/IAWGF/autoload.php (modified) (1 diff)
-
vendor/IAWGF/composer/autoload_real.php (modified) (2 diffs)
-
vendor/IAWGF/composer/autoload_static.php (modified) (2 diffs)
-
vendor/IAWGF/composer/installed.json (modified) (6 diffs)
-
vendor/IAWGF/composer/installed.php (modified) (2 diffs)
-
vendor/IAWGF/composer/platform_check.php (modified) (1 diff)
-
vendor/IAWGF/symfony/deprecation-contracts/LICENSE (modified) (1 diff)
-
vendor/IAWGF/symfony/deprecation-contracts/README.md (modified) (1 diff)
-
vendor/IAWGF/symfony/deprecation-contracts/composer.json (modified) (2 diffs)
-
vendor/IAWGF/trustedlogin/client/src/Config.php (modified) (2 diffs)
-
vendor/IAWGF/trustedlogin/client/src/Utils.php (modified) (1 diff)
-
vendor/IAWGF/trustedlogin/client/tests/bootstrap.php (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (2 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/composer/installed.json (modified) (6 diffs)
-
vendor/composer/installed.php (modified) (3 diffs)
-
vendor/composer/platform_check.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
integrate-asana-with-gravity-forms/trunk/class-integrate-asana-with-gravity-forms.php
r3444396 r3451305 1839 1839 echo esc_url( $settings_url ); 1840 1840 ?>&step=3" class="button">Next</a> <br><br> 1841 <button type="submit" class="primary button large" name="gform-settings-save" value="save" form="gform-settings">Save Settings →</button>1842 1841 <?php 1843 1842 } 1843 ?> 1844 <button type="submit" class="primary button large" name="gform-settings-save" value="save" form="gform-settings">Save Settings →</button> 1845 <?php 1844 1846 $step_two_point_5_html = ob_get_clean(); 1845 1847 return [[ -
integrate-asana-with-gravity-forms/trunk/integrate-asana-with-gravity-forms.php
r3444396 r3451305 5 5 * Plugin URI: https://brightleafdigital.io//asana-gravity-forms/ 6 6 * Description: Allows you to create Asana tasks directly from your forms. 7 * Version: 1.6.1 67 * Version: 1.6.17 8 8 * Author: BrightLeaf Digital 9 9 * Author URI: https://brightleafdigital.io/ … … 82 82 do_action( 'iawgf_fs_loaded' ); 83 83 } 84 define( 'INTEGRATE_ASANA_WITH_GRAVITY_FORMS_VERSION', '1.6.1 6' );84 define( 'INTEGRATE_ASANA_WITH_GRAVITY_FORMS_VERSION', '1.6.17' ); 85 85 define( 'INTEGRATE_ASANA_WITH_GRAVITY_FORMS_BASENAME', plugin_basename( __FILE__ ) ); 86 86 add_action( 'admin_notices', function () { -
integrate-asana-with-gravity-forms/trunk/readme.txt
r3444396 r3451305 2 2 Tested up to: 6.9 3 3 Tags: GravityForms, Asana, integration, task management, automation 4 Stable tag: 1.6.1 64 Stable tag: 1.6.17 5 5 Requires PHP: 7.4 6 6 License: GPLv2 or later … … 80 80 == Changelog == 81 81 82 = 1.6.16, Jan 21, 2026 = 82 = 1.6.17 | Jan 31, 2026 = 83 * Fixed an issue with the save settings button sometimes not showing on the 2nd pg of the integration wizard 84 85 = 1.6.16 | Jan 21, 2026 = 83 86 * Bumped version of core GravityOps library to fix some bugs regarding the plugin admin menus and integrate [TrustedLogin](https://www.trustedlogin.com/about/easy-and-safe/) 84 87 * Fixed an issue with some tooltips not displaying correctly … … 99 102 * General polish and reliability improvements. 100 103 101 102 = 1.6.12 =103 * Some small bug fixes and quality of life improvements.104 * Added support for newer Gravity Forms versions while keeping backwards compatibility with older versions.105 106 104 = For the full changelog please visit [our website] (https://brightleafdigital.io/docs/changelog/). = -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/autoload.php
r3444396 r3451305 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit b76c39b7a7352745c6d284692bfe433c::getLoader();22 return ComposerAutoloaderInit019f90907971e7ceb5d780b24aa8e1bb::getLoader(); -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/composer/autoload_real.php
r3444396 r3451305 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b76c39b7a7352745c6d284692bfe433c5 class ComposerAutoloaderInit019f90907971e7ceb5d780b24aa8e1bb 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit b76c39b7a7352745c6d284692bfe433c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit019f90907971e7ceb5d780b24aa8e1bb', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \IAWGF\Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit b76c39b7a7352745c6d284692bfe433c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit019f90907971e7ceb5d780b24aa8e1bb', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\IAWGF\Composer\Autoload\ComposerStaticInit b76c39b7a7352745c6d284692bfe433c::getInitializer($loader));32 call_user_func(\IAWGF\Composer\Autoload\ComposerStaticInit019f90907971e7ceb5d780b24aa8e1bb::getInitializer($loader)); 33 33 34 34 $loader->setClassMapAuthoritative(true); 35 35 $loader->register(true); 36 36 37 $filesToLoad = \IAWGF\Composer\Autoload\ComposerStaticInit b76c39b7a7352745c6d284692bfe433c::$files;37 $filesToLoad = \IAWGF\Composer\Autoload\ComposerStaticInit019f90907971e7ceb5d780b24aa8e1bb::$files; 38 38 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 39 39 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/composer/autoload_static.php
r3444396 r3451305 5 5 namespace IAWGF\Composer\Autoload; 6 6 7 class ComposerStaticInit b76c39b7a7352745c6d284692bfe433c7 class ComposerStaticInit019f90907971e7ceb5d780b24aa8e1bb 8 8 { 9 9 public static $files = array ( … … 250 250 { 251 251 return \Closure::bind(function () use ($loader) { 252 $loader->prefixLengthsPsr4 = ComposerStaticInit b76c39b7a7352745c6d284692bfe433c::$prefixLengthsPsr4;253 $loader->prefixDirsPsr4 = ComposerStaticInit b76c39b7a7352745c6d284692bfe433c::$prefixDirsPsr4;254 $loader->classMap = ComposerStaticInit b76c39b7a7352745c6d284692bfe433c::$classMap;252 $loader->prefixLengthsPsr4 = ComposerStaticInit019f90907971e7ceb5d780b24aa8e1bb::$prefixLengthsPsr4; 253 $loader->prefixDirsPsr4 = ComposerStaticInit019f90907971e7ceb5d780b24aa8e1bb::$prefixDirsPsr4; 254 $loader->classMap = ComposerStaticInit019f90907971e7ceb5d780b24aa8e1bb::$classMap; 255 255 256 256 }, null, ClassLoader::class); -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/composer/installed.json
r3444396 r3451305 7 7 "source": { 8 8 "type": "git", 9 "url": "https://github.com/ Eitan-brightleaf/asana-client.git",9 "url": "https://github.com/BrightLeaf-Digital/asana-client.git", 10 10 "reference": "aff7579a01bfcf7fff6cdade8d03f24e97740ff4" 11 11 }, 12 12 "dist": { 13 13 "type": "zip", 14 "url": "https://api.github.com/repos/ Eitan-brightleaf/asana-client/zipball/aff7579a01bfcf7fff6cdade8d03f24e97740ff4",14 "url": "https://api.github.com/repos/BrightLeaf-Digital/asana-client/zipball/aff7579a01bfcf7fff6cdade8d03f24e97740ff4", 15 15 "reference": "aff7579a01bfcf7fff6cdade8d03f24e97740ff4", 16 16 "shasum": "" … … 46 46 "description": "A PHP client library for the Asana API", 47 47 "support": { 48 "issues": "https://github.com/ Eitan-brightleaf/asana-client/issues",49 "source": "https://github.com/ Eitan-brightleaf/asana-client/tree/v0.1.2"48 "issues": "https://github.com/BrightLeaf-Digital/asana-client/issues", 49 "source": "https://github.com/BrightLeaf-Digital/asana-client/tree/v0.1.2" 50 50 }, 51 51 "install-path": "../brightleaf-digital/asana-client" … … 57 57 "source": { 58 58 "type": "git", 59 "url": "git@github.com: Eitan-brightleaf/gravityops.git",59 "url": "git@github.com:BrightLeaf-Digital/gravityops.git", 60 60 "reference": "cee27f55738670dc141b58af37d0feb74d4ce47e" 61 61 }, 62 62 "dist": { 63 63 "type": "zip", 64 "url": "https://api.github.com/repos/ Eitan-brightleaf/gravityops/zipball/cee27f55738670dc141b58af37d0feb74d4ce47e",64 "url": "https://api.github.com/repos/BrightLeaf-Digital/gravityops/zipball/cee27f55738670dc141b58af37d0feb74d4ce47e", 65 65 "reference": "cee27f55738670dc141b58af37d0feb74d4ce47e", 66 66 "shasum": "" … … 707 707 "11": { 708 708 "name": "symfony/deprecation-contracts", 709 "version": "v3. 0.2",710 "version_normalized": "3. 0.2.0",709 "version": "v3.6.0", 710 "version_normalized": "3.6.0.0", 711 711 "source": { 712 712 "type": "git", 713 713 "url": "https://github.com/symfony/deprecation-contracts.git", 714 "reference": " 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"715 }, 716 "dist": { 717 "type": "zip", 718 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",719 "reference": " 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",720 "shasum": "" 721 }, 722 "require": { 723 "php": ">=8. 0.2"724 }, 725 "time": "202 2-01-02T09:55:41+00:00",714 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" 715 }, 716 "dist": { 717 "type": "zip", 718 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", 719 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", 720 "shasum": "" 721 }, 722 "require": { 723 "php": ">=8.1" 724 }, 725 "time": "2024-09-25T14:21:43+00:00", 726 726 "type": "library", 727 727 "extra": { … … 731 731 }, 732 732 "branch-alias": { 733 "dev-main": "3. 0-dev"733 "dev-main": "3.6-dev" 734 734 } 735 735 }, … … 757 757 "homepage": "https://symfony.com", 758 758 "support": { 759 "source": "https://github.com/symfony/deprecation-contracts/tree/v3. 0.2"759 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" 760 760 }, 761 761 "funding": [ -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/composer/installed.php
r3444396 r3451305 5 5 'pretty_version' => 'dev-main', 6 6 'version' => 'dev-main', 7 'reference' => ' aab56e04eeff21f5f0ccffc4d80eb9cca5f16dcc',7 'reference' => 'd47e4e9f5c37121dd1b206ae16bd629dfbd7a709', 8 8 'type' => 'library', 9 9 'install_path' => __DIR__ . '/../', … … 137 137 'symfony/deprecation-contracts' => 138 138 array ( 139 'pretty_version' => 'v3. 0.2',140 'version' => '3. 0.2.0',141 'reference' => ' 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c',139 'pretty_version' => 'v3.6.0', 140 'version' => '3.6.0.0', 141 'reference' => '63afe740e99a13ba87ec199bb07bbdee937a5b62', 142 142 'type' => 'library', 143 143 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/composer/platform_check.php
r3419580 r3451305 5 5 $issues = array(); 6 6 7 if (!(PHP_VERSION_ID >= 80 002)) {8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8. 0.2". You are running ' . PHP_VERSION . '.';7 if (!(PHP_VERSION_ID >= 80100)) { 8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; 9 9 } 10 10 -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/symfony/deprecation-contracts/LICENSE
r3419580 r3451305 1 Copyright (c) 2020- 2022Fabien Potencier1 Copyright (c) 2020-present Fabien Potencier 2 2 3 3 Permission is hereby granted, free of charge, to any person obtaining a copy -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/symfony/deprecation-contracts/README.md
r3419580 r3451305 23 23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.` 24 24 25 While not necessarilyrecommended, the deprecation notices can be completely ignored by declaring an empty25 While not recommended, the deprecation notices can be completely ignored by declaring an empty 26 26 `function trigger_deprecation() {}` in your application. -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/symfony/deprecation-contracts/composer.json
r3419580 r3451305 16 16 ], 17 17 "require": { 18 "php": ">=8. 0.2"18 "php": ">=8.1" 19 19 }, 20 20 "autoload": { … … 26 26 "extra": { 27 27 "branch-alias": { 28 "dev-main": "3. 0-dev"28 "dev-main": "3.6-dev" 29 29 }, 30 30 "thanks": { -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/trustedlogin/client/src/Config.php
r3444396 r3451305 179 179 ), 180 180 true 181 ) && ! defined( ' TL_DOING_TESTS' ) ) {181 ) && ! defined( 'IAWGF_TL_DOING_TESTS' ) ) { 182 182 throw new Exception( 'Developer: make sure to change the namespace for the TrustedLogin class. See https://trustedlogin.com/configuration/ for more information.', 501 ); 183 183 } … … 190 190 191 191 if ( isset( $this->settings['vendor']['website'] ) ) { 192 if ( 'https://www.example.com' === $this->settings['vendor']['website'] && ! defined( ' TL_DOING_TESTS' ) ) {192 if ( 'https://www.example.com' === $this->settings['vendor']['website'] && ! defined( 'IAWGF_TL_DOING_TESTS' ) ) { 193 193 $errors[] = new WP_Error( 'missing_configuration', 'You need to configure the "website" URL to point to the URL where the Vendor plugin is installed.' ); 194 194 } -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/trustedlogin/client/src/Utils.php
r3444396 r3451305 196 196 $ip = sanitize_text_field( $ip ); 197 197 198 if ( ! defined( ' TL_DOING_TESTS' ) ) {198 if ( ! defined( 'IAWGF_TL_DOING_TESTS' ) ) { 199 199 $ip = filter_var( $ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_RES_RANGE | FILTER_FLAG_NO_PRIV_RANGE ); 200 200 } -
integrate-asana-with-gravity-forms/trunk/vendor/IAWGF/trustedlogin/client/tests/bootstrap.php
r3444396 r3451305 11 11 require_once dirname( __DIR__ ) . '/vendor/autoload.php'; 12 12 13 if ( ! defined( ' TL_DOING_TESTS' ) ) {14 define( ' TL_DOING_TESTS', true );13 if ( ! defined( 'IAWGF_TL_DOING_TESTS' ) ) { 14 define( 'IAWGF_TL_DOING_TESTS', true ); 15 15 } 16 16 -
integrate-asana-with-gravity-forms/trunk/vendor/autoload.php
r3444396 r3451305 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit 67d81acc04af831f9e7c4c12dab8362c::getLoader();22 return ComposerAutoloaderInitc04228858cdd17dea362251fa382d6d5::getLoader(); -
integrate-asana-with-gravity-forms/trunk/vendor/composer/autoload_real.php
r3444396 r3451305 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 67d81acc04af831f9e7c4c12dab8362c5 class ComposerAutoloaderInitc04228858cdd17dea362251fa382d6d5 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 67d81acc04af831f9e7c4c12dab8362c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitc04228858cdd17dea362251fa382d6d5', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 67d81acc04af831f9e7c4c12dab8362c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitc04228858cdd17dea362251fa382d6d5', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 67d81acc04af831f9e7c4c12dab8362c::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitc04228858cdd17dea362251fa382d6d5::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $filesToLoad = \Composer\Autoload\ComposerStaticInit 67d81acc04af831f9e7c4c12dab8362c::$files;36 $filesToLoad = \Composer\Autoload\ComposerStaticInitc04228858cdd17dea362251fa382d6d5::$files; 37 37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 38 38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
integrate-asana-with-gravity-forms/trunk/vendor/composer/autoload_static.php
r3444396 r3451305 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 67d81acc04af831f9e7c4c12dab8362c7 class ComposerStaticInitc04228858cdd17dea362251fa382d6d5 8 8 { 9 9 public static $files = array ( … … 18 18 { 19 19 return \Closure::bind(function () use ($loader) { 20 $loader->classMap = ComposerStaticInit 67d81acc04af831f9e7c4c12dab8362c::$classMap;20 $loader->classMap = ComposerStaticInitc04228858cdd17dea362251fa382d6d5::$classMap; 21 21 22 22 }, null, ClassLoader::class); -
integrate-asana-with-gravity-forms/trunk/vendor/composer/installed.json
r3444396 r3451305 7 7 "source": { 8 8 "type": "git", 9 "url": "https://github.com/ Eitan-brightleaf/asana-client.git",9 "url": "https://github.com/BrightLeaf-Digital/asana-client.git", 10 10 "reference": "aff7579a01bfcf7fff6cdade8d03f24e97740ff4" 11 11 }, 12 12 "dist": { 13 13 "type": "zip", 14 "url": "https://api.github.com/repos/ Eitan-brightleaf/asana-client/zipball/aff7579a01bfcf7fff6cdade8d03f24e97740ff4",14 "url": "https://api.github.com/repos/BrightLeaf-Digital/asana-client/zipball/aff7579a01bfcf7fff6cdade8d03f24e97740ff4", 15 15 "reference": "aff7579a01bfcf7fff6cdade8d03f24e97740ff4", 16 16 "shasum": "" … … 42 42 "description": "A PHP client library for the Asana API", 43 43 "support": { 44 "issues": "https://github.com/ Eitan-brightleaf/asana-client/issues",45 "source": "https://github.com/ Eitan-brightleaf/asana-client/tree/v0.1.2"44 "issues": "https://github.com/BrightLeaf-Digital/asana-client/issues", 45 "source": "https://github.com/BrightLeaf-Digital/asana-client/tree/v0.1.2" 46 46 }, 47 47 "install-path": "../brightleaf-digital/asana-client" … … 109 109 "source": { 110 110 "type": "git", 111 "url": "git@github.com: Eitan-brightleaf/gravityops.git",111 "url": "git@github.com:BrightLeaf-Digital/gravityops.git", 112 112 "reference": "cee27f55738670dc141b58af37d0feb74d4ce47e" 113 113 }, 114 114 "dist": { 115 115 "type": "zip", 116 "url": "https://api.github.com/repos/ Eitan-brightleaf/gravityops/zipball/cee27f55738670dc141b58af37d0feb74d4ce47e",116 "url": "https://api.github.com/repos/BrightLeaf-Digital/gravityops/zipball/cee27f55738670dc141b58af37d0feb74d4ce47e", 117 117 "reference": "cee27f55738670dc141b58af37d0feb74d4ce47e", 118 118 "shasum": "" … … 717 717 { 718 718 "name": "symfony/deprecation-contracts", 719 "version": "v3. 0.2",720 "version_normalized": "3. 0.2.0",719 "version": "v3.6.0", 720 "version_normalized": "3.6.0.0", 721 721 "source": { 722 722 "type": "git", 723 723 "url": "https://github.com/symfony/deprecation-contracts.git", 724 "reference": " 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"725 }, 726 "dist": { 727 "type": "zip", 728 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",729 "reference": " 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",730 "shasum": "" 731 }, 732 "require": { 733 "php": ">=8. 0.2"734 }, 735 "time": "202 2-01-02T09:55:41+00:00",724 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" 725 }, 726 "dist": { 727 "type": "zip", 728 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", 729 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", 730 "shasum": "" 731 }, 732 "require": { 733 "php": ">=8.1" 734 }, 735 "time": "2024-09-25T14:21:43+00:00", 736 736 "type": "library", 737 737 "extra": { … … 741 741 }, 742 742 "branch-alias": { 743 "dev-main": "3. 0-dev"743 "dev-main": "3.6-dev" 744 744 } 745 745 }, … … 763 763 "homepage": "https://symfony.com", 764 764 "support": { 765 "source": "https://github.com/symfony/deprecation-contracts/tree/v3. 0.2"765 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" 766 766 }, 767 767 "funding": [ -
integrate-asana-with-gravity-forms/trunk/vendor/composer/installed.php
r3444396 r3451305 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' aab56e04eeff21f5f0ccffc4d80eb9cca5f16dcc',6 'reference' => 'd47e4e9f5c37121dd1b206ae16bd629dfbd7a709', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-main', 24 24 'version' => 'dev-main', 25 'reference' => ' aab56e04eeff21f5f0ccffc4d80eb9cca5f16dcc',25 'reference' => 'd47e4e9f5c37121dd1b206ae16bd629dfbd7a709', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../../', … … 138 138 ), 139 139 'symfony/deprecation-contracts' => array( 140 'pretty_version' => 'v3. 0.2',141 'version' => '3. 0.2.0',142 'reference' => ' 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c',140 'pretty_version' => 'v3.6.0', 141 'version' => '3.6.0.0', 142 'reference' => '63afe740e99a13ba87ec199bb07bbdee937a5b62', 143 143 'type' => 'library', 144 144 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', -
integrate-asana-with-gravity-forms/trunk/vendor/composer/platform_check.php
r3342203 r3451305 20 20 } 21 21 } 22 throw new \RuntimeException( 23 'Composer detected issues in your platform: ' . implode(' ', $issues) 22 trigger_error( 23 'Composer detected issues in your platform: ' . implode(' ', $issues), 24 E_USER_ERROR 24 25 ); 25 26 }
Note: See TracChangeset
for help on using the changeset viewer.