Skip to content

Commit

Permalink
Update packages (#403)
Browse files Browse the repository at this point in the history
 - latte/latte updated from v3.0.18 to v3.0.19 patch
   See changes: nette/latte@v3.0.18...v3.0.19
   Release notes: https://github.com/nette/latte/releases/tag/v3.0.19

 - nette/schema updated from v1.3.1 to v1.3.2 patch
   See changes: nette/schema@v1.3.1...v1.3.2
   Release notes: https://github.com/nette/schema/releases/tag/v1.3.2

 - phpstan/phpstan updated from 1.12.5 to 1.12.6 patch
   See changes: phpstan/phpstan@1.12.5...1.12.6
   Release notes: https://github.com/phpstan/phpstan/releases/tag/1.12.6
  • Loading branch information
spaze authored Oct 6, 2024
2 parents d62ad25 + d7113c2 commit ae31632
Show file tree
Hide file tree
Showing 19 changed files with 228 additions and 283 deletions.
34 changes: 17 additions & 17 deletions app/composer.lock

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

1 change: 0 additions & 1 deletion app/vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@
'Nette\\Schema\\Elements\\Type' => $vendorDir . '/nette/schema/src/Schema/Elements/Type.php',
'Nette\\Schema\\Expect' => $vendorDir . '/nette/schema/src/Schema/Expect.php',
'Nette\\Schema\\Helpers' => $vendorDir . '/nette/schema/src/Schema/Helpers.php',
'Nette\\Schema\\MergeMode' => $vendorDir . '/nette/schema/src/Schema/MergeMode.php',
'Nette\\Schema\\Message' => $vendorDir . '/nette/schema/src/Schema/Message.php',
'Nette\\Schema\\Processor' => $vendorDir . '/nette/schema/src/Schema/Processor.php',
'Nette\\Schema\\Schema' => $vendorDir . '/nette/schema/src/Schema/Schema.php',
Expand Down
1 change: 0 additions & 1 deletion app/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ class ComposerStaticInit247de957f14f643f393d210a332dd05b
'Nette\\Schema\\Elements\\Type' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/Type.php',
'Nette\\Schema\\Expect' => __DIR__ . '/..' . '/nette/schema/src/Schema/Expect.php',
'Nette\\Schema\\Helpers' => __DIR__ . '/..' . '/nette/schema/src/Schema/Helpers.php',
'Nette\\Schema\\MergeMode' => __DIR__ . '/..' . '/nette/schema/src/Schema/MergeMode.php',
'Nette\\Schema\\Message' => __DIR__ . '/..' . '/nette/schema/src/Schema/Message.php',
'Nette\\Schema\\Processor' => __DIR__ . '/..' . '/nette/schema/src/Schema/Processor.php',
'Nette\\Schema\\Schema' => __DIR__ . '/..' . '/nette/schema/src/Schema/Schema.php',
Expand Down
40 changes: 20 additions & 20 deletions app/vendor/composer/installed.json

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

18 changes: 9 additions & 9 deletions app/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
'dev_requirement' => true,
),
'latte/latte' => array(
'pretty_version' => 'v3.0.18',
'version' => '3.0.18.0',
'reference' => 'fca0a3eddd70213201b3b3abec0cb8dde7bbc259',
'pretty_version' => 'v3.0.19',
'version' => '3.0.19.0',
'reference' => '5d123ce152f842ac4c85e63e173d3f9fa1e02688',
'type' => 'library',
'install_path' => __DIR__ . '/../latte/latte',
'aliases' => array(),
Expand Down Expand Up @@ -224,9 +224,9 @@
'dev_requirement' => false,
),
'nette/schema' => array(
'pretty_version' => 'v1.3.1',
'version' => '1.3.1.0',
'reference' => '9522dad6211c4d995a01a9ac529da88d0b0ba7b5',
'pretty_version' => 'v1.3.2',
'version' => '1.3.2.0',
'reference' => 'da801d52f0354f70a638673c4a0f04e16529431d',
'type' => 'library',
'install_path' => __DIR__ . '/../nette/schema',
'aliases' => array(),
Expand Down Expand Up @@ -335,9 +335,9 @@
'dev_requirement' => true,
),
'phpstan/phpstan' => array(
'pretty_version' => '1.12.5',
'version' => '1.12.5.0',
'reference' => '7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17',
'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 ae31632

Please sign in to comment.