Skip to content

Commit

Permalink
update dependencies. Fixed an issue with vendor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie committed Oct 8, 2024
1 parent dca9b86 commit 04712fd
Show file tree
Hide file tree
Showing 120 changed files with 20,869 additions and 23 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ vendor/*
!/vendor/autoload.php
!/vendor/composer/
!/vendor/ilovepdf/
!/vendor/guzzlehttp/
!/vendor/ralouphie/
!/vendor/symfony/
composer.lock
package-lock.json
dev/package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"ilovepdf/iloveimg-php": "dev-master"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^1.12",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.3"
"phpstan/extension-installer": "^1.4"
},
"config": {
"allow-plugins": {
Expand Down
26 changes: 13 additions & 13 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,17 +454,17 @@
},
{
"name": "php-stubs/wordpress-stubs",
"version": "v6.6.0",
"version_normalized": "6.6.0.0",
"version": "v6.6.2",
"version_normalized": "6.6.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-stubs/wordpress-stubs.git",
"reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2"
"reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
"reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc",
"reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc",
"shasum": ""
},
"require-dev": {
Expand All @@ -483,7 +483,7 @@
"symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
},
"time": "2024-07-17T08:50:38+00:00",
"time": "2024-09-30T07:10:48+00:00",
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
Expand All @@ -499,7 +499,7 @@
],
"support": {
"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.0"
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.2"
},
"install-path": "../php-stubs/wordpress-stubs"
},
Expand Down Expand Up @@ -556,17 +556,17 @@
},
{
"name": "phpstan/phpstan",
"version": "1.12.3",
"version_normalized": "1.12.3.0",
"version": "1.12.6",
"version_normalized": "1.12.6.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009"
"reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009",
"reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae",
"reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae",
"shasum": ""
},
"require": {
Expand All @@ -575,7 +575,7 @@
"conflict": {
"phpstan/phpstan-shim": "*"
},
"time": "2024-09-09T08:10:35+00:00",
"time": "2024-10-06T15:03:59+00:00",
"bin": [
"phpstan",
"phpstan.phar"
Expand Down
16 changes: 8 additions & 8 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'ilovepdf/iloveimg-wp-watermark',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'd693f139d7bc1a83ea7133ebd51cc842eff9ec50',
'reference' => '173051ce19a30c8a64be780ba24b75f2c4a9c32e',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -60,16 +60,16 @@
'ilovepdf/iloveimg-wp-watermark' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'd693f139d7bc1a83ea7133ebd51cc842eff9ec50',
'reference' => '173051ce19a30c8a64be780ba24b75f2c4a9c32e',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'php-stubs/wordpress-stubs' => array(
'pretty_version' => 'v6.6.0',
'version' => '6.6.0.0',
'reference' => '86e8753e89d59849276dcdd91b9a7dd78bb4abe2',
'pretty_version' => 'v6.6.2',
'version' => '6.6.2.0',
'reference' => 'f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc',
'type' => 'library',
'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',
'aliases' => array(),
Expand All @@ -85,9 +85,9 @@
'dev_requirement' => true,
),
'phpstan/phpstan' => array(
'pretty_version' => '1.12.3',
'version' => '1.12.3.0',
'reference' => '0fcbf194ab63d8159bb70d9aa3e1350051632009',
'pretty_version' => '1.12.6',
'version' => '1.12.6.0',
'reference' => 'dc4d2f145a88ea7141ae698effd64d9df46527ae',
'type' => 'library',
'install_path' => __DIR__ . '/../phpstan/phpstan',
'aliases' => array(),
Expand Down
Loading

0 comments on commit 04712fd

Please sign in to comment.