Skip to content

Commit

Permalink
explicitly set spark-installer version (#211)
Browse files Browse the repository at this point in the history
it looks like previously this was switched from `~2.0` to `dev-master`, maybe because there was a needed feature that wasn't released?

anyway, now we're up to version 3, so unless there's a reason we need dev-master, switch back?

(super confident PR, right?)
  • Loading branch information
browner12 authored and svpernova09 committed Nov 22, 2019
1 parent 3764f5a commit c2a936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sudo su vagrant <<'EOF'
/usr/local/bin/composer global require "laravel/envoy=^1.6"
/usr/local/bin/composer global require "laravel/installer=^2.1"
/usr/local/bin/composer global require "laravel/lumen-installer=^1.1"
/usr/local/bin/composer global require "laravel/spark-installer=dev-master"
/usr/local/bin/composer global require "laravel/spark-installer=^3.1"
EOF

# Set Some PHP CLI Settings
Expand Down

0 comments on commit c2a936f

Please sign in to comment.