Skip to content

Commit

Permalink
update rector, add export ignore git (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdequippe authored Jul 4, 2024
1 parent 3ff8cb5 commit d721f20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
/phpunit.xml.dist export-ignore
/resources export-ignore
/tests export-ignore
/VERSIONING.md export-ignore
/VERSIONING.md export-ignore
/openapi export-ignore
/tools export-ignore
/rector.php export-ignore
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"require-dev": {
"jane-php/open-api-2": "^7.5",
"nyholm/psr7": "^1.8",
"rector/rector": "^0.18.0 || ^0.19.0 || ^1.0.0"
"rector/rector": "^1.2"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions generated/Normalizer/JaneObjectNormalizer.php

Large diffs are not rendered by default.

0 comments on commit d721f20

Please sign in to comment.