Skip to content

Commit

Permalink
Update packages (#473)
Browse files Browse the repository at this point in the history
 - phpstan/phpstan-nette updated from 2.0.1 to 2.0.2 patch
   See changes: phpstan/phpstan-nette@2.0.1...2.0.2
   Release notes: https://github.com/phpstan/phpstan-nette/releases/tag/2.0.2

 - roave/security-advisories updated from dev-latest@a717959 to dev-latest@e7a38fc
   See changes: Roave/SecurityAdvisories@a717959...e7a38fc
  • Loading branch information
spaze authored Jan 16, 2025
2 parents 41b377e + 112ef37 commit fdb8784
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 41 deletions.
2 changes: 1 addition & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-nette": "^2.0",
"phpstan/phpstan-nette": "^2.0.2",
"psalm/phar": "^5.26.1",
"roave/security-advisories": "dev-latest",
"shipmonk/composer-dependency-analyser": "^1.3",
Expand Down
40 changes: 25 additions & 15 deletions app/composer.lock

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

2 changes: 0 additions & 2 deletions app/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ parameters:
- phpt
level: max
checkMissingOverrideMethodAttribute: true
stubFiles:
- stubs/Nette/Http/FileUpload.phpstub

includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
Expand Down
40 changes: 25 additions & 15 deletions app/vendor/composer/installed.json

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

12 changes: 6 additions & 6 deletions app/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'spaze/michalspacek.cz',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '507634a28b2ae2dbe3035b63408159d9d07360c7',
'reference' => '8421cabb14aec6c1434c743e4c6b1887c58b931c',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -344,9 +344,9 @@
'dev_requirement' => true,
),
'phpstan/phpstan-nette' => array(
'pretty_version' => '2.0.1',
'version' => '2.0.1.0',
'reference' => '200d1926c57f6feda0d0f3056985fceccd8003c0',
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'reference' => '7ff60d93371de7855216bb3b2d9f47f984322ede',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../phpstan/phpstan-nette',
'aliases' => array(),
Expand Down Expand Up @@ -403,7 +403,7 @@
'roave/security-advisories' => array(
'pretty_version' => 'dev-latest',
'version' => 'dev-latest',
'reference' => 'a717959d5f0bf7c9a881efdbb7ec0da4454a14ac',
'reference' => 'e7a38fcc13e4ddfe9a28d5c7bf50aa9a9da758ec',
'type' => 'metapackage',
'install_path' => null,
'aliases' => array(
Expand Down Expand Up @@ -468,7 +468,7 @@
'spaze/michalspacek.cz' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '507634a28b2ae2dbe3035b63408159d9d07360c7',
'reference' => '8421cabb14aec6c1434c743e4c6b1887c58b931c',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
1 change: 1 addition & 0 deletions app/vendor/phpstan/phpstan-nette/extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ parameters:
- stubs/Forms/Form.stub
- stubs/Forms/Rules.stub
- stubs/Http/SessionSection.stub
- stubs/Http/FileUpload.stub
- stubs/Routing/Router.stub
- stubs/Utils/ArrayHash.stub
- stubs/Utils/Arrays.stub
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
// Copied from https://github.com/phpstan/phpstan-nette/pull/166,
// can be removed once the PR is merged and released.

namespace Nette\Http;

Expand Down

0 comments on commit fdb8784

Please sign in to comment.