Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 033aa81 commit aa8ce66
Show file tree
Hide file tree
Showing 2 changed files with 922 additions and 6 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "rector/release-notes-generator",
"license": "MIT",
"description": "The way we generate release notes for Rector repository",
"bin": [
"bin/rng.php"
],
"requires": {
"require": {
"php": "^8.1",
"symfony/console": "^6.4",
"illuminate/container": "^10.0",
Expand Down Expand Up @@ -38,8 +39,5 @@
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify"
},
"require": {
"webmozart/assert": "^1.11"
}
}
Loading

0 comments on commit aa8ce66

Please sign in to comment.