Skip to content

Commit

Permalink
Set macroable to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samzzi committed Nov 27, 2021
1 parent 2186006 commit 855ec57
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "genxbe/kirby3-ray",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.0.1",
"description": "Helper tool that enables ray on all the extendable methods.",
"authors": [
{
Expand All @@ -11,7 +12,8 @@
],
"require": {
"getkirby/composer-installer": "^1.1",
"spatie/ray": "^1.2"
"spatie/ray": "^1.2",
"spatie/macroable": "1.0.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

4 changes: 2 additions & 2 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '2700712927128e7583d3d9120c842d16eb517e44',
'reference' => '2186006abe56e4f81afc46caf01220b56fd62dd7',
'name' => 'genxbe/kirby3-ray',
),
'versions' =>
Expand All @@ -51,7 +51,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '2700712927128e7583d3d9120c842d16eb517e44',
'reference' => '2186006abe56e4f81afc46caf01220b56fd62dd7',
),
'getkirby/composer-installer' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$baseDir = dirname($vendorDir);

return array(
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'e39a8b23c42d4e1452234d762b03835a' => $vendorDir . '/ramsey/uuid/src/functions.php',
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
class ComposerStaticInit4d8297e45abcf2e0ce28b4e286146849
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php',
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => '2700712927128e7583d3d9120c842d16eb517e44',
'reference' => '2186006abe56e4f81afc46caf01220b56fd62dd7',
'name' => 'genxbe/kirby3-ray',
),
'versions' =>
Expand All @@ -27,7 +27,7 @@
'aliases' =>
array (
),
'reference' => '2700712927128e7583d3d9120c842d16eb517e44',
'reference' => '2186006abe56e4f81afc46caf01220b56fd62dd7',
),
'getkirby/composer-installer' =>
array (
Expand Down

0 comments on commit 855ec57

Please sign in to comment.