Skip to content

Commit

Permalink
Aligned dev dependencies (rector and php-cs-fixer)
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 16, 2023
1 parent 1d2bc68 commit c7225e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.2"
},
"require-dev": {
"rector/rector": "^0.15.0"
"rector/rector": "^0.15"
},
"autoload": {
"psr-4": {
Expand Down
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.

7 changes: 7 additions & 0 deletions src/CodeInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

declare(strict_types=1);

namespace Kiboko\Contract\Satellite;

interface CodeInterface extends \Stringable {}

0 comments on commit c7225e0

Please sign in to comment.