Skip to content

Commit

Permalink
Update Janus
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Oct 23, 2024
1 parent 3541a44 commit d3c4aea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"homepage": "https://github.com/21TORR/bundle-helpers",
"require": {
"php": ">= 8.3",
"symfony/config": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/http-kernel": "^7.0"
"symfony/config": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/http-kernel": "^7.1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"bamarni/composer-bin-plugin": "^1.8",
"roave/security-advisories": "dev-latest",
"symfony/phpunit-bridge": "^7.1"
},
Expand Down Expand Up @@ -60,4 +60,4 @@
"vendor-bin/phpstan/vendor/bin/phpstan analyze -c phpstan.neon . --ansi -v"
]
}
}
}
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
includes:
- vendor-bin/janus/vendor/21torr/janus/phpstan/lib.neon

# If you use simple-phpunit, you need to uncomment the following line.
# Always make sure to first run simple-phpunit and then PHPStan.
parameters:
bootstrapFiles:
- vendor/bin/.phpunit/phpunit/vendor/autoload.php
2 changes: 1 addition & 1 deletion src/Bundle/BundleExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getAlias () : string

if (!str_ends_with($className, 'Bundle'))
{
throw new BundleHelpersException(sprintf(
throw new BundleHelpersException(\sprintf(
"The bundle does not follow the naming convention; you must pass an explicit alias. Its name should end on 'Bundle', but it is '%s'.",
$className,
));
Expand Down
5 changes: 1 addition & 4 deletions vendor-bin/janus/composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"require": {
"21torr/janus": "^1.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
"21torr/janus": "^1.4"
}
}

0 comments on commit d3c4aea

Please sign in to comment.