Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Feb 24, 2024
1 parent 8d3cab1 commit eb87942
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"twig/twig": "^3.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15.1",
"phpstan/phpstan": "^1.10.7",
"phpunit/phpunit": "^10.0.16",
"symfony/filesystem": "^6.2 || ^7",
"symfony/framework-bundle": "^6.2 || ^7",
"symfony/twig-bundle": "^6.2 || ^7"
"friendsofphp/php-cs-fixer": "^3.50",
"phpstan/phpstan": "^1.10.59",
"phpunit/phpunit": "^10.5.10",
"symfony/filesystem": "^6.4 || ^7",
"symfony/framework-bundle": "^6.4 || ^7",
"symfony/twig-bundle": "^6.4 || ^7"
},
"config": {
"sort-packages": true
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon

parameters:
level: 9
paths:
Expand Down
2 changes: 1 addition & 1 deletion src/Twig/FaNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

final class FaNode extends Node
{
public function __construct(string $svg, int $lineno = 0, string $tag = null)
public function __construct(string $svg, int $lineno = 0, ?string $tag = null)
{
parent::__construct(
[],
Expand Down

0 comments on commit eb87942

Please sign in to comment.