Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Dec 4, 2024
1 parent d1e4ba5 commit 4059bd4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,17 +400,17 @@
},
{
"name": "mcaskill/composer-exclude-files",
"version": "v4.0.0",
"version_normalized": "4.0.0.0",
"version": "v4.0.1",
"version_normalized": "4.0.1.0",
"source": {
"type": "git",
"url": "https://github.com/mcaskill/composer-plugin-exclude-files.git",
"reference": "d053829d49ff3b0ba0ba3896f36b27b866b839e8"
"reference": "ed68fc7d6da2146ed2c32c92904587c9e03c985a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mcaskill/composer-plugin-exclude-files/zipball/d053829d49ff3b0ba0ba3896f36b27b866b839e8",
"reference": "d053829d49ff3b0ba0ba3896f36b27b866b839e8",
"url": "https://api.github.com/repos/mcaskill/composer-plugin-exclude-files/zipball/ed68fc7d6da2146ed2c32c92904587c9e03c985a",
"reference": "ed68fc7d6da2146ed2c32c92904587c9e03c985a",
"shasum": ""
},
"require": {
Expand All @@ -419,16 +419,16 @@
},
"require-dev": {
"composer/composer": "^2.3",
"phpstan/phpstan": "^1.7",
"symfony/phpunit-bridge": "^6.0"
"phpstan/phpstan": "^1.11",
"symfony/phpunit-bridge": "^7.1"
},
"time": "2024-05-19T18:19:20+00:00",
"time": "2024-12-03T21:08:26+00:00",
"type": "composer-plugin",
"extra": {
"class": "McAskill\\Composer\\ExcludeFilePlugin",
"branch-alias": {
"dev-main": "4.x-dev"
},
"class": "McAskill\\Composer\\ExcludeFilePlugin"
}
},
"installation-source": "dist",
"autoload": {
Expand All @@ -449,7 +449,7 @@
"description": "Exclude files from autoload_files.php",
"support": {
"issues": "https://github.com/mcaskill/composer-plugin-exclude-files/issues",
"source": "https://github.com/mcaskill/composer-plugin-exclude-files/tree/v4.0.0"
"source": "https://github.com/mcaskill/composer-plugin-exclude-files/tree/v4.0.1"
},
"install-path": "../mcaskill/composer-exclude-files"
},
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'afragen/git-updater',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '5938c03fafcc254c494b4494f4130ca398848369',
'reference' => 'd1e4ba552be5a69ffb631a45602852af073b9d3b',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'afragen/git-updater' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '5938c03fafcc254c494b4494f4130ca398848369',
'reference' => 'd1e4ba552be5a69ffb631a45602852af073b9d3b',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -87,9 +87,9 @@
'dev_requirement' => false,
),
'mcaskill/composer-exclude-files' => array(
'pretty_version' => 'v4.0.0',
'version' => '4.0.0.0',
'reference' => 'd053829d49ff3b0ba0ba3896f36b27b866b839e8',
'pretty_version' => 'v4.0.1',
'version' => '4.0.1.0',
'reference' => 'ed68fc7d6da2146ed2c32c92904587c9e03c985a',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../mcaskill/composer-exclude-files',
'aliases' => array(),
Expand Down

0 comments on commit 4059bd4

Please sign in to comment.