Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading dependencies #734

Merged
merged 1 commit into from
Dec 9, 2021
Merged

Conversation

dbrumann
Copy link
Collaborator

@dbrumann dbrumann commented Dec 9, 2021

  - Upgrading composer/xdebug-handler (2.0.2 => 2.0.3)
  - Upgrading nikic/php-parser (v4.13.1 => v4.13.2)
  - Upgrading symfony/config (v5.3.11 => v5.4.0)
  - Upgrading symfony/console (v5.3.11 => v5.4.0)
  - Upgrading symfony/dependency-injection (v5.3.11 => v5.4.0)
  - Upgrading symfony/event-dispatcher (v5.3.11 => v5.4.0)
  - Upgrading symfony/filesystem (v5.3.4 => v5.4.0)
  - Upgrading symfony/finder (v5.3.7 => v5.4.0)
  - Upgrading symfony/options-resolver (v5.3.7 => v5.4.0)
  - Upgrading symfony/string (v5.3.10 => v5.4.0)
  - Upgrading symfony/yaml (v5.3.11 => v5.4.0)

phpstan reports errors due to a misleading doc block in php-parser.
I chose to ignore them as the behavior (as far as I can tell) has not changed.

```
  - Upgrading composer/xdebug-handler (2.0.2 => 2.0.3)
  - Upgrading nikic/php-parser (v4.13.1 => v4.13.2)
  - Upgrading symfony/config (v5.3.11 => v5.4.0)
  - Upgrading symfony/console (v5.3.11 => v5.4.0)
  - Upgrading symfony/dependency-injection (v5.3.11 => v5.4.0)
  - Upgrading symfony/event-dispatcher (v5.3.11 => v5.4.0)
  - Upgrading symfony/filesystem (v5.3.4 => v5.4.0)
  - Upgrading symfony/finder (v5.3.7 => v5.4.0)
  - Upgrading symfony/options-resolver (v5.3.7 => v5.4.0)
  - Upgrading symfony/string (v5.3.10 => v5.4.0)
  - Upgrading symfony/yaml (v5.3.11 => v5.4.0)
```

Due to a (as far as I can tell) misleading doc-block in php-parser
I had to update the baselines for phpstan and psalm.
@dbrumann dbrumann merged commit 3367fea into qossmic:main Dec 9, 2021
@dbrumann dbrumann deleted the update_with_fixes branch December 9, 2021 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant