Skip to content

Commit

Permalink
Adjusted to add bin to vendor and prepped main composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Feb 23, 2021
1 parent 5340c1e commit a267629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"originphp/model": "self.version",
"originphp/process": "self.version",
"originphp/publisher": "self.version",
"originphp/schedule": "self.version",
"originphp/service": "self.version",
"originphp/test-suite": "self.version",
"originphp/utility": "self.version"
Expand Down
5 changes: 4 additions & 1 deletion src/Schedule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"originphp/job": "If you are going to queue events"
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"bin": [
"bin/schedule:run"
]
}

0 comments on commit a267629

Please sign in to comment.