Skip to content

Commit

Permalink
Install janus via composer bin
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 25, 2024
1 parent 8d6406f commit 6c2b7a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"symfony/http-kernel": "^7.0"
},
"require-dev": {
"21torr/janus": "^1.3.4",
"bamarni/composer-bin-plugin": "^1.8.2",
"roave/security-advisories": "dev-latest",
"symfony/phpunit-bridge": "^7.1"
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- vendor/21torr/janus/phpstan/lib.neon
- 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.
Expand Down
8 changes: 8 additions & 0 deletions vendor-bin/janus/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require": {
"21torr/janus": "^1.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
}
}

0 comments on commit 6c2b7a9

Please sign in to comment.