Skip to content

Commit d4b4934

Browse files
authored
Update php to v1.4.0 (#76)
* Update php to v1.4.0 * Update php to v1.5.0 * Add ssl test for laravel-custom.
1 parent 050589a commit d4b4934

File tree

5 files changed

+16
-28
lines changed

5 files changed

+16
-28
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
22

3+
* Updated lando/php to v1.5.0.
4+
35
## v1.6.0 - [September 30, 2024](https://github.com/lando/laravel/releases/tag/v1.6.0)
46

57
* Updated lando/mariadb to v1.5.0.

examples/laravel-custom/.lando.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config:
1010
webroot: bob
1111
database: mysql:5.7
1212
cache: memcached:1.5.12
13+
ssl: true
1314
xdebug: true
1415
config:
1516
database: config/mysql.cnf

examples/laravel-custom/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ lando exec appserver -- curl -L appserver_nginx/info.php | grep memory_limit | g
4545
lando php -i | grep memory_limit | grep -e "-1"
4646
lando exec appserver -- php -i | grep "memory_limit" | grep -e "-1"
4747

48+
# Should serve and be accessible over ssl if specified
49+
lando exec appserver_nginx -- curl https://localhost
50+
lando exec appserver -- curl https://appserver_nginx
51+
4852
# Should be able to connect to the database with the default creds
4953
lando mysql laravel -e quit
5054

package-lock.json

+8-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@lando/mssql": "^1.0.0",
4949
"@lando/mysql": "^1.3.0",
5050
"@lando/nginx": "^1.0.0",
51-
"@lando/php": "^1.2.0",
51+
"@lando/php": "^1.5.0",
5252
"@lando/postgres": "^1.1.0",
5353
"@lando/redis": "^1.0.0",
5454
"lodash": "^4.17.21"

0 commit comments

Comments
 (0)