Skip to content

Commit

Permalink
Merge pull request #18 from php-enqueue/fs-add-missing-psr-queue-package
Browse files Browse the repository at this point in the history
[fs] Add missing enqueue/psr-queue package to composer.json.
  • Loading branch information
makasim authored Jan 19, 2017
2 parents e7d8971 + 9d3f0ef commit 8cbe873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`

for REMOTE in origin psr-queue enqueue amqp-ext enqueue-bundle job-queue stomp test
for REMOTE in origin psr-queue enqueue amqp-ext fs enqueue-bundle job-queue stomp test
do
TMP_DIR="/tmp/enqueue-repo"
REMOTE_URL=`git remote get-url $REMOTE`
Expand Down
1 change: 1 addition & 0 deletions pkg/fs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"require": {
"php": ">=5.6",
"enqueue/psr-queue": "^0.2",
"symfony/filesystem": "^2.8|^3",
"makasim/temp-file": "^0.2"
},
Expand Down

0 comments on commit 8cbe873

Please sign in to comment.