Skip to content

Commit

Permalink
Bump .homestead from 9d4fee9 to 98a798b (#60)
Browse files Browse the repository at this point in the history
Bumps [.homestead](https://github.com/laravel/homestead) from `9d4fee9` to `98a798b`.
- [Release notes](https://github.com/laravel/homestead/releases)
- [Commits](laravel/homestead@9d4fee9...98a798b)

---
updated-dependencies:
- dependency-name: ".homestead"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 913e30d commit 1e47833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .homestead
Submodule .homestead updated 59 files
+1 −1 .editorconfig
+6 −3 .github/workflows/tests.yml
+1 −0 .gitignore
+29 −29 Homestead.yaml.example
+1 −1 Vagrantfile
+1 −1 bin/homestead
+67 −61 bin/wsl-init
+6 −5 composer.json
+326 −195 composer.lock
+17 −0 phpstan.src.neon.dist
+7 −7 readme.md
+28 −29 resources/Homestead.yaml
+49 −10 resources/aliases
+9 −9 resources/localized/aliases
+1 −1 scripts/create-influxdb.sh
+8 −16 scripts/create-mysql.sh
+6 −3 scripts/create-ngrok.sh
+2 −2 scripts/features/blackfire.sh
+3 −2 scripts/features/cassandra.sh
+2 −4 scripts/features/couchdb.sh
+3 −2 scripts/features/crystal.sh
+18 −18 scripts/features/dockstead/mysql-5.7.yaml
+59 −0 scripts/features/dragonflydb.sh
+2 −3 scripts/features/elasticsearch.sh
+4 −4 scripts/features/golang.sh
+2 −2 scripts/features/grafana.sh
+22 −4 scripts/features/influxdb.sh
+2 −3 scripts/features/logstash.sh
+1 −1 scripts/features/mailpit.sh
+23 −14 scripts/features/mariadb.sh
+1 −1 scripts/features/meilisearch.sh
+4 −6 scripts/features/mongodb.sh
+3 −2 scripts/features/neo4j.sh
+2 −3 scripts/features/openresty.sh
+1 −1 scripts/features/php5.6.sh
+1 −1 scripts/features/php7.0.sh
+1 −1 scripts/features/php7.1.sh
+1 −1 scripts/features/php7.2.sh
+1 −1 scripts/features/php7.3.sh
+1 −1 scripts/features/php7.4.sh
+1 −1 scripts/features/php8.0.sh
+7 −7 scripts/features/php8.1.sh
+18 −7 scripts/features/php8.2.sh
+70 −0 scripts/features/php8.3.sh
+5 −3 scripts/features/r-base.sh
+19 −31 scripts/features/rabbitmq.sh
+22 −0 scripts/features/rustc.sh
+3 −3 scripts/features/rvm.sh
+5 −6 scripts/features/timescaledb.sh
+8 −5 scripts/features/webdriver.sh
+37 −12 scripts/homestead.rb
+134 −0 scripts/site-types/apache-proxy.sh
+9 −0 scripts/site-types/wordpress.sh
+2 −2 src/MakeCommand.php
+1 −1 src/Settings/JsonSettings.php
+1 −1 src/Settings/YamlSettings.php
+2 −2 src/WslApplyFeatures.php
+3 −3 src/WslCreateDatabaseCommand.php
+2 −2 src/WslCreateSiteCommand.php

0 comments on commit 1e47833

Please sign in to comment.