Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent aa8ce66 commit 4259521
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bin/rng
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env php
<?php

require __DIR__ . '/rng.php';
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"license": "MIT",
"description": "The way we generate release notes for Rector repository",
"bin": [
"bin/rng",
"bin/rng.php"
],
"require": {
"php": "^8.1",
"symfony/console": "^6.4",
"illuminate/container": "^10.0",
"symfony/console": "^6.4|^7.0",
"illuminate/container": "^10.39",
"nategood/httpful": "^0.3.2",
"webmozart/assert": "^1.11"
},
Expand Down

0 comments on commit 4259521

Please sign in to comment.