Skip to content

Commit

Permalink
Publish code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 26, 2024
1 parent 95ee6bd commit 75e7872
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "rector/rector-book-code-examples",
"license": "MIT",
"description": "Code examples for Rector book",
"require": {
"php": "^8.2"
},
"require-dev": {
"rector/rector": "^0.19.2",
"phpunit/phpunit": "^10.5.9"
},
"autoload-dev": {
"psr-4": {
"Utils\\Rector\\": "utils/rector/src",
Expand Down

0 comments on commit 75e7872

Please sign in to comment.