Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explicitly set spark-installer version #211

Merged
merged 1 commit into from
Nov 22, 2019
Merged

Conversation

browner12
Copy link
Contributor

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?)

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?)
@svpernova09 svpernova09 changed the base branch from master to php74 November 22, 2019 20:35
Copy link
Contributor

@svpernova09 svpernova09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@svpernova09 svpernova09 merged commit c2a936f into laravel:php74 Nov 22, 2019
@browner12 browner12 deleted the patch-1 branch November 22, 2019 20:55
svpernova09 added a commit that referenced this pull request Nov 29, 2019
* Update all PHP installs w/ known extensions

* explicitly set spark-installer version (#211)

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?)

* Replace NTP with Chrony (#212)

NTP does not handle the Sleep and Hibernate states on the *host* gracefully;
the clock on the guest becomes stale and is not updated regularly (if ever).

Replacing NTP with Chrony fixes the issue, provided chronyd is configured
to allow unlimited catching-up via "makestep 1 -1" (the second value
represents unlimited catch-up, which is necessary when the host has been
sleeping or hibernating for any period of time longer than a few seconds).

Resolves laravel/homestead#1300

* Remove duplicate `php-fpm` installs. (#213)

Remove `php-fpm` packages installation from Nginx section as they are
now installed with the PHP related packages.

* Add composer registry manager, give Spark install version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants